https://github.com/casparwylie/Perceptron
A flexible artificial neural network builder to analyse performance, and optimise the best model.
https://github.com/casparwylie/Perceptron
artificial-intelligence artificial-neural-network machine-learning machine-learning-algorithms neural-network opencv python tkinter
Last synced: 5 months ago
JSON representation
A flexible artificial neural network builder to analyse performance, and optimise the best model.
- Host: GitHub
- URL: https://github.com/casparwylie/Perceptron
- Owner: casparwylie
- Created: 2016-10-01T14:20:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T09:31:51.000Z (almost 4 years ago)
- Last Synced: 2024-08-06T21:23:00.015Z (9 months ago)
- Topics: artificial-intelligence, artificial-neural-network, machine-learning, machine-learning-algorithms, neural-network, opencv, python, tkinter
- Language: Python
- Homepage:
- Size: 14.6 MB
- Stars: 401
- Watchers: 18
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NOTE: This is an incomplete project. I may decide to spend a lot more time on it if people persist giving it positive attention.
# Perceptron
A flexible artificial neural network builder to analysis performance, and optimise the best model.Perceptron is a software that will help researchers, students, and programmers to
design, compare, and test artificial neural networks. As it stands, there are few visual
tools that do this for free, and with simplicity.
This software is largely for educational purposes, allowing people to experiment
and understand how the different parameters within an ANN can result in
different performances and better results. I have not used libraries like TensorFlow specifally so people
can see what goes on lower level, all within the code.
