TLDR
An example of an MLP (Multilayer Perceptron), capable of classify iris flowers, using the four features described in the IRIS Dataset. The model is created just before we call fit() and I was inspired by the Keras model to create this API. The training consists of repeating the network calculation several times (epochs), taking each record and getting an output. We correct each weight according to its "responsibility" in the final error. More responsible weights receive greater correction. Backpropagation is to calculate the error and adjust the node (and bias) weights.via the TL;DR App
no story
Written by cleuton-sampaio | Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc.
Rio de Janeiro