Skip to content

KirillShmilovich/MLP-Neural-Network-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a multilayer perceptron from scratch

The mathematics and computation that drive neural networks are frequently seen as erudite and impenetrable. A clearly illustrated example of building from scratch a neural network for handwriting recognition is presented in MLP.ipynb. This tutorial provides a step-by-step overview of the mathematics and code used in many modern machine learning algorithms.

Installation

To view this notebook in your browser simply click the MLP.ipynb file above.

To run this notebook locally make sure you have git, python, and Jupyter installed.

Then in a terminal window:

$ git clone https://github.com/KirillShmilovich/MLP-Neural-Network-From-Scrath
$ cd MLP-Neural-Network-From-Scrath
$ jupyter-notebook MLP.ipynb

About

Tutorial detailing how to build a multilayer perceptron from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published