Ask HN: A.I. Hello World?

3 points by rStar ↗ HN
is there a good example of an A.I. hello world or something similar?

anyone care to point me in the right direction?

2 comments

[ 3.2 ms ] story [ 15.4 ms ] thread
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.
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.