Solving Regression Problems Using Neural Network
This tutorial explains solving regression problems using a neural network approach instead of using Supervised Machine Learning Algorithm. You’ll be able to solve simple regression problems at the end of this tutorial. We’ll use Jupyter Notebook to write the code and TensorFlow as our ma...