Skip to content

owalid/bootcamp_machine-learning

 
 

Repository files navigation

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

Module05 - Stepping Into Machine Learning

Get started with some linear algebra and statistics

Sum, mean, variance, standard deviation, vectors and matrices operations.
Hypothesis, model, regression, cost function.

Module06 - Univariate Linear Regression

Implement a method to improve your model's performance: gradient descent, and discover the notion of normalization

Gradient descent, linear regression, normalization.

Module07 - Multivariate Linear Regression

Extend the linear regression to handle more than one features, build polynomial models and detect overfitting

Multivariate linear hypothesis, multivariate linear gradient descent, polynomial models.
Training and test sets, overfitting.

Module08 - Logistic Regression

Discover your first classification algorithm: logistic regression!

Logistic hypothesis, logistic gradient descent, logistic regression, multiclass classification.
Accuracy, precision, recall, F1-score, confusion matrix.

Module09 - Regularization

Fight overfitting!

Regularization, overfitting. Regularized cost function, regularized gradient descent.
Regularized linear regression. Regularized logistic regression.


Acknowledgements

Contributors

Beta-testers

About

Bootcamp to learn basics in Machine Learning

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%