Explain, in details, the process of K-fold cross-validation.
[7 marks]Differentiate supervise learning, unsupervised learning & reinforcement learning.
[7 marks]Explain the algorithm for KNN with suitable example.
[7 marks]Explain the concept of Naive Bayesian theorem.
[7 marks]Discuss the random forest model in detail. What are the features of random forest?
[7 marks]Discuss the concept of Bayes’ theorem in brief.
[7 marks]What is feature engineering? Explain, in details, the different aspects of feature engineering?
[7 marks]What is feature selection? Why is it needed? What are the different approaches of feature selection?
[7 marks]List the feature extraction algorithms. Discuss PCA in brief.
[7 marks]What are the broad three categories of clustering techniques? Explain the characteristics of each briefly.
[7 marks]Describe the main difference in the approach of k-means and kmedoids Algorithm with a neat diagram.
[7 marks]Explain the Apriori algorithm for association rule learning with an example.
[7 marks]You are given a set of one-dimensional data points: {5, 10, 15, 20, 25, 30, 35}. Assume that k = 2 and first set of random centroid is selected as {15, 32} and then it is refined with {12, 30}. 1. Create two clusters with each set of centroid mentioned above following the k-means approach. 2. Calculate the SSE for each set of centroid.
[7 marks]Explain in detail Back propagation Neural network.
[7 marks]Write a detail note on learning process in Artificial Neural Network.
[7 marks]Differentiate biological neuron and artificial neuron.
[7 marks]Explain, in details, the process of evaluating the performance of a classification model. Explain the different parameters of measurement.
[7 marks]