Company: ICICI_Lombard_MCQ_
Difficulty: medium
The activations for class A, B and C before softmax were 10, 8 and 3. The difference in softmax values for class A and class B would be: 76% 88% 12% 0.0008% Your university wants to use machine learning algorithms to help sort through incoming student applications. An administrator asks if the admissions decisions might be biased against any particular group, such as women. What would be the best answer? Machine learning algorithms are based on math and statistics, and so by definition will be unbiased. There is no way to identify bias in the data. Machine learning algorithms are powerful enough to eliminate bias from the data. All human-created data is biased, and data scientists need to account for that. Random forest is a modified and improved version of which earlier technique? aggregated trees boosted trees bagged trees stacked trees In order to ensure that an instructor's salary domain allows only values greater than a specified value use: Not null Check(value) Value>=30000.00