Module 1: Introduction to Artificial IntelligenceGraded Quiz Answers :1.Question 1Input data for a supervised machine learning model includes:1 / 1 pointa set of training dataa set of test dataa label2.Question 2Unsupervised machine learning tasks try to1 / 1 pointfind unkonwn relationships in a labelled data set.find unkown relationships in an unlabelled dataset.infer a real number that an input belongs to.infer a caetgory that an input belongs to.3.Question 3R is1 / 1 pointproprietary.highly extensible.fast when compared to other languages.not extensible.4.Question 4A python list1 / 1 pointis not indexable.is immutable.can only contain elements of the same data type.is mutable.5.Question 5{firstname:'Joe',lastname:'Smith'} is an example of1 / 1 point.a tuplea dictionary.a class.a list.6.Question 6Which of the following represents the correct way to build a numpy ndarray?1 / 1 pointNumpy elements have to be of the same type.Numpy.ndarray([1,2,3,45])Numpy.array(["one","two","three","four","five"])Numpy.array([1,2,3,'hello'])7.Question 7Which of the following data abstractions are included in the Pandas package?1 / 1 pointa dataframean ndarraya series8.Question 8Scikit-learn provides1 / 1 pointalgorithms that implement deep neural netslibraries that include algorithms for unsupervised machine learning taskslibraries that include algorithms for supervised machine learning tasks9.Question 9All of these libraries implement deep neural nets, EXCEPT1 / 1 pointKerasTensorflowScikit-learnPytorch10.Question 10Which of the following is NOT a benefit of using Jupyter notebooks?1 / 1 pointdebuggingcollaborationvisualizationmarkdown
No comments:
Post a Comment
If you have any doubts, please let me know.