An open API service indexing awesome lists of open source software.

https://github.com/kathrin-92/exploring-supervised-learning

A collection of different exercises in various ML Supervised Learning Methods.
https://github.com/kathrin-92/exploring-supervised-learning

gradient-descent knn linear-regression logistic-regression naive-bayes random-forest supervised-machine-learning svm-classifier

Last synced: 3 days ago
JSON representation

A collection of different exercises in various ML Supervised Learning Methods.

Awesome Lists containing this project

README

          

# Exploring Supervised Learning
## A collection of different exercises in various ML Supervised Learning Methods.

![confusion_matrix_breast-cancer](https://user-images.githubusercontent.com/71875232/211586392-b0ed2188-e1dd-4aa5-a6f2-133cdf2357d3.png)

## General Info
This repository is a collection of different exercises on supervised machine learning methods. I used different standard datasets, including the iris flower and breast cancer dataset.

I was able to get a basic exposure to the scikit-learn library and also learn about different performance metrics, including MAE, MSE, RMSE, Coefficient of Determination, the Confusion Matrix, and more.

ML methods I was able to familiarize with:
* Linear Regression
* Logistic Regression
* Lasso, Ridge, Elastic Net Regression and GLM
* KNN
* Naive Bayes
* SVM
* Random Froest and Gradient Descent

![histplot_iris_flowers](https://user-images.githubusercontent.com/71875232/211586414-80ce8418-a5cf-4dea-842d-958c6f0ff4f6.png)