#Wanna learn how to program AI and how to train it.
1 messages · Page 1 of 1 (latest)
You should probably take a look at how machine learning/deep learning works, pick up a programming language (mainly python since it's the most supported for this field) and get started on simple projects such as creating a model that can identify handwritten digits (classic example), I highly suggest seeing 3blue1brown's playlist on neural networks too, it's short and precise and tackles this exact example