Write any problem with its solution in respect to problem solving technique. ‘Customers who bought this also bought this…’ we often see this when we shop on Amazon. What is the logic behind recommendation engines?
SIKSHAPATH Latest Questions
Consider the two statements: Statement 1: Gradient Boosted Decision Trees can overfit easily. Statement 2: It is easy to parallelize Gradient Boosted Decision Trees. Which of these are true? a. Both the statements are True. b. Statement 1 is true, and statement 2 is false. c. ...
Consider a relation R(A,B,C). A functional dependency AB →C holds on R. Then it is also true that: a. A→C holds on R. b. B→C holds on R. c. AB is a key. d. Both A & B are true.
In the containers terminology Statement I: ps : List all containers (incl. stopped) Statement II: rm : Delete a container Which of the above statements are True? a. I only b. II only c. I and II d. None
Consider a color image of size 2000 x 2000, where each pixel is stored in 24-bits (containing red, green and blue components as 8-bits each). How many bytes of information can be hidden in the image by using LSB steganography ...
Which of the following statements correctly represents the term steganography? a. Encrypting information so that it will not be legible to an unauthorized person. b. Hiding information within some cover media file. c. Secure way of communicating without sharing any key. d. None of ...