Lecture 10 - Part 2: Machine Learning Flashcards
What can human intelligence do?
- Solve problems
- Achieve goals
- Analyse & reason
- Communicate
- Collaborate & influence
- Consciousness
- Emotions, Intuition, Imagination
What can artifical intelligence do?
The ability for machines to simulate & enhance (human) intelligence.
Define AI
The designing and building of intelligent agents that receive precepts from the environment and take actions that affect that environment.
What is machine learning?
Machine Learning is a subfield of Artificial Intelligence focused on developing algorithms that learn to solve problems by analysing data for patterns.
What is deep learning?
Deep Learning is a type of Machine Learning that leverages Neural Networks and Big Data
What are some applications of machine learning?
- Pictures (make difference between objects)
- Voice to text
Image classifcation
Object identification
Segmentation
Machine translation
Reccomendations
REFER TO LECTURES
What is the machine learning paradigm?
Rules based learning to get answer (REFER TO SLIDES)
- Example: activity recognition (in slides) (REFER TO LECTURE REWATCH PART)
What is the basic process of machine learning?
Make a guess -> Measure accuracy -> Optimise your guess (REFER TO SLIDES FOR EXAMPLE)
What is the loss function - Mean Square Error
REFER TO SLIDES
What are the categories of machine learning?
Supervised learning -> made up of: regression and classification
Unsupervised learning -> made up of: clustering, segmentation, etc
What is reinforcement learning?
- The agent has a task to perform
- It takes some actions in the environment
- It gets feedback telling it how well it did on performing the task
- The agent gets positive reinforcement for tasks done well
- The agent gets negative reinforcement for tasks done poorly
What are AI enablers and its drawbacks?
- Data availability - drawback: privacy and security
- Computational power - drawback: large use of power
- Algorithm advancements - drawback: data bias, likes something more than the other, more of something was used to train making it biased
- Broad public interest - drawback: AI is the solution for everything which is not the case