Home / Machine Learning All Questions and Answers

Machine Learning All Questions and Answers

  1. Explain artificial intelligent agents versus machine learning algorithms.
  2. Which issues should be kept in account to design a learning system? Mention the three features for the following learning task: Spam –nonspam Email classifier learning problem
  3. Mention the importance and application of the following machine learning algorithms: Find-S, Candidate-Elimination, List-Then-Eliminate, ID3, Gradient Descent and Delta Perceptron Training Rule.
  4. Describe training data, data mining, unsupervised and reinforcement learning.
  5. State restriction and preference bias. Discuss over-fitting the data problem in decision tree learning.
  6. Consider the House Price Prediction learning task, a linear regression problem. Now represent the appropriate training sample, hypothesis and the cost function. Also derive the general solution.
  7. Develop the general solution to find the MAP hypothesis assuming any suitable concept leaning task. Apply Brute-force maximum-a-posteri(MAP) leaning algorithm for the same.
  8. Discuss MAP and maximum-likelihood (ML) hypothesis.
  9. Equate biological neural network to artificial neural network (ANN).
  10. Design a two-input ANNs for the following Boolean operations with adjusted weights and coefficients: i) OR ii) NAND
  11. Clearly mention the roles of weights and activation functions in ANN. Draw various types of activation functions used in ANN.
  12. Mention the purposes of using the following machine learning algorithms: i) Bayes optimal classifier ii) GIBBS iii) Naïve Bayes classifier iv) Backpropagation
  13. Show the flow diagram for the development process of an artificial intelligent agent using ANN. Which kind of problems cannot be solved by a single layer perceptron.
  14. When should you use gradient descent and when normal equation method to solve a linear regression problem? Discuss in detail.
  1. Describe briefly the face recognition procedure applying Backpropagation feed forward ANN concept.
  2. Mention the significances of support vector machine (SVM) and k-nearest neighbor (KNN) classifier in machine learning.
  1. Discuss genetic algorithm with its operators in detail.
  2. Explain and design a learning system for tic-tac-toe game playing problem.
  3. What is machine learning? How do machine learning tools help to develop an artificial intelligent agent?
  1. In context of machine learning, define training data, data mining, supervised and reinforcement learning.
  2. When and why will you use the following learning algorithms? i) FIND-S ii) CANDIDATE-ELIMINATION iii) LIST-THEN-ELIMINATE iv) ID3 v) Gradient Descent and Delta Perceptron Training Rule
  1. Which issues should be kept in account to design a learning system? Mention the three features for the following learning task: Handwriting recognition learning problem
  2. Define restriction bias and preference bias. When does over-fitting the data problem occur in decision tree learning?
  3. Consider the House Price Prediction learning task, a linear regression problem. Now represent the appropriate training sample, hypothesis and the cost function. Also derive the general solution.
  4. Develop the general solution to find the MAP hypothesis assuming any suitable concept leaning task. Use Brute – Force MAP leaning algorithm for the same.
  5. Discuss maximum a posteriori and maximum likelihood hypothesis.
  6. Compare between biological neural network and artificial neural network (ANN).
  7. Design two distinct ANNs for the following operations with adjusted weights and coefficients: i) AND ii) NOR
  8. Mention the role of weights and activation functions in ANN. Draw various types of activation functions used in ANN.
  9. Show the flow diagram for the development process of an artificial intelligent agent using ANN. Which kind of problems cannot be solved by a single layer perceptron?
  10. Mention the purpose of using the following machine learning algorithms: i) Bayes Optimal Classifier ii) GIBBS iii) Naïve Bayes Classifier iv) Backpropagation
  1. When should you use gradient descent and when normal equation method to solve a linear regression problem? Discuss in details.
  2. Discuss and design a learning system for checkers playing problem.
  3. Mention the roles of support vector machine and k-nearest neighbor in machine learning.
  4. What is genetic algorithm? Explain the pseudo-code of the algorithm with its in details.
  5. Describe briefly the face recognition procedure applying feed forward ANN concept.
  6. What are the purpose of studying machine learning in Computer Science and Engineering?
  7. Define data mining, training data, supervised and unsupervised learning.
  8. Write the FIND-S algorithm, also mention its drawbacks.
  9. Which issues should be kept in mind to design a learning system?
  10. When does over fitting occur in decision tree learning? What are the strategies to avoid over fitting the data?
  1. Derive the general solution for the linear regression problem: House Price Prediction.
  2. Define Restriction biases and Preferences biases.
  3. Define Inductive bias. Give a model of inductive bias system for CANDIDATE-ELIMINATION Algorithm.
  4. Define Machine learning and its application areas.
  5. With proper example define the supervised and unsupervised learning.
  6. Derive the gradient descent algorithm.
  7. Define Decision Tree and write the ID3 algorithm.
  8. With an example derive the expression of Entropy measurement.
  9. Derive the expression of gradient descent algorithm for multi-variables.
  10. Define the process of assurance that the gradient descent algorithm work properly.
  11. Derive the expression of Logistic Regression, Linear Regression, Linear decision boundary and non-linear decision boundary.
  12. Explain the gradient search to maximize Likelihood in a Neural Net.
  13. Define the basic concept of principle Component analysis and briefly explain the PCA algorithm.
  14. Explain the basic concept of K-Nearest Neighbor learning.
  15. Define the notations of artificial neural network.
  16. Derive the general solution of linear regression problem with gradient descent algorithm.
  17. With an example explain the linear regression.
  18. Derive the expression of linear regression for multi-variables.
  19. Define genetic algorithm. Briefly explain the major operations of genetic algorithm.
  20. With diagram explain the steps of genetic algorithm.
  1. Explain the coding process to solve x – 2x + 3 = 0 using Genetic Algorithm.
  2. Derive the expression of cost function for logistic regression.
  3. With an example explain the multiclass classification problem with logistic regression.
  4. Derive the expression of cost function for gradient descent algorithm.
  5. Find out the maximum likelihood from Bayes theorem.
  6. What is supervised learning? How does it differ from unsupervised learning?
  7. When does overfitting occur in decision tree learning? What are the strategies to avoid overfitting the data.
  8. In which type of problems the ANN learning technique is appropriate?
  9. Describe biological and artificial neural network.
  10. What is perceptron? Give a mathematical model f a perceptron.
  11. Describe the various types of activation function. What are the roles of these activation functions.
  12. What are the attempts you have to take to alleviate the problem of local minima in Backpropagation algorithm?
  13. Describe briefly face recognition procedure applying neural networking concept.
  14. What is the role of weights in ANNs?
  15. What is hidden layer?