Intro to AI Flashcards
How does AI work?
Leverages computers and machines to mimic the problem-solving and decision-making capabilities of the human mind
What % of world storgae consists of medical data?
30%
What was the first machine learning application?
The spam filter
What is the recommender system?
A product that a client might be interested in, based on past purchases eg netflix
What are 4 machine learning benefits?
faster detection
higher accuracy
improved effciency with larger data
real-time processing
What is machine learning?
Science of programming computers so they can learn from data
What are the 4 major categories of machine learning systems?
Supervised learning
unsupervised learning
semi-supervised learning
reinforcement learning
What is supervised machine learning?
The training set feed to the algorithm includes the desired solutions called labels
Typical supervised learning task is classification
What are 3 examples of supervised learning?
k-nearest neighbours
linear regression
logistic regression
What is unsupervised ML?
training data is unlabeled and system tries to learn without a teacher
typical tasks are clustering, anomaly detection and dimensionality reduction
What is semi-supervised ML?
algorithms that can deal with data that is partially labelled eg google photos recognising faces
What is reinforcement learning?
Learning system called an agent can observe the environment, select and perform actions and get rewards/penalties in return
What is a policy in reinforcement learning?
Defines what action the agent should choose when it is in a given situation
What is deep learning a subdomain of?
Machine learning
What does deep learning use?
Deep artificial neural networks to mimic the learning process of the human brain