This is a collection of various machine learning, artificial intelligence and statistics demo projects:
- Clustering - is an implementation of K-means clustering in HTML5 and JavaScript, also explained here.
- Geometric distribution - is an implementation of geometric distribution in HTML5/JavaScript and Python. It comes with a handy calculator for winning odds.
- Localisation - is an implementation of Monte-Carlo robot localisation in HTML5 and JavaScript.
- Naive Bayes - is an implementation of naive Bayes to predict Ebay prices in HTML5 and JavaScript, also explained here.