You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ames Housing Price Predictor is an ML project focused on predicting housing prices in Ames, Iowa. Development spans all stages of the machine learning model lifecycle, from data exploration and cleansing, through feature engineering and model selection, to deploying a working API using FastAPI, Docker, and GCP.
This is a house price prediction study which utilized Exploratory Data Analysis, Dealing with Missing Values, Linear Regression with LASSO and Ridge regularization to predict house prices in the Ames Housing Data Set
🧠 Foundational Deep Learning Projects built from scratch using Python & NumPy. Includes Linear & Logistic Regression, Neural Networks, and MLP classification with visualizations. Ideal for beginners and ML enthusiasts!
This repository contains my assignments and projects related to deep learning, including implementations of fundamental concepts such as Linear Regression, Gradient Descent, Multi-Layer Perceptron (MLP), and more. Each section includes code, explanations, and relevant documentation. The goal of this repository is to showcase my learning journey.
Jupyter Notebook applying statistical theory to housing price prediction, using techniques like the Kolmogorov–Smirnov test, Box-Cox transformation, Pearson/Spearman correlations, chi-square tests, and feature importance, with analysis of prediction accuracy across price ranges.
A machine learning project that aims to predict the prices of homes listed in the Ames Housing Dataset based on their various features & attributes (via Kaggle's Competition)
A machine learning web app that predicts house sale prices based on size and room details. Built with a Linear Regression model trained on the Ames Housing Dataset, featuring a dark-themed UI and instant price estimates.
Linear regression project using the Ames housing dataset to explore relationships between home features and sale price, including data cleaning, visualization, model training, evaluation, and interpretation in a clear, well-documented Jupyter notebook for learning and reference.