https://github.com/h00n24/ikr
Klasifikace a rozpoznávání - projekt
https://github.com/h00n24/ikr
fit ikr scikit-learn vutbr
Last synced: about 1 month ago
JSON representation
Klasifikace a rozpoznávání - projekt
- Host: GitHub
- URL: https://github.com/h00n24/ikr
- Owner: H00N24
- Created: 2018-02-22T07:37:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T07:40:22.000Z (over 8 years ago)
- Last Synced: 2025-10-04T19:55:53.255Z (9 months ago)
- Topics: fit, ikr, scikit-learn, vutbr
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zavislosti:
scikit-learn (pip3 install scikit-learn)
scikit-image (pip3 install scikit-image)
Stiahnut a rozbalit trenovacie a testovacie data do priecinku k skriptom.
Spustenie:
trenovaci mod:
python3 classifiers.py test
./classifiers.py test
eval mod:
python3 classifiers.py
./classifiers.py
Vypise sa aktualna konfiguracia klasifikatora a cas trenovania
Pri trenovacom mode sa vygeneruje skore
Pri eval mode sckript generuje subory `image_[NAME].txt` kde [NAME] je meno
pouziteho klasifikatora: svc = Support Vector Machines
mlp = Multi-layer Perceptron