Artifificial Intelligence代写-代写人工智能-Python代写
Artifificial Intelligence代写

Artifificial Intelligence代写-代写人工智能-Python代写

Artifificial Intelligence

Assignment 3

Semester 1 2018

Artifificial Intelligence代写 You can write your program in C/C++ or Python. Your program takes the a txt fifile (observation.txt) as the input.

1 Introduction  Artifificial Intelligence代写

In this assignment, you will implement an approximate inference engine for the Hidden Markov Model shown in Figure 1 (which is similar to the one introduced in Lecture 21.The HMM depicts the scenario shown in Lecture 21. In this model, there are a sequence of latent(unobserved) random variables {R0, R1, · · · , RT } which represent if it is raining outside and a sequence of observed random variables (evidence) {U0, U1, · · · , UT } indicating whether the director arriving with an

Figure 1: The hidden Markov model.

1umbrella. Here, we use Rt = T rue denotes raining and Ut = T rue represents that an umbrella is observed. We defifine the following probabilities:  Artifificial Intelligence代写

P(R0 = T rue) = 0.2

P(Rt = T rue|Rt1 = T rue) = 0.7

P(Rt = T rue|Rt1 = F alse) = 0.3

P(Ut = T rue|Rt = T rue) = 0.9

P(Ut = T rue|Rt = F alse) = 0.2.

We are interested in estimating the distribution of P(RT |U0, U1, · · · , UT ). To calculate this distribution, you are required to use both likelihood weighted sampling method and Gibbs sampling method to perform the approximate inference.

Artifificial Intelligence代写
Artifificial Intelligence代写

2 Deliverables

You can write your program in C/C++ or Python. Your program takes the a txt fifile (observation.txt) as the input. The text fifile contains a sequence of binary numbers (separating by white spaces), e.g. 0 1 1 0. This sequence corresponds to the observed variable sequence {U0, U1, · · · , UT } with 0 indicating False and 1 indicating True. You can infer the sequence length T by the sequence of binary numbers.  Artifificial Intelligence代写

If you write your code in C/C++, you must supply a Makefifile with a rule called inference to compile your program into a Linux executable binary named inference.bin. Your program must be able to be compiled and run as follows:

$ make inference

$ ./inference.bin observation.txt

In the case of python, your program must be run as follows:

$ python inference.py observation.txt

The result of an inference method returned by your program must be written as two decimal values (corresponding to the values of P(Rt = T rue|) and P(Rt = F alse|)) onto the standard output stream, separated by white space and followed by the name of inference method, For example:

0.873 0.127 Likelihood

0.872 0.128 Gibbs

3 Submission and Assessment  Artifificial Intelligence代写

Two example input fifiles, observation1.txt and observation2.txt will be supplied for the test of your code.

You must submit, by the due date, two fifiles:

  • fifiles containing your code with necessary dependencies.

fifile with a short written report detailing your implementation in no more than 1 page. A fifigure showing the relationship between the estimated

posterior probability and the number of iterations is needed for the two methods. For example, you can vary the iteration number from 100 to 20000 and plot the estimated posterior probabilities (for the HMM in observation2.txt) for each iteration number.

The implementation of likelihood weighted sampling methods takes up 40 marks and the implementation of Gibbs sampling takes up 60 marks. For each part, your work will be assessed on the basis of quality of code(40%), quality of write-up (30%) and accuracy of results (30%).

 

更多代写:R studio代写  雅思家庭版  BIO生物学代写  literature review是什么  mba essay范文  business代写

合作平台:essay代写 论文代写 写手招聘 英国留学生代写

Artifificial Intelligence代写
Artifificial Intelligence代写

发表回复