Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Working with 2 Hidden Layers of Any Neurons

Welcome to the project that builds a generic neural network trained using the gradient descent algorithm.

The implementation of this part ends by building the a neural network that works with:

  1. Any number of inputs.
  2. 2 hidden layers with any number of hidden neurons.
  3. Just a single output.
  4. A single training sample.

You can also check my book cited as Ahmed Fawzy Gad 'Practical Computer Vision Applications Using Deep Learning with CNNs'. Dec. 2018, Apress, 978-1-4842-4167-7 which discusses neural networks, convolutional neural networks, deep learning, genetic algorithm, and more.

kivy-book

Contact Us