-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nirzaree edited this page Feb 26, 2021
·
3 revisions
Welcome to the MLWithPython wiki!
This repo contains python notebooks for i) understanding various ML concepts & ii) analysing specific datasets.
Here's the index by dataset:
- Breast Cancer Dataset
- Boston Housing Dataset
- Spam Detection Dataset
- Titanic Dataset
- MNIST Digits
Concepts Notebooks:
- Regression : Linear, Lasso, Ridge, Polynomial
- Classification: Logistic Regression, SVM, Decision Trees, Random Forest, Gradient Boosted Trees, Naive Bayes
- Neural Networks:
- Clustering