Skip to content

camelCase12/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

From-Scratch Layered Neural Network

Contains my code to generate arbitrary layered neural networks, complete with Sigmoid and RELU options for activation functions, and an in-built from-scratch backpropagation algorithm. Since it's only a basic neural network it's mostly only useful for basic linear regression problems, but it was a valuable project for learning. Will create new repositories for other net types, like the Convolutional and Recurrent Neural Networks.

Visualization shows the weights of axons--green indicating positive and red indicating negative. Additionally, the neuron activations are shown based on opacity--fully white indicates maximal activation.

Neural Network Visualization

About

From-Scratch Layered Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published