Answered step by step
Verified Expert Solution
Question
1 Approved Answer
py. Algorithm (20 points) 1. Given the training data in the following table, which is corresponding with the function f(x,y)=x +3y+1, where : in
py. Algorithm (20 points) 1. Given the training data in the following table, which is corresponding with the function f(x,y)=x +3y+1, where" : " in the last row means there are more data. x2 2 1.0- 1.02 4.02 1.0- 2.02 7.02 2.0- 1.04 7.00 2.02 2.04 11.02 . + : We only have these data and we don't know the original function. You are required to design an algorithm to learn a function from the data above. + 47 Questions are: 1) Please draw the structure of ANN fulfilling the above task of function estimation (don't consider the weights). [5 points] 2) Please develop a learning algorithm to obtain the weights of your designed ANN: 2-1) Described the learning objective used in your designed learning algorithm. [3 points) 2-2) Use the Particle Swarm Optimization algorithm to optimize the ANN based on the above learning objective. Describe the pseudo-code of this optimization algorithm. [8 points] 2-3) Explain how you solve the tradeoff between the exploration ability and the exploitation ability of the above optimization algorithm of yours. [4 points] py. Algorithm (20 points) 1. Given the training data in the following table, which is corresponding with the function f(x,y)=x +3y+1, where" : " in the last row means there are more data. x2 2 1.0- 1.02 4.02 1.0- 2.02 7.02 2.0- 1.04 7.00 2.02 2.04 11.02 . + : We only have these data and we don't know the original function. You are required to design an algorithm to learn a function from the data above. + 47 Questions are: 1) Please draw the structure of ANN fulfilling the above task of function estimation (don't consider the weights). [5 points] 2) Please develop a learning algorithm to obtain the weights of your designed ANN: 2-1) Described the learning objective used in your designed learning algorithm. [3 points) 2-2) Use the Particle Swarm Optimization algorithm to optimize the ANN based on the above learning objective. Describe the pseudo-code of this optimization algorithm. [8 points] 2-3) Explain how you solve the tradeoff between the exploration ability and the exploitation ability of the above optimization algorithm of yours. [4 points]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started