Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mlcourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Welcome to the repository for the Machine Learning course! This repository conta
13. [**A1-Boosting_Algorithms**](./src/A1_Boosting_Algorithms.ipynb)
- Advanced boosting algorithms and their implementation.

14. [**A2-Gaussian_Mixture**](./src/A2_Gaussian_Mixture.ipynb)
- Clustering and classification problems with bell-shaped curves.

## Getting Started

To run these notebooks locally, you need to have Python and Jupyter Notebook installed. Follow these steps to get started:
Expand Down
370 changes: 370 additions & 0 deletions mlcourse/src/A2_Gaussian_Mixture.ipynb

Large diffs are not rendered by default.

Loading