Explain the naïve nature of single and multi- linear regression. (CO3)
SIKSHAPATH Latest Questions
peeush Raj
Asked: October 10, 2022In: Computer Science
Give a brief description on Naïve bay’s algorithm and outlines some scenarios where naïve bay’s is the best fit. (CO3)
peeush Raj
Asked: October 10, 2022In: Computer Science
Consider a modified k-NN method in which once the k nearest neighbours to the query point are identified, you do a linear regression fit on them and output the fitted value for the query point. Which of ...
peeush Raj
Asked: October 9, 2022In: Computer Science
scrutinize the support vector machines and its application domain.
peeush Raj
Asked: May 13, 2022In: Mathematics
Ten individuals are chosen at random from a population and their heights are found to be in inches 63, 63, 64, 65, 66, 69, 70, 70, 71. Discuss the suggestion that the Mean height of universe is 65. For 9 ...
peeush Raj
Asked: May 12, 2022In: Computer Science
write a php code to create database “databse” , create table city (cityname, area,population) and insert into table.