Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.25 KB

Notebooks 📚

This repository contains a list of jupyter notebooks, mostly results of my experiments, references from books and other project based explorations

List of Contents

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

Dependencies 📦

  • Seaborn/Matplotlib: Data Visualization 📊
  • Scikit: Machine learning 🤖
  • PyTorch: Deep Learning 🔥
  • Pandas: Data Manipulation 🐼