Skip to content

zinia94/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

MachineLearning

A collection of Jupyter notebooks for learning Machine Learning, from data preprocessing to supervised learning techniques.


Structure

notebooks/machine-learning/
│
├── pre-modeling/
│   └── data_preprocessing_and_feature_engineering.ipynb
│
└── supervised-learning/
    ├── ensemble_learning.ipynb
    ├── model_assessment.ipynb
    └── support_vector_machines.ipynb

Contents

  • Pre-modeling: Data preprocessing & feature engineering.

  • Supervised Learning:

    • Ensemble methods
    • Model assessment & evaluation
    • Support Vector Machines

Usage

  1. Clone the repo:

    git clone https://github.com/your-username/MachineLearning.git
  2. Install dependencies:

    pip install numpy pandas scikit-learn matplotlib seaborn jupyter
  3. Run notebooks with:

    jupyter notebook

Goal

Learn and practice core ML concepts with clear, hands-on examples.

About

Jupyter notebooks for learning machine learning tools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published