All Projects → laurenshareshian → Home_price_estimator

laurenshareshian / Home_price_estimator

Uses Zillow metadata, NLP on realtor description, and VGG16 on home images to predict home sale prices in Portland from 6/16 - 7/17.

Projects that are alternatives of or similar to Home price estimator

Fraud Detection
Credit Card Fraud Detection using ML: IEEE style paper + Jupyter Notebook
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Ia4business
Curso de Inteligencia Artificial aplicada a Negocios y Empresas
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Content based movie recommender
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Apparel Styles
Deep Learning to Describe Clothing by Semantic Attributes
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Gpclust
Collapsed Variational Bayes
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Pytorchdiscreteflows
Discrete Normalizing Flows implemented in PyTorch
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Skillsnetwork
Stars: ✭ 1,098 (+1761.02%)
Mutual labels:  jupyter-notebook
Pydata 2018
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Mind
2020 MIND news recomendation first place solution
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Road Lane Instance Segmentation Pytorch
tuSimple dataset road lane instance segmentation with PyTorch, ROS, ENet, SegNet and Discriminative Loss.
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Attentional Interfaces
🔍 Attentional interfaces in TensorFlow.
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Introduction To Nlp
Lectures for Udemy - INLP
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Deej A.i.
Create automatic playlists by using Deep Learning to *listen* to the music
Stars: ✭ 57 (-3.39%)
Mutual labels:  jupyter-notebook
Cloudml Magic
Jupyter Notebook Magics for Google Cloud ML Engine
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Gendis
Contains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Cs231n.github.io
Public facing notes page
Stars: ✭ 8,590 (+14459.32%)
Mutual labels:  jupyter-notebook
College Majors Visualisation
Interactive Data Visualisation of U.S College Majors
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (+0%)
Mutual labels:  jupyter-notebook
Rastermap
A multi-dimensional embedding algorithm
Stars: ✭ 58 (-1.69%)
Mutual labels:  jupyter-notebook
Ssd keras
Port of Single Shot MultiBox Detector to Keras
Stars: ✭ 1,101 (+1766.1%)
Mutual labels:  jupyter-notebook

The get_home_data file scrapes Portland homes sold between 7/16 and 7/17 from the Portland Maps API. It then scrapes Zillow metadata and Redfin images on those houses.

clean_home_data cleans up the scraped data.

analze_data creates a word vectorization of the realtor description and performs NLP sentiment analysis on it. It also uses VGG16 to get features from the home pictures. It combines the Zillow metadata and this other info into a matrix and then uses Gradient Boosting to predict home prices.

predict_home_prices explores some of the predictions in the test set.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].