Coder Social home page Coder Social logo

cnstll / pythonml Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.41 MB

A school bootcamp for hands on learning of Machine Learning

License: GNU General Public License v3.0

Python 100.00%
classification evaluation-metrics feature-scaling gradient-descent machine-learning regression-models regularization-methods

pythonml's Introduction

PythonML

This bootcamp is designed to learn the basics of machine learning. It has been created by 42_AI, an association from 42 Paris.

ML Bootcamp repository (subjects): https://github.com/42-AI/bootcamp_machine-learning.
42-AI repository and presentation: https://github.com/42-AI.

This bootcamp is a "hands on" that rely on the "Supervised Machine Learning: Regression and Classification" MOOC from Stanford University. Link to the course: https://www.coursera.org/learn/machine-learning. Each module (ml_0X) is done through a day and helps discover new notions from the ML world.

ML_00

  • Module Objective: The goal of this module is to discover the concept of linear regression.
    You will study, in this module the keys concepts in linear algebra to achieve univariate linear regression.
  • Notions: Sum, mean, variance, standard deviation, vectors and matrices operations. Hypothesis, model, regression, cost function.

ML_01

  • Module Objective: The goal of this module is to get started with the basics of linear regression.
    You will study, in the field of machine learning, what we call an hypothesis, cost function, gradient descent and some notions of feature scaling.
  • Notions: Gradient descent, linear regression, normalization.

ML_02

  • Module Objective: The goal of this module is building on what you did on the previous modules.
    You will extend the linear regression to handle more than one features. Then you will see how to build polynomial models and how to detect overfitting.
  • Notions: Multivariate linear hypothesis, multivariate linear gradient descent, polynomial models. Training and test sets, overfitting.

ML_03

  • Module Objective: Discover your first classification algorithm: logistic regression. You will learn its loss function, gradient descent and some metrics to evaluate its performance.
  • Notions: Logistic hypothesis, logistic gradient descent, logistic regression, multiclass classification. Accuracy, precision, recall, F1-score, confusion matrix.

ML_04

  • Module Objective:Today you will fight overfitting! You will discover the concepts of regularization and how to implement it into the algortihms you already saw until now.
  • Notions : Regularization, overfitting. Regularized loss function, regularized gradient descent. Regularized linear regression. Regularized logistic regression.

Notes

Link to my notes from these modules, courses and more : https://www.notion.so/Machine-Learning-294de562d0e94029b14716b920c87d26.

pythonml's People

Contributors

cnstll avatar

Watchers

 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.