Skip to content

A simple python implementation of a Neural Network from scratch

Notifications You must be signed in to change notification settings

zishansami102/Neural-Network-from-Scratch

Repository files navigation

A simple Neural Network from scratch

A simple python implementation of Neural Network from scratch without using any ML/DL libraries

alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Numpy - Multidimensioanl Mathematical Computing
  • Scipy - Was used to load Mat file in Python
  • Matplotlib - Used to plot Graph
  • Pickle - Used to save trained models/object

Installing

Clone the repository

git clone https://github.com/zishansami102/Neural-Network-from-Scratch-MNIST-Datset-

Move into the directory and then run the following command to start training the neural network

python main.py

Contributing

Contributions are welcome of course ;)

About

A simple python implementation of a Neural Network from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages