Hacker News new | ask | show | jobs
by teebs 1604 days ago
Looks like it's written by hand in raw JS. Here's the training loop: https://github.com/victorqribeiro/bangBang/blob/master/js/De... and here's matrix multiplication: https://github.com/victorqribeiro/bangBang/blob/master/js/Ma...
1 comments

Yep, dejavu is my toy neural network that I use for small and experimental projects like this
Nicely done on implementation though...
thank you