Skip to content

calebmirvine/MNIST-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MNIST_NN

#The file "MNIST Neural Network.ipynb" is a Jupyter Notebook that demonstrates the implementation of a neural network for the MNIST digit recognition task.

#The notebook includes:

#Code to load and preprocess the MNIST dataset. #Functions to initialize neural network parameters, perform forward propagation, apply activation functions (ReLU and softmax), and compute backpropagation. #A gradient descent function to train the neural network. #Helper functions to visualize training examples and test predictions. #The notebook trains a neural network on the MNIST dataset and evaluates its performance, including printing predictions and true labels for specific examples.

About

A little AI that sees numbers sometimes, made with Python in Jupyter Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors