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

Last updated