This repository contains Jupyter Notebooks for the basics of Machine Learning. Each notebook is self-contained and covers a specific topic in detail.
- Linear Regression
- Logistic Regression
- Decision Trees
- Random Forest
- K-Nearest Neighbors
- Support Vector Machines
- K-Means Clustering
- Singular Value Decmposition
The notebooks are written in Python and make use of the following libraries:
- Numpy
- Pandas
- Matplotlib
- Seaborn
- Sklearn It is recommended to have a basic understanding of Python and these libraries before diving into the notebooks.
Clone the repository to your local machine.
bash
Copy code
git clone https://github.com/gaurav639/Machine_Learning_Basics.git
Open the notebooks using Jupyter Notebook or Jupyter Lab.
Contributions in the form of pull requests and suggestions for improvement are always welcome. If you find any errors or have suggestions, please feel free to open an issue.