A robot must be at an ideal distance from a car part to perf…
A robot must be at an ideal distance from a car part to perform a repair. In order to move to the ideal distance, the robot has a sensor that returns a color measurement: green, yellow, orange, or red. This sensor is calibrated, and you know the conditional probability of the robot observing each color given the position in relation to the part being repaired (too close, close, ideal, far, and too far). Knowing that the robot is equally likely to be in any of the five positions and the yellow color was returned by the sensor, what is the probability that the robot is in the ideal distance from the part being repaired?
Read DetailsYou were asked to create a generative model that could creat…
You were asked to create a generative model that could create new samples resembling the data in your training set. You decided to use a Gaussian Mixture Model to do so. Describe the steps you would take to train such a model, and then how this model could be used to create new samples.
Read Details