Introduction to A.I.

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Artificial Super Intelligence (ASI)

hypothetical future of AI system that would surpass human intelligence in ALL areas

2
New cards

Artificial General Intelligence (AGI)

the development of machines that possess the same broad, flexible, and adaptable intelligence of the human mind

3
New cards

Artificial Narrow Intelligence (ANI)

AI system designed to perform a specific task; most common form of AI today

ex. Siri, Alexa

4
New cards

Machine Learning

algorithms that learn from data to make predictions or decisions

5
New cards

Natural Language Processing (NLP)

enabling machines to understand, interpret, and generate human language for tasks like translation and chatbots

6
New cards

Types of ANI

  • Machine learning

  • Natural language processing (Google Translate)

  • Robotics

  • Knowledge representation and reasoning (Google Maps, GPS)

  • Computer vision (Face ID, fingerprints)

  • Planning and scheduling

7
New cards

Supervised Machine Learning

trains on labeled data to make predictions on new inputs; have an outcome to look out for

ex. image recognition, spam detection

8
New cards

Unsupervised Machine Learning

discovers patterns in unlabeled data for tasks like clustering and anomaly detection

9
New cards

Reinforcement Machine Learning

learns by interacting with an environment and receiving rewards/penalties; used in dynamic environments

ex. risk analyses for car insurance

10
New cards

Predicting Real Numbers

training a model to output a continuous value; makes precise numerical predictions

ex. predicting a stock price or a person’s height

11
New cards

Predicting Classifiers

trained to output a set of discrete categories

ex. classifying an email as “spam” or “not spam”

12
New cards

Cluster Analysis

grouping entities based on common attributes

13
New cards

Big Data

the explosion of digital data from a wide range of sources, such as social media, sensors, and the internet

14
New cards

Linear Models

simple, interpretable models that assume a linear relationship between the input features and the target variable

Ex. Linear regression and logistic regression

15
New cards

Non-linear Models

more complex models that can capture nonlinear patterns in the data

Ex. decision trees, random forests, deep neural networks

16
New cards

Neural Networks

composed of artificial neurons, each performing a simple computation; can be stacked like “legos” to compute more complex functions