├── .ipynb_checkpoints ├── Linear Regression and Boosted Trees LightGBM-checkpoint.ipynb ├── Multivariate LSTM Network-checkpoint.ipynb ├── Project-checkpoint.ipynb └── Simple Neural Net-checkpoint.ipynb ├── LICENSE ├── LSTM Network.ipynb ├── License.txt ├── Linear Regression and Boosted Trees LightGBM.ipynb ├── Multivariate LSTM Network.ipynb ├── Project.ipynb ├── README.md └── Simple Neural Net.ipynb /.ipynb_checkpoints/Linear Regression and Boosted Trees LightGBM-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/.ipynb_checkpoints/Linear Regression and Boosted Trees LightGBM-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Multivariate LSTM Network-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/.ipynb_checkpoints/Multivariate LSTM Network-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Project-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/.ipynb_checkpoints/Project-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Simple Neural Net-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/.ipynb_checkpoints/Simple Neural Net-checkpoint.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /LSTM Network.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/LSTM Network.ipynb -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/License.txt -------------------------------------------------------------------------------- /Linear Regression and Boosted Trees LightGBM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/Linear Regression and Boosted Trees LightGBM.ipynb -------------------------------------------------------------------------------- /Multivariate LSTM Network.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/Multivariate LSTM Network.ipynb -------------------------------------------------------------------------------- /Project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/Project.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /Simple Neural Net.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ojasphansekar/Zillow-Home-Value-Prediction/HEAD/Simple Neural Net.ipynb --------------------------------------------------------------------------------