update readme

This commit is contained in:
Ritchie 2018-05-24 14:08:48 +02:00
parent 8ea2d99e0b
commit 524d052d03

View File

@ -1,3 +1,6 @@
# How to program a neural net from scratch in Python
# Various machine learning algorithms. Mostly vanilla.
[Read more in this blog post](https://ritchievink.com/blog/2017/07/10/programming-a-neural-network-from-scratch/)
* [neural network](https://ritchievink.com/blog/2017/07/10/programming-a-neural-network-from-scratch/)
* [support vector machine](https://www.ritchievink.com/blog/2017/11/27/implementing-a-support-vector-machine-in-scala/)
* [genetic algorithms](https://www.ritchievink.com/blog/2018/01/14/computer-build-me-a-bridge/)
* [affinity propagation](https://www.ritchievink.com/blog/2018/05/18/algorithm-breakdown-affinity-propagation/)