All Projects β†’ tirthajyoti β†’ R-stats-machine-learning

tirthajyoti / R-stats-machine-learning

Licence: MIT license
Misc Statistics and Machine Learning codes in R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to R-stats-machine-learning

Orange3
🍊 πŸ“Š πŸ’‘ Orange: Interactive data analysis
Stars: ✭ 3,152 (+9451.52%)
Mutual labels:  random-forest, clustering, regression, decision-trees
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+6557.58%)
Mutual labels:  random-forest, clustering, regression, decision-trees
2018 Machinelearning Lectures Esa
Machine Learning Lectures at the European Space Agency (ESA) in 2018
Stars: ✭ 280 (+748.48%)
Mutual labels:  random-forest, clustering, decision-trees
lolo
A random forest
Stars: ✭ 37 (+12.12%)
Mutual labels:  random-forest, regression
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (+336.36%)
Mutual labels:  random-forest, decision-trees
A-quantum-inspired-genetic-algorithm-for-k-means-clustering
Implementation of a Quantum inspired genetic algorithm proposed by A quantum-inspired genetic algorithm for k-means clustering paper.
Stars: ✭ 28 (-15.15%)
Mutual labels:  clustering, k-means
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 (+384.85%)
Mutual labels:  random-forest, decision-trees
Machine Learning Is All You Need
πŸ”₯πŸŒŸγ€ŠMachine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!πŸ’ͺ This repository is ALL You Need!
Stars: ✭ 173 (+424.24%)
Mutual labels:  random-forest, decision-trees
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 (+433.33%)
Mutual labels:  random-forest, decision-trees
scicloj.ml
A Clojure machine learning library
Stars: ✭ 152 (+360.61%)
Mutual labels:  clustering, regression
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-51.52%)
Mutual labels:  clustering, regression
AIML-Projects
Projects I completed as a part of Great Learning's PGP - Artificial Intelligence and Machine Learning
Stars: ✭ 85 (+157.58%)
Mutual labels:  random-forest, support-vector-machines
The Data Science Workshop
A New, Interactive Approach to Learning Data Science
Stars: ✭ 126 (+281.82%)
Mutual labels:  random-forest, regression
Network Intrusion Detection
Machine Learning with the NSL-KDD dataset for Network Intrusion Detection
Stars: ✭ 119 (+260.61%)
Mutual labels:  random-forest, decision-trees
Text classification
Text Classification Algorithms: A Survey
Stars: ✭ 1,276 (+3766.67%)
Mutual labels:  random-forest, decision-trees
Predicting real estate prices using scikit Learn
Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)
Stars: ✭ 78 (+136.36%)
Mutual labels:  random-forest, decision-trees
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+215.15%)
Mutual labels:  regression, hypothesis-testing
Sharplearning
Machine learning for C# .Net
Stars: ✭ 294 (+790.91%)
Mutual labels:  random-forest, decision-trees
Sporf
This is the implementation of Sparse Projection Oblique Randomer Forest
Stars: ✭ 70 (+112.12%)
Mutual labels:  random-forest, decision-trees
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (-27.27%)
Mutual labels:  clustering, regression

Please feel free to add me here on LinkedIn if you are interested in data science and like to connect.

Statistics and Machine Learning R scripts

Misc Machine Learning and statistical analysis code examples in R

Packages used/demonstrated

Supervised learning (Regression and Classification)

  • Linear regression
  • Poisson regression

* Stepwise selection method * LASSO, Ridge, and Elastic Net regularization methods

* Residual analysis * Spline regression

* Logistic regression

* Support vector machine

* k-Nearest Neighbor * Decision Tree * Random Forest

* Feedforward neural network

Unsupervised learning

  • k-means Clustering

* Principal Component Analysis (PCA)

Statistics/Data wrangling

  • Missing data imputation
  • Demo of Central Limit Theorem'
  • Outlier detection using Grubb's test
  • Cumulative Sum (CUSUM) for change detection
  • Demo of Hypothesis shopping (why you should be suspicious of p-Values)
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].