Welcome to the project that builds a generic neural network trained using the gradient descent algorithm.
This part of the project builds a neural network with just 1 input and 1 output with 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.
