Skip to content

APSIT-AIML-CLUB/Supervised-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

49 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Supervised Learning Session πŸ“˜

This repository contains materials from a supervised learning session conducted for club learners.
It covers both regression and classification techniques with hands-on practice, datasets, and reference slides.

πŸ“‚ Repository Structure

  • assignment/
    Contains a supervised learning dataset.
    πŸ‘‰ Learners are expected to apply the concepts covered in the session on this dataset.

  • practice/
    Contains two Jupyter notebooks with FIXME placeholders that were corrected live during the session:

    • Regression_FIXME.ipynb β†’ Linear Regression
    • Classification_FIXME.ipynb β†’ Logistic Regression, Decision Trees, and SVM
  • solution/
    Final corrected versions of the practice notebooks:

    • Regression.ipynb
    • Classification.ipynb
  • datasets/
    Datasets used in practice notebooks:

    • 50_Startups.csv β†’ Regression
    • breast_cancer.csv β†’ Classification
  • slides/
    A PDF slide deck covering:

    • Basic ML terminology
    • Flow of a Machine Learning pipeline
    • Regression in supervised learning

πŸš€ How to Use

  1. Clone this repository:
    git clone <your-repo-url>
    cd <repo-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •