DIY AI: The series
1 min readMay 31, 2017
Hello, readers!
Almost a year ago I've started to dig into Machine Learning, Neural Networks and Artificial Intelligence. I learned a lot and want to share my experience with rest of the world.
I hope that DIY AI will eventually become a long set of stories dedicated to history, theory or coding practice of the topics mentioned above. This very story will serve as a TOC for all stories published.
Stay subscribed — I will try my best to make this into an interesting journey!
Stories published so far:
- AI: The history of a problem (and a bit about the goal of the series)
- Installation manuals for various software I use during the series
- A simple neural network using numpy to recognize handwritten digits
- The charming simplicity of NN frameworks explaining how to build ANN using FANN library