Skip to content

FabioCingottini/feed-forward-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Feed forward neural network

A basic feed forward neural network implementation in Python.

It uses the sigmoid function as the activation function.

It uses the mean squared error as the cost function.

It uses the gradient descent algorithm to train the network.

Running the code

Create the python virtual environment:

python3 -m venv venv

Run the virtual environment:

source venv/bin/activate

Install the dependencies:

pip install -r requirements.txt

Run the code:

python main.py

Exit the virtual environment:

deactivate

About

An example of a basic feed forward neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages