Skip to content

Sumeeet/machine-learning

Repository files navigation

Machine Learning Series

Welcome to the Machine Learning Series project! This repository contains Jupyter notebooks and resources for learning and practicing machine learning concepts, with a focus on linear regression and related topics.

Contents

  • linear-regression.ipynb: Step-by-step walkthrough of linear regression, error metrics, and model evaluation.
  • regression-walkthrough-1.ipynb: Additional regression examples and exercises.
  • venv.ipynb: (Optional) Notebook for managing your Python environment.
  • requirements.txt: List of required Python packages.

Getting Started

  1. Clone this repository.
  2. Install dependencies:
    conda create -n ml-env --file requirements.txt -c conda-forge -y
  3. Open the notebooks in Google Colab, Jupyter or VS Code and follow along!

Recommended Resources

📚 Books

🌐 Online Courses & Videos

📄 Useful Links

📊 Datasets

📊 Datasets for this series


Contributing

Pull requests and suggestions are welcome! Please open an issue to discuss any changes or ideas.

License

MIT License


Happy Learning!

About

A series of Jupyter notebooks, tutorials to learn classical machine learning. It closely follow ISLP and HML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors