Lecture 1: Overview of Machine Learning Flashcards
What is Learning
Cognitive Process of acquiring knowledge
What is Knowledge?
Information presented in the form of facts, patterns, concepts, rules, models, and skills
What is Recognition?
matching sensory information or patterns with the existing knowledge in memory
What is Understanding?
perception of intended meaning of the sensory information by integrating it with the existing knowledge to make sense out of it
What is communication?
Exchanging of information
What is Reasoning?
Reaching a conclusion through generalization, logical, and statistical approaches
What is Planning?
Process of thinking about the activities to achieve a goal
What is decision making?
Selection of a course of action among several alternative options
What is problem solving?
finding solutions
What is Imagination?
Thinking or creating something that may not exist based on the existing knowledge
What is Learning?
Acquiring new knowledge and skills
Where is knowledge stored?
- Sensory Register (1-2 seconds)
- Short-term/Working memory (20-60 seconds)
- Long term memory (can be indefinite)
What is Memorization?
Weak learning, computer implementation is trivial but still important
What is finding patterns?
Identifying repeated forms, finding associations, and relationships
What is Categorization and Classification?
Establishing abstract concepts from examples
What is an Analogy?
Transferring information from one form to another for the purpose of explanation or clarification
What is synthesizing?
combining results or knowledge (obtained from different learning methods) into a coherent whole for advanced or higher-level knowledge
Definition of Machine Learning
A study of methods to develop a system that can learn on its own, without being explicitly programmed
What kind of data is used for Machine Learning?
Labeled of ‘training data’
What is the goal of using training data?
to find patterns or relationships, classifications, or generalizations
What is Rote Learning?
Memorization and simple matching?
What is supervised Learning?
Learning by examples in a training data set through generalization of induction (this is called training). There are usually two forms of problems: regression and classification
What is Unsupervised Learning?
Clustering, finding associations or features in any form of data without training
What is semi-supervised learning?
Mixing Supervised learning and unsupervised learning.