Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Understanding Feedforward Neural Network In this assignment, you are required to build 3 Feedforward Neural Networks ( FNNs ) to simulate function y = 7

Understanding Feedforward Neural Network
In this assignment, you are required to build 3 Feedforward Neural Networks(FNNs) to simulate
function
y=7x13-x2*x12*1-ee(x1+1)x21-ex2+1
in range x1:+-10,2:+-10
You need to have a different structure for each model you build.
Requirements
1 You are required to finish each part below following instructions.
2 You may work on native py files, but your work needs to include same documentation. You may
use pytorch or tensorflow keras.
3 You may work in a group of 3.
For submission, submit a link to your github repo
Each student in the group must all submit.
In the cell below, generate training data for your model.
In the interval of 1:+-10,2:+-10, generate 1000 data for x1 and 1000 data for 2.
All data need to be separated by the same distance.
That is, you need to generate one value for y for every 0.02 differences in x1 or x2,
and have a total of 1000000 data in your training dataset.
Part 2 build models
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions