This repository contains a list of jupyter notebooks, mostly results of my experiments, references from books and other project based explorations
1) California Housing Price Prediction π π΄
Predicting housing prices in a given area in california, based on the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow. Modified to use seaborn π instead of matplotlib π.
2) MNIST Dataset 3οΈβ£
Classification of digits from the open source MNIST dataset, also based on the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow. Modified to use seaborn π instead of matplotlib π.
3) Regression Model π
A basic model to demonstrate Linear Regression using PyTorch
4) Circle Classification π΅
A basic model to classify circles using non-linear activation functions using PyTorch, based on the sklearn toy dataset
- Seaborn/Matplotlib: Data Visualization π
- Scikit: Machine learning π€
- PyTorch: Deep Learning π₯
- Pandas: Data Manipulation πΌ