What is Artificial Intelligence?
Last updated
Last updated
Artificial Intelligence is a computer's ability to mimic human functions such as learning and problem-solving.
Machine learning is the process of using mathematical models and data to help a computer learn. Machine learning is a subset of Artificial Intelligence.
Therefore, Artificial Intelligence uses the output from the machine learning models to think and perform tasks like a human.
Supervised learning is training a machine learning algorithm where input (text, images, etc) is mapped to desired outputs.
Basic Example:
Use Artificial Intelligence to automatically detect pictures of cats and dogs.
Process:
Train a machine learning model with 100 pictures that only contain a picture of a cat
Train the model with 100 pictures that only contain a picture of a dog
Use the model in conjunction with Artificial Intelligence to correctly label cats and dogs in an image containing both cats and dogs. The AI learned to apply the machine learning model in a different scenario.
Below, reCAPTCHA by Google uses human input to label where the traffic lights are located. The information is used to train their machine learning model. Artificial Intelligence uses the model to detect objects for their autonomous vehicles.