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 gradient descent that works with a network with any number of inputs but just a single output. The network has no hidden layers. The code only works with 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.
