Coder Social home page Coder Social logo

seiiib / machinelearning-training-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maggiemhanna/machinelearning-training-course

0.0 1.0 0.0 35.06 MB

The objective of this training is to allow you to grasp the essential concepts that help you get started with Machine Learning.

Jupyter Notebook 99.84% CSS 0.01% Python 0.03% HTML 0.13%

machinelearning-training-course's Introduction

Machine Learning Training

The objective of this training is to allow you to grasp the essential concepts that help you get started with Machine Learning. This training covers the vast majority of ideas and concepts that you should encounter when solving a machine learning problem. The main framework used in this training is scikit-learn.

Please follow the order of folders and files the way they are sorted and numbered.

The package versions used in this training have been freezed to requirements.txt

Here is the outline of the training:

  • Prerequisites:

    • Linear Algebra Review
      • Vectors, Matrices and Tuples
      • Addition, Multiplication, Inverse, Transpose…
    • Multivariate Calculus (coming soon)
      • Functions
      • Differential Calculus / partial derivatives
  • Introduction to Machine Learning

    • What is Machine Learning
    • Applications
    • Supervised vs Unsupervised
    • Introducing ML with Univariate Linear Regression
      • Model Representation
      • Cost Function
      • Optimization
        • Ordinary Least Squares
          • Non-invertibility
          • Computationally expansive
        • Gradient Descent
        • Batch, Mini Batch & Stochastic Gradient Descent
  • Practical Aspects of Machine Learning

    • Data Splitting
      • Validation
      • Cross-Validation
    • Bias / Variance Diagnosis
    • Bias / Variance Correction
    • Regularization
    • Learning Curves
      • Learning Rate
      • Learning Rate Decay
    • Cost Functions & Optimization Techniques
    • Regression and Classification Evaluation Metrics
      • MSE, RMSE, MAE, RSquared ...
      • Confusion Matrix, Accuracy, Precision, Recall, F1score ...
      • ROC, AUC
      • Error metrics for skewed classes
    • Hyperparameters tuning
      • Grid Search
      • Random Search
    • Feature Representation & Engineering
      • Data Leakage
      • Missing Values Imputation
      • Numerical Features
        • Normalization
        • Log Scaling
        • Bucketing
      • Categorical Features
        • Label encoding
        • One hot encoding
      • Outliers
      • Images (coming soon)
      • Text (coming soon)
  • Regression

    • Multiple Linear Regression
      • Multiple Features
      • Features and Polynomial regression
      • Gradient descent for multiple variables
    • Polynomial Regression
    • Lasso Regression (L1 regularization)
    • Ridge Regression (L2 regularization)
    • Elastic Net Regression
    • Decision Trees Regression
  • Classification

    • Logistic Regression
      • Decision Boundary
      • Cost Function
    • Multiclass Classification
      • One-vs-all
      • Multinomial classification
    • Support Vector Machines (coming soon)
    • Decision Trees
    • Ensemble Methods (Bagging, Boosting, Stacking).
      • Bagged Trees
        • Random Forest
      • Boosted Trees
        • Gradient Boosting
  • Unsupervised Learning

    • Clustering
      • Partition methods
        • k-means clustering
        • Cluster validity, choosing the number of clusters
          • Elbow method
          • Average silhouette method
          • Gap statistic method
      • Hierarchical methods
      • Distribution models (coming soon)
        • Gaussian Mixture Models & EM
      • Density Models (coming soon)
        • DBSCAN
    • Dimensionality Reduction (coming soon)
      • Principal Component Analysis

machinelearning-training-course's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.