Summary
We dived head first into the world of ANN. ANN are computer approximations of human nerve cell processes, and are composed of artificial neurons. Each neuron has several parts: inputs, weights, bias, and activation.
The ANN can be thought of as a stepwise non-linear approximation function that slowly adjusts itself to fit a curve that matches the desired input to the desired output. This process happens through the learning function. The learning process has several steps, including preparing data, labeling data, creating the network, initializing the weights, the forward pass that provides the output, and the calculation of loss (also called error). The weights of the individual neurons are adjusted by backpropogation, which starts ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access