Different Neural Networks using keras
A blog from where I get details of different Neural Networks A blog By andrewtch
Project | Description |
---|---|
Perceptron |
Most simple Neural Network. Takes some inputs, sums them up, applies activation function and passes them to output layer . |
Feed Forward |
Quite old Neural Network. All nodes are connected, Activation function is applied , Only one hidden layer |
Deep Feed Forwrd neural network | Coming Soon. |