Skip to content

A neural network built from scratch, without any machine learning libraries.

Notifications You must be signed in to change notification settings

AaronWalker96/Homebrew-NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Homebrew - Neural Network

In order to test my knowledge on neural networks I decided to build one from scratch, not implementing any machine learning libraries. This is a simple neural net with 2 input nodes and one output node, at the moment the training data is random numbers, but I'll eventually make it something useful...

Note: The project is a work in progress and is not yet finished. The current model has no training functionality implemented and uses a hard coded set of node and weight values to produce an output.

Usage

This is a simple project and is contained within one .py file. Run the neural net using the python neuralnetwork.py. The output is written to the console.

About

A neural network built from scratch, without any machine learning libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages