Skip to content

nmakes/neuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks

Dependencies

This project requires python's Tkinter graphics to be imported. You can install turtle using:

sudo apt-get install python-tk

Execution

Run the perceptron demo inside the simple-perceptron folder:

python VisualizePerceptron.py

Execute the above to see the perceptron learn.

File Description

Inside the folder simple-perceptron:

File Description
perceptron.py Contains definitions of the perceptron
gui.py Contains Point class and graphing functions
VisualizePerceptron.py Used as the driver function to test out the functionalities

About

Visualization of neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published