Artificial neural network classifier project for VSC class. Summer 20/21
Go to file
2EEEB 0265852cb5
minor cleanup, more error catching and prevention
2021-04-25 20:34:36 +02:00
.gitignore Initial commit 2021-04-18 19:28:26 +02:00
LICENSE update LICENSE and README 2021-04-18 20:29:04 +02:00
README.md update readme 2021-04-18 21:13:48 +02:00
ann_classifier.py minor cleanup, more error catching and prevention 2021-04-25 20:34:36 +02:00
data_generator.py add project files 2021-04-18 21:10:52 +02:00
default.pkl add project files 2021-04-18 21:10:52 +02:00
iomgr.py add project files 2021-04-18 21:10:52 +02:00
main_layout.ui add project files 2021-04-18 21:10:52 +02:00
mplcanvas.py add project files 2021-04-18 21:10:52 +02:00
myclassifier.py minor cleanup, more error catching and prevention 2021-04-25 20:34:36 +02:00
painter.py add project files 2021-04-18 21:10:52 +02:00
poetry.lock add project files 2021-04-18 21:10:52 +02:00
pyproject.toml add project files 2021-04-18 21:10:52 +02:00
training_layout.ui add project files 2021-04-18 21:10:52 +02:00

VSC_ann

Artificial neural network classifier project for VSC class. Based on scikit-learn multilayer perceptron library. Contains basic Qt UI. Includes poetry project file, easily set up by runnning poetry install. The program is launched from ann_classifier.py