All Projects → kabirnagpal → ML-Track

kabirnagpal / ML-Track

Licence: other
This repository is a recommended track, designed to get started with Machine Learning.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ML-Track

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+11463.16%)
Mutual labels:  clustering, scikit-learn, regression
Python-Machine-Learning-Fundamentals
D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn and TPOT.
Stars: ✭ 46 (+142.11%)
Mutual labels:  clustering, scikit-learn, regression
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+16489.47%)
Mutual labels:  clustering, scikit-learn, regression
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+9731.58%)
Mutual labels:  clustering, scikit-learn
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+610.53%)
Mutual labels:  clustering, regression
Qlik Py Tools
Data Science algorithms for Qlik implemented as a Python Server Side Extension (SSE).
Stars: ✭ 135 (+610.53%)
Mutual labels:  clustering, scikit-learn
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+8015.79%)
Mutual labels:  clustering, regression
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (+900%)
Mutual labels:  clustering, regression
Python Clustering Exercises
Jupyter Notebook exercises for k-means clustering with Python 3 and scikit-learn
Stars: ✭ 153 (+705.26%)
Mutual labels:  clustering, scikit-learn
audio noise clustering
https://dodiku.github.io/audio_noise_clustering/results/ ==> An experiment with a variety of clustering (and clustering-like) techniques to reduce noise on an audio speech recording.
Stars: ✭ 24 (+26.32%)
Mutual labels:  clustering, scikit-learn
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-15.79%)
Mutual labels:  clustering, regression
Tiny ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
Stars: ✭ 129 (+578.95%)
Mutual labels:  clustering, regression
Ml Email Clustering
Email clustering with machine learning
Stars: ✭ 116 (+510.53%)
Mutual labels:  clustering, scikit-learn
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+7878.95%)
Mutual labels:  clustering, scikit-learn
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (+26.32%)
Mutual labels:  clustering, regression
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+484.21%)
Mutual labels:  scikit-learn, regression
Pqkmeans
Fast and memory-efficient clustering
Stars: ✭ 189 (+894.74%)
Mutual labels:  clustering, scikit-learn
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (+363.16%)
Mutual labels:  clustering, regression
Neuroflow
Artificial Neural Networks for Scala
Stars: ✭ 105 (+452.63%)
Mutual labels:  clustering, regression
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (+5.26%)
Mutual labels:  clustering, regression

SoA-ML-14

Week 1: Intro to Numpy and Pandas

(Anaconda, spyder, jupyter)

Getting Familiar with:

Link to Week 1's Jupyter Notebook

  • Numpy
  • Pandas
  • Matplotlib

Week 2: Basic Data pre-processing:

Link to Week 2's Jupyter Notebook

  • One Hot encoding
  • Label Encoding
  • Normalization
  • Dealing with Missing values
  • Introduction to Machine learning
  • Types of Learning (Supervised, Unsupervised and Reinforcement)
  • Application of Machine Learning

Week 3: Regression Algorithms:

Link to Week 3's Jupyter Notebook

  • Linear Regression
  • Multiple Linear Regression
  • Polynomial Regression

Week 4:Classification Algorithms:

Link to Week 4's Jupyter Notebook

  • Logistic Regression
  • K-Nearest Neighbours
  • Support Vector Classifier
  • Decision Tree
  • Random Forest
  • Voting Classifier

Week 5: Bias vs Variance Trade off

Link to Week 5's Jupyter Notebook

  • OverFitting
  • UnderFitting
  • Regularization
  • Support Vector Machines

Week 6:Clustering Algorithms:

Link to Week 6's Jupyter Notebook

  • K-means Clustering
  • Hierarchical Clustering

Week 7: Dimensionality Reduction:

Link to Week 7's Jupyter Notebook

  • PCA

  • LDA

  • Kernel PCA

  • Model Selection:

  • K-fold Cross Validation

  • Parameter Tuning

  • Grid Search

Week 8: An introduction to Boosting

Link to Week 8's Jupyter Notebook

  • Gradient Boosting
  • XGBoost
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].