Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch for MNIST Digit Classification

This project implements a neural network in Python using numpy to classify handwritten digits from the MNIST dataset. The goal is to understand the fundamental workings of neural networks by building one without relying on high-level frameworks like TensorFlow or PyTorch.

About

Neural network designed to classify hand-written digits. The NN uses cross-entropy as its cost function, as well as relu and softmax as activation functions.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages