All Projects → davpinto → ml-simulations

davpinto / ml-simulations

Licence: other
Animated Visualizations of Popular Machine Learning Algorithms

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ml-simulations

ml
经典机器学习算法的极简实现
Stars: ✭ 130 (+293.94%)
Mutual labels:  pca, kmeans, knn
osm-data-classification
Migrated to: https://gitlab.com/Oslandia/osm-data-classification
Stars: ✭ 23 (-30.3%)
Mutual labels:  pca, kmeans
MachineLearning
Implementations of machine learning algorithm by Python 3
Stars: ✭ 16 (-51.52%)
Mutual labels:  pca, kmeans
ocr-machine-learning
OCR Machine Learning in python
Stars: ✭ 42 (+27.27%)
Mutual labels:  pca, knn
deepvis
machine learning algorithms in Swift
Stars: ✭ 54 (+63.64%)
Mutual labels:  pca, kmeans
AnnA Anki neuronal Appendix
Using machine learning on your anki collection to enhance the scheduling via semantic clustering and semantic similarity
Stars: ✭ 39 (+18.18%)
Mutual labels:  pca, kmeans
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+30.3%)
Mutual labels:  pca, expectation-maximization
Clustering-Python
Python Clustering Algorithms
Stars: ✭ 23 (-30.3%)
Mutual labels:  kmeans, knn
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+97827.27%)
Mutual labels:  pca, kmeans
Vizuka
Explore high-dimensional datasets and how your algo handles specific regions.
Stars: ✭ 100 (+203.03%)
Mutual labels:  pca, kmeans
data-science-popular-algorithms
Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems, Decision Trees, K-Means, LDA, RFM-Segmentation, XGBoost in Python, R, and Scala.
Stars: ✭ 65 (+96.97%)
Mutual labels:  xgboost, kmeans
faiss-ruby
Efficient similarity search and clustering for Ruby
Stars: ✭ 62 (+87.88%)
Mutual labels:  pca, kmeans
NIDS-Intrusion-Detection
Simple Implementation of Network Intrusion Detection System. KddCup'99 Data set is used for this project. kdd_cup_10_percent is used for training test. correct set is used for test. PCA is used for dimension reduction. SVM and KNN supervised algorithms are the classification algorithms of project. Accuracy : %83.5 For SVM , %80 For KNN
Stars: ✭ 45 (+36.36%)
Mutual labels:  pca, knn
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (+336.36%)
Mutual labels:  xgboost, pca
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-9.09%)
Mutual labels:  xgboost, pca
clustering-python
Different clustering approaches applied on different problemsets
Stars: ✭ 36 (+9.09%)
Mutual labels:  kmeans
aws-customer-churn-pipeline
An End to End Customer Churn Prediction solution using AWS services.
Stars: ✭ 30 (-9.09%)
Mutual labels:  xgboost
100DaysOfMLCode
No description or website provided.
Stars: ✭ 19 (-42.42%)
Mutual labels:  pca
sagemaker-xgboost-container
This is the Docker container based on open source framework XGBoost (https://xgboost.readthedocs.io/en/latest/) to allow customers use their own XGBoost scripts in SageMaker.
Stars: ✭ 93 (+181.82%)
Mutual labels:  xgboost
kmeans1d
⭐ A Python package for optimal 1D k-means clustering.
Stars: ✭ 35 (+6.06%)
Mutual labels:  kmeans

Machine Learning Animations

Understanding Machine Learning through Animated Visualizations

This repository contains the source code for animated visualizations of some famous machine learning algorithms. They were created using the R package animation, and ilustrate algorithm convergence and the effect of hyper-parameter tuning. The animations available so far are:

  • XGBoost decision boundary as iterations proceed:

+ View Animation


  • KNN decision boundary varying the number of nearest neighbors k.

+ View Animation


  • Multivariate Gaussian Mixture Models (GMMs) fitting by EM algorithm.

+ View Animation


  • Multimodal Density Estimation using GMMs.

+ View Animation


  • Tikhonov Regularization effect in Extreme Learning Machines (ELMs).

+ View Animation


  • Image Segmentation using K-means.

+ View Animation


  • Image Reconstruction using Principal Components Analysis (PCA).

+ View Animation


Take a look at the website and have fun!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].