Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labex-labs/supervised-learning-classification

[Supervised Learning: Classification] This repository collects 10 of programming scenarios (labs and challenges) for Supervised Learning: Classification. During this course, we will continue to learn another important application in supervised learning - solving classification problems. In the fo...
https://github.com/labex-labs/supervised-learning-classification

List: supervised-learning-classification

awesome awesome-list challenges course education hands-on labex labs machine-learning programming scikit-learn

Last synced: about 2 months ago
JSON representation

[Supervised Learning: Classification] This repository collects 10 of programming scenarios (labs and challenges) for Supervised Learning: Classification. During this course, we will continue to learn another important application in supervised learning - solving classification problems. In the fo...

Awesome Lists containing this project

README

        

# Supervised Learning: Classification

[![Supervised Learning: Classification](https://cover-creator.appbot.io/supervised-learning-classification.png)](https://labex.io/courses/supervised-learning-classification)

[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/supervised-learning-classification)

During this course, we will continue to learn another important application in supervised learning - solving classification problems. In the following lessons, you will be exposed to: logistic regression, K-nearest neighbor algorithm, naive Bayes, support vector machine, perceptron and artificial neural network, decision tree and random forest, and bagging and boosting methods. The course will start with the principle of each of these methods. You are supposed to fully understand the implementat

![scikit-learn](https://img.shields.io/badge/scikit-learn-whitesmoke?style=for-the-badge&logo=scikit-learn)
![Machine-Learning](https://img.shields.io/badge/Machine-Learning-whitesmoke?style=for-the-badge&logo=machine-learning)

## Environment

LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.

![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)

- A strict β€œLearn by Doing” approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.

Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).

## Exercises

| Index | Name | Difficulty | Practice |
|---------|---------------------------------------------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------|
| 01 | πŸ“– Logistic Regression Classification with Scikit-Lea... | β˜…β˜†β˜† | Start Lab |
| 02 | πŸ“– K Nearest Neighbor Algorithm | β˜…β˜†β˜† | Start Lab |
| 03 | πŸ“– Probabilistic Classification with Naive Bayes | β˜…β˜†β˜† | Start Lab |
| 04 | πŸ“– Implementation of Gaussian Distribution Function a... | β˜…β˜†β˜† | Start Lab |
| 05 | πŸ“– Nonlinear Pattern Recognition Techniques | β˜…β˜†β˜† | Start Lab |
| 06 | πŸ“– Perceptron and Artificial Neural Network | β˜…β˜†β˜† | Start Lab |
| 07 | πŸ“– Train Handwritten Digits Recognition Neural Networ... | β˜…β˜†β˜† | Start Lab |
| 08 | πŸ“– Decision Tree Classification with Python | β˜…β˜†β˜† | Start Lab |
| 09 | πŸ“– Bagging and Boosting Method | β˜…β˜†β˜† | Start Lab |
| 10 | πŸ“– Quickly Select Models with Cross Validation | β˜…β˜†β˜† | Start Lab |

## More

- πŸ”— [Machine Learning Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- πŸ”— [Machine Learning Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- πŸ”— [Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)