COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Classification
|
|
Regression
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Naïve Bayes example code The below example code is to predict whether the person has diabetes or not. In order to predict that we have made use of Gaussian Naïve Bayes algorithm and also to detect the accuracy of our model.
Detailed explanation-2: -Problem Statement Can we predict whether it will rain tomorrow or not using data? Solution: Classification model (Logistics Regression) using Machine Learning can be used for forecasting whether it will rain tomorrow or not.
Detailed explanation-3: -The work proposes to predict a day’s weather conditions. For this the previous seven days weather is taken into consideration along with fortnight weather conditions of past years.
Detailed explanation-4: -Recurrent Neural Networks are the best way for multivariate weather forecasting or prediction.