Skip to content

Th3Moody/Simple-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-NN

A simple Neural Network. It was project made as a part of the Supervised Learning course.

Project Parts

The project consists of 3 main parts

1. Neuron Class

A class that holds the neuron's data such as weights, output, and activation function (Sigmoid).

2. Network Creation

A function to create a network of neurons. You can specify the input features count and number of neurons in each layer.

3. Training

Training was achieved by basic forward and backward propagation using the Least Square Error as a loss function.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages