neural style pt. 2
16 Apr 2020 -
- in which we expand our understanding of neural nets
I’ll admit my expertise with neural networks is limited; as I mentioned in the last post I haven’t necessarily had an application in mind and avoid making things any more complicated than absolutely necessary.
A rudimentary model of a neural network looks something like this:
The technique takes its name from neuroscience, and inherits much of its sensibility from probability and statistics. Developments in mathematics like Bayesian inference and linear regression paved the way for the kind of artificial intelligence used in image classification, predictive
keywords: neuron, perceptron, weight, bias, propogation, feature, activation function, loss function, model training