TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Facebook open-sources deep-learning modules

389 pointsby darklrdover 10 years ago

8 comments

DannyBeeover 10 years ago
Sadly, this has facebook&#x27;s new, horrible patent clause.<p>For those who aren&#x27;t aware, it says<p>1. If facebook sues you, and you counterclaim over patents (whether about software or not), you will lose rights under all these patent grants.<p>So essentially you can&#x27;t defend yourself.<p>This is different than the typical apache style patent grant, which instead would say &quot;if you sue me over patents in apache licensed software x, you lose rights to software x&quot; (IE it&#x27;s limited to software, and limited to the thing you sued over)<p>2. It terminates if you challenge the validity of any facebook patent in any way. So no shitty software patent busting!
评论 #8901471 未加载
评论 #8902163 未加载
评论 #8903313 未加载
评论 #8904314 未加载
评论 #8901574 未加载
评论 #8903722 未加载
评论 #8901459 未加载
bpodgurskyover 10 years ago
I appreciate that Facebook open-sources their libraries, but they have an awful habit of dumping source code on Github and then continuing to develop it internally without pushing those changes back out.<p>For example, Facebook open-sourced Thrift, then proceeded to develop it internally, and recently released out a fork of thrift, not merging anything back into the original tree.<p>Likewise, they open-sourced Corona a few years ago, their Hadoop fork, and I&#x27;m pretty sure that branch has been abandoned too.<p>So I&#x27;m really hesitant to start using any projects out of Facebook unless they develop some processes to actually maintain these projects.
评论 #8903472 未加载
评论 #8901488 未加载
评论 #8906329 未加载
评论 #8901485 未加载
nightskiover 10 years ago
Too bad it is Torch. Working in the lua environment is not enjoyable at all. Every error becomes a long procedure of looking deep into the source of the framework since there is no type information or stack traces to go off whatsoever. You are constantly guessing about the shape of the data or what parameters are supposed to look like.
评论 #8901199 未加载
评论 #8901277 未加载
vonnikover 10 years ago
This is a recruiting move. Facebook is building its DL team, and to do that, they need to grow the community using their tools.
评论 #8901158 未加载
评论 #8901137 未加载
contingenciesover 10 years ago
Paper with proper summary: <a href="http://arxiv.org/abs/1412.7580" rel="nofollow">http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1412.7580</a>
评论 #8901168 未加载
technologiaover 10 years ago
We&#x27;ve been using Torch for a while at work, really appreciate Facebook doing this. Some of us had a hard time adjusting to Lua, but it was well worth it.
评论 #8902187 未加载
评论 #8902435 未加载
评论 #8903182 未加载
UXDorkover 10 years ago
Does anyone know what Facebook is using the AI for?
评论 #8900950 未加载
评论 #8903554 未加载
frikover 10 years ago
Wow great. I dreamed of an AI platform based on LuaJIT a few years ago. Torch and FB&#x27;s deep-learning module sound amazing!