Neural networks
It is said that 'men' have just 1 neuron, if so, I understand a lot, since not many interesting problems can be solved with just 1 neuron.
Complex problems can be solved dividing them in little computation units (neurons) in a network

ImageNet contest (2012, when everything started)
14 million images with 20000 hand-annotated categories (such as ‘balloon’, ‘strawberry’ and so on)
Objective: to minimize the error using several IA strategies


Training a neural network is not easy
Don't worry, this is not the objective of this course, but believe me, it is something compulsory if you want to do deeper into this field.

Last updated