Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# House-prices-predicitions
This project is for neural network implementation for the kaggle dataset-->https://www.kaggle.com/c/house-prices-advanced-regression-techniques.
housing-model.py is a neural network with 3 hidden layers and housing-model2.py is a neural network with 5 hidden layers.
housing-model3.py and housing-model4.py are better neural networks using leaky relu as activation function and isolation forest for removing outliers.
Loading