HACKER Q&A
📣 rStar

A.I. Hello World?


is there a good example of an A.I. hello world or something similar?

anyone care to point me in the right direction?


  👤 ALittleLight Accepted Answer ✓
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
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.