Lecture 1
Lecture 1
10/8/2024 1
Relationship between AI, ML, NN, and DL.
Artificial Neural Networks ( ANN) ANNs: models inspired by how neurons in the human
brain work.
10/8/2024 3
What is Machine Learning?
In 1959, Arthur Samuel, a pioneer in the field of machine learning (ML) defined it as the field of
study that gives computers the ability to learn without being explicitly programmed .
Traditional Programming
Data (input)
Output
Program (equation)
Machine Learning
Data Program
Output
10/8/2024 4
Machine Learning Workflow
Training Phase
Machine
Preprocessing Feature learning
Training data - Filters extraction and algorithms Model
- Normalization selection - Supervised
- Unsupervised
Testing/Prediction Phase
Preprocessing Feature
Testing data - Filters extraction and Model Prediction
- Normalization selection
10/8/2024 5
What is Pattern Recognition?
Pattern recognition (PR) is a field in machine learning that uses data analysis to recognize
patterns and regularities and then uses these regularities to take actions such as classifying the data
into different categories
PR is a complex cognitive process in the brain. It involves analyzing various forms of data,
including images, video, and audio, with the intent of identifying and detecting specific visual
patterns (objects).
What is Pattern Classification?
Pattern classification is a subfield of pattern recognition that involves categorizing (classifying)
patterns into pre-defined classes or categories. In other words, it is the process of assigning labels
to data based on their content.
Pattern Recognition and Classification Applications