代做EMS702U/P Statistical Thinking and Applied Machine Learning代写数据结构语言

JANUARY 2023 ASSESSMENT PERIOD

School of Engineering and Materials Science

Module code:

EMS702U/P

Module name:

Statistical Thinking and Applied Machine Learning

Rubric:

You have a maximum of 4 hours to submit your answers from the assessment release time after initial access within a 4-hour window. Therefore, your work should be accessed ON xxth January 2022 and

submitted within 3 hours of access.

We are expecting you to spend around 2 hours on this assessment. Answer ALL questions

Clearly cross out / delete any work that is not to be marked. There are NO supplementary resources with this assessment.

I)   ASSESSMENT INSTRUCTIONS

●  Answers should be written legibly by hand or word-processed. All text, sketches and mathematics should be integrated into a single document, and submitted as a pdf.

●   Include a cover page (first page), detailing your student number, and the module code and name.

●   If you have a DDS (Disability & Dyslexia Service) cover sheet, include a scanned copy of that as the second page of your submission

During the assessment

●  Your submission must be your own work, and you must not break any of the rules in theAcademic Misconduct Policy. Do not collude with othersDo not ask anyone else to answer the questions for you. All such activities are expressively forbidden. You must answer questions entirely independently.

●   Please be aware that:

1.  All submissions will be subject to inspection for plagiarism and use of external tutoring support. Detection of such activity will constitute an assessment offence

2.  We will viva a percentage of students after each assessment to discuss the answers they have provided as confirmation this is your own work

●  Any assessment offences will be referred to the Academic Registrar for consideration by the Chair of the Academic Misconduct Panel, and may subsequently lead to a severe penalties, including expulsion.

●   Please ensure that you read the question rubric (above) carefully, and answer all the questions that you are expected to. Make sure it is clear which answer refers to which question.

●   If you answer more questions than specified in the rubric, only the first answers up to the number

required will be marked. Ensure you delete anything you do not wish to be marked before submission.

●  Any question regarding the assessment should be directed to the QMPlus module forum. We will staff these during UK working hours, so you can always expect an answer within 24 hours but may already   find the answer to your question within the forum post. We will only help with queries around clarity of the question paper and will not provide any guidance on the answers.

Submitting the assessment

●  Submit your answer as a single pdf document using the submission point on the QMPlus module page. Your filename should be the module code plus your student number. Leave yourself plenty of time for  the upload.

●   In case of difficulties with the upload, please email your submission to:

[email protected]c.uk  before the submission deadline, putting the module code and your student number in the email subject line.

Question 1

A supervised learning approach based on a stochastict learning algorithm is proposed to predict the taxiing time of arrival aircraft for an international hub airport. Due to the stochastic nature of the learning algorithm, the proposed supervised learning approach has been trained 20 times indepently on the same training data and tested on the testing data set in order to evaluate the performance of the proposed approach. The prediction accuracy measured by the Mean Absolute Error (MAE) for the whole testing data set, in minutes, are as follows:

0.8616    2.1604    4.3546    1.9278    3.9610     3.1240    4.4367    1.0391     2.8023

1.7922    5.9080    3.8252    4.3790     1.9418    2.5314    2.7275    4.0984    2.7221

3.7015    0.9482

Assuming that the MAEs are normally distributed with unknown mean, μ , and unkown variance σ2 ,

(a) Estimate μ and σ 2 ;          [6 marks]

(b) Find a two-sided 95% confidence interval for the mean, μ;             [8 marks]

(c) Find a two-sided 95% confidence interval for the variance , σ 2 ;             [9 marks]

(d) Find a two-sided 95% confidence interval for the standard deviation, σ .            [2 marks]


Question 2

Consider we have 5 sets of observed data (red points on the coordinate system)

(x, y) = [(0.0, 1.2);  (0.5, 2.2); (1.0, 3.5); (1.5,7.3); (2.0, 10.8)]

Evaluate the regression model as a second-order polynomial function:

y = 1 + a1x + a2x 2 by

(a) Formulate the regression model into a matrix form. and show the least Squares (LS) representation of a1  and a2 ;    [8 marks]

(b) Estimating the values of a1, a2  from the observed data by using the LS method;       [8 marks]

(c) Drawing  the  regression  model  on  the  coordinate  system  (Show  the  applied coordinates);         [6 marks]

(d) Validating the regression results by calculating the Mean Squared Error (MSE);          [3 marks]



Question 3

Consider we have 2 sets of observed data

(xy ) = [(1.0, 0.6); (2.0, 0.7)]

Use gradient decent method to determine the one-dimensional neural network model:

 

with  by solving the following problems:

(a) Calculate the feed-forward outputs and the cost function value with w1  and w2   being initialized as w1  = 0.5 and w2  = 0.2 ;            [4 marks]

(b) Calculate the gradient of the cost function with respect to the weight  w2   for the first back-propagation step; [8 marks]

(c) Calculate the gradient of the cost function with respect to the weight  w1   for the first back-propagation step;  [9 marks]

(d) Calculate the updated weights w1  and w2  for the first back-propagation step under the learning rate λ = 1;  [4 marks]

where exp (0.1) = 1.105 ; The required cost function is

 

with y (k) being the model prediction.



Question 4

(1)  Condier three finite fuzzy sets of X defined by three linguistic qualifiers: positive big (PB),  positive  medium  (PM)  and  positive  small  (PS)  on  the  finite  universe  of  real numbers [0, 6]:

Find the membership function of

(a) PB or PM, PM and PS, Not PM, Not (PB or PM)   [4 marks]

(b) Consider the rule:

R: IF (error is PB) THEN (regulator position is reduced to PS).

For PB, PS defined above, find the relational matrix R corresponding to this rule.   [5 marks]

(2)  Condider the following fuzzy  partitioning of the variables ‘x’ and ‘y’  in a  normalised universe of discourse ‘x’ and ‘y’ respectively:

 


Let us assume the following set of 4 Takagi Sugeno-Kang (TSK) fuzzy rules:

Rule 1:   IF ‘x’ is NB AND ‘y’ is N THEN Z = a1x + b1  + c1y  

Rule 2:   IF ‘x’ is NM AND ‘y’ is N THEN Z = a2x + b2  + c2y 

Rule 3:   IF ‘x’ is Z     AND ‘y’ is Z THEN Z = a3x + b3  + c3y 

Rule 4:   IF ‘x’ is PM AND ‘y’ is P THEN Z = a4x + b4  + c4y  

(a) Is the above rule-base complete? Why?  [4 marks]

(b) Find the defuzzified values of the output ‘Z’ if the recorded crips values of ‘x’ and ‘y’ are:

●   x = −0.75 ANDY = −0.5

●   x = −0.25 ANDY = −0.75                                                 [12 marks]


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图