0% found this document useful (0 votes)
29 views

ML Unit Wise Important Questions

The document outlines various topics in machine learning across five units, covering challenges, types of systems, and the importance of statistics. It discusses methods such as KNN, decision trees, ensemble learning, clustering techniques, and artificial neural networks. Additionally, it includes practical implementations and examples using tools like TensorFlow and Keras.

Uploaded by

cheetohunter516
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

ML Unit Wise Important Questions

The document outlines various topics in machine learning across five units, covering challenges, types of systems, and the importance of statistics. It discusses methods such as KNN, decision trees, ensemble learning, clustering techniques, and artificial neural networks. Additionally, it includes practical implementations and examples using tools like TensorFlow and Keras.

Uploaded by

cheetohunter516
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

UNIT-I

Can you name four of the main challenges in Machine Learning?


What are different types of machine learning systems.
Write short note on AI, ML, & DL.
Write the importance of statistics in Supervise learning and unsupervised learning.
Write a note on Training loss Vs Testing loss
Write about different risk statistics that you need to encounter while working with
Machine Learning.
What are different Tradeoffs in Statistical Learning? Explain.
How to estimate risk statistics? how to Minimize Empirical Risk ? Explain.
Write down the procedure for estimating sampling distribution of an estimator .

UNIT-II

Write a shot note of various Distance based Methods of classification / regression.


With an example, explain KNN.
What is decision tree? Explain the procedure to construct decision tree.
What are the appropriate problems for decision tree learning.
How to identify best splitting attribute in decision tee construction?
Explain Naive Bayes classification with example.
Explain linear and logistic regression with examples.
With an example explain binary classification in machine learning.

UNIT-III

What do you mean by Ensemble learning? What are its main challenges for developing?
What is the difference between hard and soft voting classifiers?
Differences between bagging and Boosting
What is the benefit of out-of-bag evaluation?
Explain about AdaBoost ensemble and Gradient Boosting ensemble.
With an example, explain the working of random forest.
Differences between decision tree and random forest.
What is stacking? Explain working of stacking as Ensemble learning?
What are SVM? Explain linear and non-linear SVM
Write a note on SVM Regression.
Write about Naive Bayes classifiers Vs SVM in Text classification.

UNIT-IV

With an example, explain K-means clustering. Also write limitations of K-means.


How clustering is used in image segmentation, preprocessing, and sem-supervised
learning?
Write about DBSCAN and Gaussian Mixtures.
What do you mean by cure of dimensionality? What solutions do you propose for this?
Write down the Main Approaches for Dimensionality Reduction
What is PCA? How it works as Dimensionality Reduction technique? Explain with
example.
How to implement PCA using Sci-kit learn?
Write a note on Randomized PCA and Kernel PCA

UNIT-V

Write down the biological motivation behind ANN


What is Perception? Explain Perception training with example.
What is gradient descent? Derive delta rules with algorithm.
Write a short note on Multi-layer networks and back propagation.
What are the various ways to implement MLPs with Keras? Explain.
Write about different ways to Installing TensorFlow 2.
With an example program, explain the procedure of Loading and Preprocessing Data
with TensorFlow.

You might also like