Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2 (30 pts): Suppose we have the following Rent House dataset (5 attributes and 4 houses): House ID Number of rooms Distance from
Question 2 (30 pts): Suppose we have the following Rent House dataset (5 attributes and 4 houses): House ID Number of rooms Distance from the city center in meter house age Price Deposit (X1) (x2) (v1) (y2) 3 100 300K 15 4 150 350K 20 2 400 2 450 1 2 3 4 (X3) 5 10 7 9 150K 180K 65 12 We want to create a neural network model for predicting both the house price and its deposit in terms of the number of rooms, the distance from the city center and the house age. Answer the following questions: a) What is the kind of this problem, is it a classification problem or it is a regression problem? b) How many input units that are used in the Multilayer neural network for solving this problem? c) How many output units that are used in the Multilayer neural network for solving this problem? d) Write a complete and suitable MATLAB code for creating and training Multilayer neural network that contains 3 hidden layers. Such that: the number of neurons in the first hidden layer is 8, the number of neurons in the second hidden layer is 10, the number of neurons in the third hidden layer is 15, the training data ratio is 80% the error threshold is 0.01 the learning rate is 0.2
Step by Step Solution
★★★★★
3.51 Rating (158 Votes )
There are 3 Steps involved in it
Step: 1
a This problem is a regression problem since we are predicting a continuous value house price and its deposit b The number of input units used in the ...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