Assignment - ML
Assignment - ML
Please write the following questions and submit the assignment to the following
email: [email protected]
2. What is Regression? What are the different types of regressions? Explain linear regression
with a sample problem and python snippet?
3. What is Classification ? Explain the following classification techniques with a problem and
algorithm.
a. Decision tree
b. Naïve bayes
4. What is clustering ? How it differs with classification. Explain the different measures used in
clustering ? show with a sample problem for the following
a. K-Means
b. Agglomeritive
8. How neural network and Deep Learning are used to solve the complex problems? Explain.