Skip to content

VincentPiegsa/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

Neural Networks, built from scratch and implemented in Python.

Usage

+-- NeuralNetwork.py

Source Code of a basic neural network.

+-- neuralnetwork
|   +-- __init__.py
|   +-- NeuralNetwork.py
|   +-- Layer.py
|   +-- WeightMatrix.py
|   +-- Utils.py

Module that supports developing advanced neural networks.

+-- examples
|   +-- mnist_classifier.py

Example sketches to showcase the modules functionality.

Roadmap

  • Batch-Training and Epoches
  • Other Activation Functions
  • Bias Updating
  • Graphical Visualization of Weights & Perceptrons

... will be added soon!

Releases

No releases published

Packages

No packages published

Languages