CZ: Semestrální práce k předmětu KKY/ZSUR na katedře kybernetiky Západočeské univerzity v Plzni.
EN: Term paper for subject "The basics of machine learning and recognition" at University of West Bohemia in Pilsen.
Run project in console by typing in project folder $ python -m zsur
, or by running __main__.py
file directly. But it will run the main file only. It is going to plot specified set of points.
To get machine learning methods from project, you have to run relevant .py file.
- cluster_levels.py
- chain_map.py
- maximin.py
- kmeans.py
- unequal_binary.py
- bayes.py
- minimal_distance.py
- nearest_neighbour.py
- linear_disc.py
$ python
Python 3.6.4 | Anaconda (64-bit)
Read requirements.txt!
!Warning! Data from k-means algorithm are in Python dictionary like this one: {(center_of_cluster): [(point), (point), ...], ...}
Project structure and setup taken from chriswarrick.com.