Skip to content

Code of a basic Neural Network (3 layer) from scratch

Notifications You must be signed in to change notification settings

sanchit-nayyar/neural_network

Repository files navigation

Neural Network

This project contains the code of a basic 3 layer Artificial Neural Network written in Python from scratch. The purpose of this project was to understand in detail how a neural network works and how the various parameters associated with it are calculated.

Prerequisites

Since the code has been written from scratch, the only prerequisite is...

Python

Execution

python2 test.py

About

Code of a basic Neural Network (3 layer) from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages