Skip to content

Implementation of a perceptron class. There are no restrictions on the number of layers. It is possible to select the activation function (only 3 so far) for each layer and adjust the training parameters of the perceptron. Presence of examples = True

License

Notifications You must be signed in to change notification settings

L1tewave/neural-network-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Implementation

Python version >=3.8 is required to run this program.


In the following instructions it is assumed that you are working in the project directory.

  1. First of all, set up the dependencies. Run in console:
$ pip install -r requirements.txt

It's works fine on Windows. It may be different on other operating systems.

  1. After this, the examples can be run:

Alt Text

  1. Make your own neural network 😄

About

Implementation of a perceptron class. There are no restrictions on the number of layers. It is possible to select the activation function (only 3 so far) for each layer and adjust the training parameters of the perceptron. Presence of examples = True

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages