top | item 10074948

Show HN: A browser-based neural network simulation

31 points| mcrowe | 10 years ago |neurovis.dataphoric.com | reply

11 comments

order
[+] mcrowe|10 years ago|reply
Neural networks are a beautiful concept. They are also beautiful to watch. I created an interactive neural network visualizer and tutorial. It’s a fun way to develop some intuition about neural nets. It was created using vis.js, and a lot of love. Hope you enjoy!
[+] kelheor|10 years ago|reply
Wow, this is an amazing intro to neural networks, thanks!
[+] bcherny|10 years ago|reply
really cool! is the source on github?
[+] mcrowe|10 years ago|reply
Thanks!

Yes. I will be posting the source to github very soon.

[+] kolev|10 years ago|reply
The guy doesn't have the habit to open-source.
[+] 1arity|10 years ago|reply
that is so cool and a really clear tutorial. does it use three?
[+] mcrowe|10 years ago|reply
Glad you enjoyed it! It uses a library called vis.js.
[+] Animats|10 years ago|reply
That's fun, but the whole point of neural networks is to train them against data, not tweak the weights by hand. Hand-tuning a neural network is not done much - it's like setting raw filter parameters by hand.
[+] niels_olson|10 years ago|reply
True, but it's useful to get an intuitive understanding quickly. This doesn't go into the various loss functions or neuron types or matrices, just play-with-it level intuition. I bookmarked it under "Research/MachineLearning/Intro"