Posts

Showing posts with the label ANN

MACHINE LEARNING USING PYTHON LAB

  MACHINE LEARNING USING PYTHON LAB Course Outcomes: At the end of the course the student should be able to: 1.      Select data, model selection, model complexity and identify the trends. 2.      Understand a range of machine learning algorithms along with their strengths and weaknesses. 3.      Build predictive models from data and analyze their performance. List of Experiments WEEK 1 : a)      Write a program using scikit-learn to implement K-means Clustering b)      Program to calculate the entropy and the information gain c)      Program to implement perceptron. WEEK 2: ·        Implement and demonstrate the FIND-S algorithm for finding the most specific hypothesis based on a given set of training data samples. Read the training data from a .CSV file. WEEK 3: ·        Fo...

FUNDAMENTALS OF MACHINE LEARNING - Syllabus

  FUNDAMENTALS OF MACHINE LEARNING (Professional Elective - 3) Department : IT IV B.Tech I Semester Course Code Hours/Week Credits Marks A2275E9 L T P C CIE SEE Total 3 0 0 3 40 60 100   Course Outcomes: At the end of the course, the student should be able to 1.      Ability to identify machine learning problems corresponding to different applications . 2.      Ability to understand the basic concepts such as Decision trees and Neural Networks. 3.      Apply Machine Learning algorithms to solve problems of moderate complexity. 4.      Identify Machine Learning applications 5.      Understand Genetic algorithms and their applications Unit – I Introduc...

Deep Learning: UNIT-1 : Deep Learning Fundamentals- Short Answer Questions

  UNIT-1 Deep Learning: Fundamentals Short Answer Questions ----------------------------------------------------------------------------------------------------------------------------- 1.      Define Artificial Neural Network. 2.      Define Neuron. 3.      List the operations performed by ANN layers. 4.      List the different applications of Deep Learning. 5.      Define Deep Learning. 6.      List the different applications of Artificial Neural Network. 7.      List the Building Block of Neural Networks. 8.      Define Dense layer. 9.      What is loss function. 10.   Identify the different layers in ANN. 11.   Explain Forward Pass. 12.   Explain Backward Pass. 13.   List the different optimizers. 14.   How to overcome vanishing and exploding grad...

Deep Learning UNIT-1 Deep Learning: Fundamentals: Long Answer Questions

  UNIT-1 Deep Learning: Fundamentals Long Answer Questions ----------------------------------------------------------------------------------------------------------------------------- 1.      Explain Artificial Neural Network with example. 2.      List the different applications of Artificial Neural Network. 3.      Explain Building Block of Neural Networks with an example. 4.      Discuss Multi-Layer Perceptron (MLP) with an example. 5.      Identify the different layers in ANN. Explain them. 6.      Explain Forward Pass. 7.      Explain Backward Pass. 8.      Explain back propagation algorithm with an example. 9.      List the different optimizers. Explain them. 10.   What is the vanishing and exploding gradient problems? How to overcome those problems. Explain. 11. ...

About Machine Learning 2

Machine Learning  Introduction Concept Learning and the General to Specific Ordering Decision Tree Learning Artificial Neural Networks Bayesian Learning Instance-Based Learning Genetic Algorithms Learning Sets of Rules Analytical Learning Reinforcement Learning 👉 Machine Learning 2 Syllabus UNIT-1 :  Introduction &  Concept Learning and the General to Specific Ordering Introduction - Well-Posed Learning Problems, Designing a Learning System, Perspectives and Issues in Machine Learning, Introduction to Supervised, Unsupervised and Reinforcement Learning. Concept Learning and the General to Specific Ordering – Introduction, A Concept Learning Task, Concept Learning as Search, Find-S: Finding a Maximally Specific Hypothesis, Version Spaces and the Candidate Elimination Algorithm. 👉 Machine Learning 2- UNIT-1 (A) Notes: Introduction & Concept Learning and the General to Specific Ordering Notes 👉 Machine Learning 2 UNIT-1 (A) PPTs: Introduction PPTs 👉 Machine L...