/bootcamp_machine-learning

Bootcamp to learn basics in Machine Learning

Primary LanguagePythonOtherNOASSERTION

42 AI Logo

Bootcamp Machine Learning

One week to learn basics in Machine Learning! 🤖


Table of Contents


This project is a Machine Learning bootcamp created by 42 AI.

As notions seen during this bootcamp can be complex, we very strongly advise students to have previously done the following bootcamp :

42 Artificial Intelligence is a student organization of the Paris campus of the school 42. Our purpose is to foster discussion, learning, and interest in the field of artificial intelligence, by organizing various activities such as lectures and workshops.

Curriculum

Day00 - Mathematical Delights

Understand useful mathematical functions and formulas

Sum, mean, variance, standard deviation, vectors and matrices operations.

Day01 - Linear Regression

Get started with the first concepts constituting the field of Machine Learning

Matrix operations, gradient descent, cost function, normal equation, MSE, RMSE R-score and learning rate.

Day02 - Logistic Regression

Implement a Logistic Regression class using a Gradient Descent algorithm

Sigmoid, log loss, gradient descent, logistic regression, model evaluation, confusion matrix.

Day03 - Feature Engineering and Regularization

See the L2 regularization and a few ways to process your data in order to improve significantly the performance of your models!

Regularization, regularized linear regression, regularized logistic regression, Z-score standardization, min-max standardization, polynomial features, interaction terms.

Day04 - Decision Tree 🌳

Be able to use Decision Trees algorithms wisely in the future

Gini impurity, entropy, information gain and decision trees.


Acknowledgements

Contributors

Beta-testers