Show notes
An artificial neural network is a computer algorithm somewhat
inspired by our brains. Superficially, our brain is a network of neuronsconnected with each other and communicating via electrical impulses.Artificial intelligence experts implemented a similar concept purely insoftware. An artificial neuron is basically a function that takes a setof inputs and has an output. Just like the biological one. By connectinghundreds of such neurons in a network, we can observe quiteintelligent behaviours. For example, artificial neural networkscan recognize what’s in the image. Or quite the opposite - generateimages from text.
