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.

A JavaScript deep learning and reinforcement learning library

132 pointsby sdominoabout 8 years ago

6 comments

merricksbabout 8 years ago
Discussed 2 days ago (244 points):<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13742911" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13742911</a>
solomatovabout 8 years ago
It&#x27;s useful only for predictions. Unless, GPU (Possibly with WebCL) support will appear, it will be impractical to use it for training.
评论 #13761735 未加载
评论 #13762675 未加载
platzabout 8 years ago
I get why deep learning is nice but I just do not get the hype around reinforcement learning yet. RL seems great for things like training video game agents and have seen videos of this, but fail to understand where RL can be applied in the real world.<p>It reminds me a bit of genetic algorithms. GA is the &#x27;last resort&#x27; when you truly know nothing about how to model your problem.<p>What is the sweet spot for RL?
评论 #13760226 未加载
评论 #13760238 未加载
评论 #13760364 未加载
评论 #13759986 未加载
评论 #13760074 未加载
评论 #13760587 未加载
评论 #13760121 未加载
评论 #13760323 未加载
albertTJamesabout 8 years ago
Interesting work ! Although I am not learning that :) What would be really interesting is a common interface for the browser and node, the former using this library, and the latter using a node extension communicating with tensorFlow... And on the user side a syntax EXACTLY similar to the Keras syntax. That - would be the bomb.
评论 #13762670 未加载
fenomasabout 8 years ago
Does anyone know enough to lend some context here? I gather this works similarly to ConvNetJS, or solves some of the same problems. Does it go further, or work in a different way, or what?
vonnikabout 8 years ago
Just curious: Where does the computation happen? Is it all Javascript?