All Projects → andrebleier → cheapml

andrebleier / cheapml

Licence: MIT license
Machine Learning algorithms coded from scratch

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to cheapml

decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+258.82%)
Mutual labels:  random-forest, gradient-boosting, regression-trees
lolo
A random forest
Stars: ✭ 37 (+117.65%)
Mutual labels:  random-forest, machine-learning-algorithms, regression
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+552.94%)
Mutual labels:  machine-learning-algorithms, regression
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+841.18%)
Mutual labels:  random-forest, machine-learning-algorithms
Infiniteboost
InfiniteBoost: building infinite ensembles with gradient descent
Stars: ✭ 180 (+958.82%)
Mutual labels:  random-forest, gradient-boosting
The Data Science Workshop
A New, Interactive Approach to Learning Data Science
Stars: ✭ 126 (+641.18%)
Mutual labels:  random-forest, regression
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+11123.53%)
Mutual labels:  random-forest, gradient-boosting
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (+29.41%)
Mutual labels:  machine-learning-algorithms, regression
Awesome Gradient Boosting Papers
A curated list of gradient boosting research papers with implementations.
Stars: ✭ 704 (+4041.18%)
Mutual labels:  random-forest, gradient-boosting
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (+41.18%)
Mutual labels:  machine-learning-algorithms, regression
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (-11.76%)
Mutual labels:  machine-learning-algorithms, regression
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (+211.76%)
Mutual labels:  random-forest, machine-learning-algorithms
Tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Stars: ✭ 8,378 (+49182.35%)
Mutual labels:  random-forest, gradient-boosting
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+12823.53%)
Mutual labels:  random-forest, regression
Awesome Fraud Detection Papers
A curated list of data mining papers about fraud detection.
Stars: ✭ 843 (+4858.82%)
Mutual labels:  random-forest, gradient-boosting
Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (+935.29%)
Mutual labels:  random-forest, gradient-boosting
MachineLearningSeries
Vídeos e códigos do Universo Discreto ensinando o fundamental de Machine Learning em Python. Para mais detalhes, acompanhar a playlist listada.
Stars: ✭ 20 (+17.65%)
Mutual labels:  random-forest, machine-learning-algorithms
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+2935.29%)
Mutual labels:  random-forest, machine-learning-algorithms
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+18441.18%)
Mutual labels:  random-forest, regression
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+152.94%)
Mutual labels:  random-forest, machine-learning-algorithms

cheapml drawing

This repo contains machine learning algorithms coded from scratch. These implementations are not designed for high-performance, the focus lies on coding a generic implementation only with necessary code.

There will be two blog posts about the code and the machine learning algorithms as whole. You can find the gradient boosting one here and the one about regression trees here.

Cheers

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].