A collection of beginner level projects in machine learning, using basic algorithms like linear regression, KNN etc. using pandas, sklearn, numpy and matplotlib.
Clone this project by navigating to your desired folder in the terminal and run the following command: git clone https://github.com/Jaishreebala/Beginner-ML-Projects.git
A python script that predicts the final grades of students using linear regression & plotted graph of the data.
Modules Used: pandas, sklearn, numpy & matplotlib.
A python script that classifies cars using the KNN Algoritm.
Modules Used: pandas, sklearn, numpy
A python script that classifies breast cancer as benign / malignant using the SVM.
Modules Used: pandas, sklearn, numpy