π±Introduction
π©βπ» Intro to Neural Networks Coding
Last updated
π©βπ» Intro to Neural Networks Coding
Last updated
Like every first app we should start with something super simple that gives us an idea about the whole methodology.
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.
It contains one layer with one neuron.
After building out neural network we can feed it with our sample data π
Then we have to start training process π
Every thing is done π ! Now we can test our neural network with new data π
Term
Description
Dense
A layer of neurons in a neural network
Loss Function
A mathematical way of measuring how wrong your predictions are
Optimizer
An algorithm to find parameter values which correspond to minimum value of loss function