Generic L-layer 'straight in Python' fully connected Neural Network implementation using numpy.
-
Updated
May 29, 2021 - Python
Generic L-layer 'straight in Python' fully connected Neural Network implementation using numpy.
Implemented an L-layer neural network to classify images as being of a cat or not from scratch without using any deep learning libraries like TensorFlow or PyTorch
L layer deep neural network for image classification.
Its somewhat general way to create a N Layer Tensorflow Neural Network but here I used a Mnist Dataset
Add a description, image, and links to the l-layer-neural-network topic page so that developers can more easily learn about it.
To associate your repository with the l-layer-neural-network topic, visit your repo's landing page and select "manage topics."