Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.27 KB

IBM Machine Learning with Python - Jupyter Notebook Labs

This repository contains Jupyter Notebook labs for the "Machine Learning with Python" course by IBM on Coursera. Each notebook corresponds to a specific module in the course and provides hands-on exercises to reinforce the theoretical concepts covered in the lectures.

How to Use

Local Setup

  1. Clone the repository:

    git clone https://github.com/Oussama1403/Machine-Learning-with-Python
  2. Navigate to the repository directory:

    cd Machine-Learning-with-Python
  3. Launch Jupyter Notebook:

    jupyter notebook
  4. Open the desired notebook to explore and run the code cells.

Requirements

  • Python 3.x
  • Jupyter Notebook
  • Required Python libraries.

Google Colab

  1. Open Google Colab in your browser: Google Colab.

  2. Select "GitHub" from the pop-up menu or click on the "GitHub" tab.

  3. Enter the repository URL:

    https://github.com/Oussama1403/Machine-Learning-with-Python
    
  4. Choose the notebook you want to open from the list that appears.

  5. Click on the notebook file to open it in Colab, where you can run and modify the code cells.

License

This project is licensed under the MIT License.