Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 534 Bytes

Neural-Regression

License: MIT Non linear regression on housing dataset using a Neural Networks based approach with keras(tensorflow backend)

Requirements

  1. keras
  2. tensorflow
  3. sklearn
  4. numpy
  5. pandas
  6. optunity

Run

python src/NeuralRegression.py for Regression using Deep Learning

Credits

Jason Brownlee for detailing the difference betwen deep and wide networks