Neural Networks for Regression with TensorFlow
Published:
This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.