Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 660 Bytes

deep_learning

Deep Learning Models

ANN built using R and keras used to predict house sale price. Dataset was aquired from the Kaggle House Price competition.

End-to-End Memory network built with keras and python. Model is built with the memory_model.py script and analysis of model performance on custom data is found in the Memory Network.ipynb notebook.

LSTM model built using Python and Keras. The model is used to predict the future values of a given stock price.