Introduction#

Quick ML Algo Overview#

ML-Algorithms#

Algorithm

Description

Use Case

Image

k-Nearest Neighbours

Easy to undestand Can be used for small datasets

TODO

../../_images/algo-knn.svg

Random Forest

Easy to understand Can be used for big datasets Wide use possible

TODO

../../_images/algo-decision-tree.svg

Naive Bayes

Statistical classifiers For multiple independent features

TODO

../../_images/algo-naives-bayes.svg

Neuronal Network

For complex problems Can be used for big datasets Greater effort

TODO

../../_images/algo-neuronalnetwork.svg
Machine Learning Overview

Machine Learning Overview#

Machine Learning