Iml Gtu Imp

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

GTU IMP QUESTIONS

Introduction to Machine Learning [4350702]


1. What is machine learning?
2. Difference between Human Learning and Machine Learning
3. Explain supervised machine learning with example.
4. Explain Reinforcement Learning with example.
5. List and explain application of machine learning.
6. Explain tools and Technology of machine learning (any two).
7. List out Numpy Statistics Functions & explain any two in detail.
8. Define Numpy Array.How to create Numpy Array explain with example.
9. Explain Numpy Stacking and splitting functions with example.
10. List out Numpy Mathematics Functions & explain any one in detail.
11. Calculate mean(), median(), std(), var(), amax() of given input ndarray.
12. Explain Pandas series with example.
13. Explain Pandas Dataframe with example.
14. Explain Pandas Plotting with example.
15. What is CSV file? How to read CSV file in Pandas?
16. Explain following functions with examples: dropna() , drop(), duplicated()
17. List and explain features of Matplotlib.
18. Explain subplot() and savefig() with example.
19. Explain pie chart of Matplotlib.
20. Explain bar chart of Matplotlib.
21. Explain histogram chart of Matplotlib.
22. How to use titles, grid, labels and show chart in Matplotlib.
23. Write Steps to Build a Model in Sklearn.
24. Explain read_csv() and train_test_split() in SKlearn.
25. Explain Key concepts and features of sklearn.
26. Describe different types of Machine learning Activities.
27. Explain Types of Data in Machine learning.
28. Explain Data Preprocessing.
29. Explain Data quality and remediation.
30. Write difference between Qualitative and Quantitative data.
31. Give difference between Categorical Data & Numeric Data.
32. Define Supervised Learning Model and list its types.
33. Write Steps in Supervised Machine learning. Also give real world examples.
34. What is classification? Explain K-Nearest Neighbor algorithm with example.
35. Explain Regression with example.
36. Explain Logistic Regression with example.
37. Explain Linear Regression with example.
38. Write Advantage and disadvantage of supervised machine learning.
39. What is Unsupervised learning? List types and give real world examples.
40. Explain Clustering with example?
41. Explain Association with example?
42. Write advantage and disadvantage of unsupervised machine learning.
43. Write difference between Supervised and Unsupervised Machine Learning.
44. Write a Python program to implement K-Nearest Neighbor supervised machine learning algorithm for
given dataset. (Practical-13)
45. Write a Python program using Scikit-learn to print the keys, number of rows-columns, feature names
and the description of the given data. (Practical-12)
46. Write a Pandas program to implement following operation to find and drop the missing values from the
given dataset to remove the duplicates from the given dataset. (Practical-10)

Note: Prepare manual Programs for GTU Exam…

You might also like