ancalasenja / simple-neural-net

Simple Implementation of 3 Layer Fully-connected Neural Network in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Neural Network for MNIST Dataset

Getting Started

git clone https://github.com/ghuw/simple-neural-net

Prerequisites

  • Python3
    1. Linux
sudo apt-get update && sudo apt-get install python3.6
pip3 install numpy
  • Dill
pip3 install dill
  • Matplotlib
pip3 install matplotlib

Usage

Download and extract dataset from yann.lecun.com/exdb/mnist/ and move to working directory.

Running the classifier

python3 main.py

Author

  • Teguh Budianto - ghuw

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Simple Implementation of 3 Layer Fully-connected Neural Network in Python

License:MIT License


Languages

Language:Python 100.0%