Hacker News new | ask | show | jobs
by etienne89 704 days ago
That reminds me of the article „a neural network in 11 lines of code“ from 2015 (although not on MNIST, rather some kind of XOR)

https://iamtrask.github.io/2015/07/12/basic-python-network/

1 comments

Beautiful! Same in spirit as what I was going for, but even better. I really like the way the weights are updated in this one. Thanks for showing me this!