Giter Club home page Giter Club logo

mlcourse.ai's Introduction

mlcourse.ai โ€“ Open Machine Learning Course

ODS stickers

๐Ÿ‡ท๐Ÿ‡บ Russian version ๐Ÿ‡ท๐Ÿ‡บ

โ— The next session is planned to launch on February 11, 2019. Please wait for an announcement in January โ—

Mirrors (:uk:-only): mlcourse.ai (main site), Kaggle Dataset (same notebooks as Kernels)

Outline

This is the list of published articles on medium.com ๐Ÿ‡ฌ๐Ÿ‡ง, habr.com ๐Ÿ‡ท๐Ÿ‡บ, and jqr.com ๐Ÿ‡จ๐Ÿ‡ณ. Icons are clickable. Also, links to Kaggle Kernels (in English) are given. This way one can reproduce everything without installing a single package.

  1. Exploratory Data Analysis with Pandas ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel
  2. Visual Data Analysis with Python ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernels: part1, part2
  3. Classification, Decision Trees and k Nearest Neighbors ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel
  4. Linear Classification and Regression ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernels: part1, part2, part3, part4, part5
  5. Bagging and Random Forest ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernels: part1, part2, part3
  6. Feature Engineering and Feature Selection ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel
  7. Unsupervised Learning: Principal Component Analysis and Clustering ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel
  8. Vowpal Wabbit: Learning with Gigabytes of Data ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel
  9. Time Series Analysis with Python, part 1 ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡จ๐Ÿ‡ณ. Predicting future with Facebook Prophet, part 2 ๐Ÿ‡ฌ๐Ÿ‡ง, ๐Ÿ‡จ๐Ÿ‡ณ Kaggle Kernels: part1, part2
  10. Gradient Boosting ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ท๐Ÿ‡บ, ๐Ÿ‡จ๐Ÿ‡ณ, Kaggle Kernel

Lectures

Videolectures are uploaded to this YouTube playlist.

Introduction, video, slides

  1. Exploratory data analysis with Pandas, video
  2. Visualization, main plots for EDA, video
  3. Decision trees: theory and practical part
  4. Logistic regression: theoretical foundations, practical part (baselines in the "Alice" competition)
  5. Emsembles and Random Forest โ€“ part 1. Classification metrics โ€“ part 2. Example of a business task, predicting a customer payment โ€“ part 3
  6. Linear regression and regularization - theory, LASSO & Ridge, LTV prediction - practice
  7. Unsupervised learning - Principal Component Analysis and Clustering
  8. Stochastic Gradient Descent for classification and regression - part 1, part 2 TBA
  9. Time series analysis with Python (ARIMA, Prophet) - video
  10. Gradient boosting: basic ideas - part 1, key ideas behind Xgboost, LightGBM, and CatBoost + practice - part 2

Assignments

  1. Exploratory Data Analysis of Olympic games with Pandas. nbviewer. Deadline: October 14, 21:59 UTC+2
  2. Exploratory Data Analysis of US flights. nbviewer. Deadline: October 21, 21:59 UTC+2
  3. Decision trees. nbviewer. Deadline: October 28, 21:59 UTC+2. Optional: implementing a decision tree algorithm, nvbiewer (no webforms and credits, the same deadline)
  4. Logisitic regression. nbviewer. Deadline: November 4, 21:59 UTC+2
  5. Random Forest and Logistic Regression in credit scoring and movie reviews classification. nbviewer. Deadline: November 11, 21:59 UTC+2
  6. Beating baselines in "How good is your Medium article?". nbviewer. Deadline: November 18, 21:59 UTC+2
  7. PCA and clustering. nbviewer. Deadline: November 25, 21:59 UTC+2
  8. StackOverflow questions tagging with logistic regression. nbviewer. Deadline: December 2, 21:59 UTC+2
  9. Time series analysis. nbviewer. Deadline: December 16, 21:59 UTC+2
  10. Flight delays prediction, beating simple baselines. Kaggle Kernel. Deadline: December 16, 21:59 UTC+2

The following are demo versions. Just for practice, they don't have an impact on rating.

  1. Exploratory data analysis with Pandas, nbviewer, Kaggle Kernel
  2. Analyzing cardiovascular disease data, nbviewer, Kaggle Kernel
  3. Decision trees with a toy task and the UCI Adult dataset, nbviewer, Kaggle Kernel
  4. Linear Regression as an optimization problem, nbviewer, Kaggle Kernel
  5. Logistic Regression and Random Forest in the credit scoring problem, nbviewer, Kaggle Kernel
  6. Exploring OLS, Lasso and Random Forest in a regression task, nbviewer, Kaggle Kernel
  7. Unsupervised learning, nbviewer, Kaggle Kernel
  8. Implementing online regressor, nbviewer, Kaggle Kernel
  9. Time series analysis, nbviewer, Kaggle Kernel

Kaggle competitions

  1. Catch Me If You Can: Intruder Detection through Webpage Session Tracking. Kaggle Inclass
  2. How good is your Medium article? Kaggle Inclass

Rating

Throughout the course we are maintaining a student rating. It takes into account credits scored in assignments and Kaggle competitions. Top students (according to the final rating) will be listed on a special Wiki page.

Community

Discussions between students are held in the #mlcourse_ai channel of the OpenDataScience Slack team. Fill in this form to get an invitation. The form will also ask you some personal questions, don't hesitate ๐Ÿ‘‹

More info

Go to mlcourse.ai

The course is free but you can support organizers by making a pledge on Patreon

mlcourse.ai's People

Contributors

yorko avatar festline avatar mckenzypg avatar voskresenskiy avatar vfdev-5 avatar dnn37 avatar alexnich avatar weakish avatar asmolovskij avatar maximkeremet avatar andrewd76 avatar ilbuono avatar sirius999999 avatar mdscntst avatar varan42 avatar itkinai avatar egorpolusmak avatar datamove avatar zkid18 avatar glevv avatar maxnk avatar qovaxx avatar jandevel avatar leigh-plt avatar zelizpriest avatar apokrif333 avatar justramgerry avatar aimustaev avatar ser-serege avatar ptaiga 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.