Ask HN: A.I. Hello World? 3 points by rStar 4y ago ↗ HN is there a good example of an A.I. hello world or something similar?anyone care to point me in the right direction?
[–] ALittleLight 4y ago ↗ It's a bit more complex than Hello World, but doing digit recognition with the MNIST dataset is a common "first project" type of thing.
[–] ollran 4y ago ↗ I think the most common thing to implement is the perceptron algorithm from scratch.I would recommend Pattern Recognition and Machine Learning by Christopher M. Bishop. It assumes no previous knowledge of pattern recognition or machine learning.
2 comments
[ 3.2 ms ] story [ 15.4 ms ] threadI would recommend Pattern Recognition and Machine Learning by Christopher M. Bishop. It assumes no previous knowledge of pattern recognition or machine learning.