Question: Programming language & Framework: Python, TensorFlow or any other Neural Network frameworks. Hints: Review Stochastic Gradient Descent feature weights update video. Review Jupyter Notebook files
Programming language & Framework: Python, TensorFlow or any other Neural Network frameworks.
Hints: Review Stochastic Gradient Descent feature weights update video. Review Jupyter Notebook files ipynb files on Canvas to build your own Neural Networks with TensorFlow framework
Project Overview: The goal of this assignment is to know how to update the feature weights by using Stochastic Gradient Descent optimizer and solve practical problems by using selfdesigned Neural Networks.
Tasks:
Part : Stochastic Gradient Descent
PartxyValues.txt file contains pairs of X Y points. You will consider the problem of using a curve to fit those data points. Figure shows the data points.
You can use multiple features to draw the curve and fit the data points. For example, if you use features, your model should be like:
Y a X b
The features are a and b
If you use features, your model should be like:
Y a X b X c The features are a b and c
You can use as many features as you want by following the rule above.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
