Remove unused SVG files and update Markdown content for clarity and accuracy in MLOps and Machine Learning modules. Adjust references to optimization techniques and activation functions, and enhance explanations in the mathematical refresher section.
feat: Update "Decision trees and ensemble methods" module with new content and visuals
- Revamped the introduction to ensemble methods, emphasizing the benefits of combining models.
- Expanded sections on decision trees, bagging, and boosting, including detailed explanations and formulas.
- Added new SVG diagrams illustrating the bagging process, the transition from stumps to trees, and variance reduction.
- Introduced new images for AdaBoost rounds and variance reduction to enhance understanding.
Remove "07 Regularization and high-dimensional inference" chapter and add "07 Support Vector Machines" and "08 Decision trees and ensemble methods" chapters with corresponding images.
Refactor Machine Learning module structure and content
- Swapped the order of "Réseaux de neurones multi-couches" and "Régularisation et inférence en grande dimension" in the main Machine Learning index.
- Updated references in "Régression linéaire" to point to the correct module for regularization.
- Changed the next module reference in "Classification linéaire" to "Régularisation et inférence en grande dimension".
- Added new module "Régularisation et inférence en grande dimension" with detailed explanations of ridge and lasso regression, including their mathematical formulations and implications for model selection.
- Included visual aids for L1 and L2 regularization paths.
- Introduced new module "Réseaux de neurones multi-couches" covering the architecture and training of multi-layer neural networks, emphasizing the importance of non-linearity and activation functions.
- Added visual representations for neural network layers and backpropagation process.
Add French translations for Regularization, Support Vector Machines, and Decision Trees modules
- Created "08 Regularization and high-dimensional inference.md" with detailed explanations on regularization techniques including ridge, lasso, and elastic net.
- Added images for L1 and L2 geometry and regularization path.
- Created "09 Support Vector Machines.md" covering SVM concepts, including margin, loss functions, kernels, and duality.
- Added images for SVM margin and kernel decision boundaries.
- Created "10 Decision trees and ensemble methods.md" explaining decision trees, random forests, and boosting techniques.
- Added images for decision tree boundaries and forest vs tree comparison.
Add new content and images for machine learning and mathematics modules
- Added images for regularization and high-dimensional inference.
- Introduced Support Vector Machines (SVM) module with detailed explanations and images.
- Created Decision Trees and Ensemble Methods module with comprehensive content and illustrations.
- Added a Mathematics overview module and a refresher on mathematical concepts essential for machine learning.
- Included SVG diagrams for Bayes' rule and multivariate Gaussian distribution.
Add new content and images for Linear Models, Regularization, SVMs, and Decision Trees
- Added images for linear regression, logistic regression, and perceptron.
- Introduced a new section on Regularization and High-Dimensional Inference with detailed explanations and images.
- Added content on Support Vector Machines, including definitions, loss functions, and kernel methods.
- Created a new section on Decision Trees and Ensemble Methods, covering CART, bagging, random forests, and boosting.
- Included relevant images to illustrate concepts in Decision Trees and Ensemble Methods.
Refactor section headings for consistency and clarity across multiple documents in the Machine Learning module. Updated headings to include numerical prefixes for better organization and navigation. Adjusted content formatting and improved terminology in French translations for decision trees, ensemble methods, and other foundational concepts.