Given f(x,y)= 8xy, when 0<=x<=1, 0<=y<=x and f(x,y)=0 elsewhere, find (i) Marginal density of x (ii) Marginal density of y (iii) Conditional density of x (iv) Conditional density of y
SIKSHAPATH Latest Questions
Write a program in assembly language to interchange (swap) the contents of two memory locations 2105 H and 2101 H.
. Write a program in assembly language to mask off the least significant 4 bits of a given hexadecimal number. The answer should be stored in memory location 2200 H. Let the given number is F3 H.
Write a program in assembly language to multiply two decimal numbers 23 and 9 and store the answer in some memory location. Also write this program in machine language.
Write a program in assembly language to load a number 89 H in B-register and mask off all bits except A2 bit. The result is to be transferred to C-register. Write a program in assembly language to load a number ...Read more
Suppose you are working on stock market prediction, Typically tens of millions of shares of Microsoft stock are traded (i.e., bought/sold) each day. You would like to predict the number of Microsoft shares that will be traded tomorrow. Would you treat ...Read more
Which of these is a reasonable definition of machine learning? A. Machine learning is the field of allowing robots to act intelligently. B. Machine learning is the field of study that gives computers the ability to learn without being explicitly ...Read more
Of the following examples, which would you address using an unsupervised learning algorithm? a. Given email labeled as spam/not spam, learn a spam filter. b. Given a set of news articles found on the web, group them into sets of articles about ...Read more
What is an attribute that is used to identify a unique tuple in a table?
Discuss Probability density function and Cumulative probability distribution..