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.

Show HN: Juggernaut – Experimental Neural Network in Rust

54 pointsby afshinmehalmost 8 years ago

5 comments

ameliusalmost 8 years ago
I&#x27;m a bit confused. How useful is this if:<p>- Rust cannot compile to the GPU<p>- Neural network programs are usually not large and therefore do not need the type safety that Rust offers<p>- All cool neural network research is done on Keras&#x2F;Tensorflow, so developing on that platform gives access to new algorithms automatically<p>- Scripting in Python is virtually at least as fast as anything else because you can use Tensorflow which uses the GPU
评论 #14856533 未加载
评论 #14855897 未加载
评论 #14856512 未加载
评论 #14857256 未加载
评论 #14855807 未加载
yorwbaalmost 8 years ago
I&#x27;m confused by several of the API choices in the example. Why is the training set part of the network? I would have expected it to be a parameter to the train() function. Same for the activation function, shouldn&#x27;t this be a property of the layer rather than fixed for the network as a whole?<p>I get that this is just in the early stages and more for learning than anything else, but it doesn&#x27;t seem very well thought-out IMO.
评论 #14856172 未加载
blahman2almost 8 years ago
Keep going! I really like being able to follow projects that start small, as opposed to &#x27;here is my 10000 line toy project.<p>That being said, you will probably get some flak, probably because of the insane amounts of rust evangelism people on hn have had to deal with
bmh100almost 8 years ago
What is your goal in writing this project?
shadowmintalmost 8 years ago
There&#x27;s nothing to see here.<p>Trivial NN implementations are a dime a dozen, and this one is no different. It&#x27;s just a partial work in progress; it&#x27;s not a &#x27;Show HN&#x27;; it&#x27;s just a few hundred lines of toy code.<p>...and that&#x27;s the same feedback it got on &#x2F;r&#x2F;rust last week.<p>I don&#x27;t see why it&#x27;s turned up here now.<p>(Just as a baseline, at this point, if you can&#x27;t use your NN implementation to <i>at least</i> do a basic classifier on MNIST, its probably not worth showing people)
评论 #14856130 未加载
评论 #14856146 未加载