Artificial Intelligence 101 Flashcards
Definition of AI (Artificial Intelligence)
The science and engineering of making computers behave in ways that, until recently, we thought required human intelligence.
Neural Network
A computer system or series of algorithms designed to function like the human brain. It’s based on a collected of connected units, called nodes or neurons.
Artificial Neurons
A mathematical function that seeks to mimic the behavior of a biological neuron in the brain. It is composed of a set of weighted inputs. Altogether, artificial neurons make up a neural network.
Machine Learning
A subset of AI where the focus is on computer algorithms that can learn from data. These algorithms can
Deep Learning
A subset of Machine Learning where the focus is on multi-layered neural networks that can learn from large datasets.
Name the three main types of machine learning techniques
Supervised Learning, Unsupervised Learning, & Reinforcement Learning
Classification and Regression are methods of:
Supervised Learning
Clustering and Association are methods of:
Unsupervised Learning
Giving feedback to an algorithm when it does something right or wrong based on a discrete outcome. It can be real-time or offline.
Reinforcement Learning
Classification
the problem of identifying to which of a set of categories a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known
Regression
a technique to predict continuous values, often quantities such as amounts or sizes with a task of approximating a mapping function
Clustering
task of dividing data points or population into a number of groups
Association
method for discovering interesting relations between variables in large databases
Why is AI so relevant NOW?
Because our current level of compute power, data availability, and low cost are lining up to allow us to explore AI now better than ever.
This type of learning maps an input to an output
Supervised learning