An ANN is trained on a very specific task. For example, one could be trained to determine from pictures if an animal is a dog or not. Typically the ANN’s output is a probability, e.g. “80% likelihood this picture is of a dog”. You give it pictures, then look at the results, and tell it if it’s wrong or right. Inside…