Intro to AI

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:39 PM on 12/8/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

What is supervised learning?

A type of machine learning where a model is trained on labeled data to map inputs to outputs.

2
New cards

What is the goal of supervised learning?

To train the model to make predictions and decisions based on provided data.

3
New cards

What is classification in machine learning?

The process of sorting data into predefined classes and applying learned characteristics to predict discrete labels.

4
New cards

What are examples of classification tasks?

Spam detection, disease detection, image classification, bank loan prediction.

5
New cards

What is regression in machine learning?

A technique used to predict a continuous numerical value based on given input.

6
New cards

What are examples of regression tasks?

Predicting house prices or stock prices.

7
New cards

What is unsupervised learning?

A type of machine learning where models are trained on unlabeled data to find patterns and structures.

8
New cards

What is clustering?

Grouping data points into clusters of similar data points.

9
New cards

What are examples of clustering applications?

Search engines, face recognition, targeted marketing, recommender systems.

10
New cards

What is association rule mining?

A technique used to discover interesting relationships or patterns between variables in large datasets.

11
New cards

What is reinforcement learning?

A type of learning where an agent is rewarded or penalized based on its actions to find the best outcome.

12
New cards

What are the three steps for machine learning?

Train the model with data, validate model performance, and test the model on unseen data.

13
New cards

What are neural networks?

Computational models aimed at mimicking the human brain's structure and functioning.

14
New cards

What are the components of a neural network?

Input layer, hidden layers, output layer.

15
New cards

How do you evaluate model performance?

By splitting data into training, validating, and test sets, and assessing error metrics.

16
New cards

What is accuracy rate?

The ratio of correctly predicted instances to the total instances.

17
New cards

What is recall/sensitivity?

The rate of correctly predicted positive instances over actual total positive instances.

18
New cards

What is precision?

The ratio of correctly predicted positive instances to total predicted positive instances.

19
New cards

What is specificity?

The correctly predicted negative rate over total negative instances.

20
New cards

What are some applications of generative AI?

Image/video generation, music generation, text generation, personalized treatment plans.

21
New cards

What is an ROC curve?

A graphical representation that plots the false positive rate against the true positive rate.

22
New cards

What is a chatbot?

A computer program designed to simulate conversations with human users.

23
New cards

What is natural language understanding?

The ability of a computer to understand text or speech input.

24
New cards

What are the key components of NLU?

Intent recognition and entity recognition.

25
New cards

What is the main goal of natural language processing (NLP)?

Enable computers to understand, interpret, and generate human language meaningfully.

26
New cards

What are the phases of NLP?

Lexical analysis, syntactic analysis, semantic analysis, discourse analysis, pragmatic analysis.

27
New cards

What is generative AI?

AI that generates new content like images, sounds, and text.

28
New cards

What are the types of generative models?

Explicit density models and implicit density models.

29
New cards

What are GANs?

Generative Adversarial Networks, a two-part model consisting of a generator and a discriminator.

30
New cards

What do autoencoders do?

Map input data to a lower-dimensional representation and reconstruct the original data.

31
New cards

What are deepfakes?

Synthetic media where a person’s likeness is replaced with another using AI models.

32
New cards

What are some ethical issues concerning deepfakes?

Privacy, fraud, damage to reputation, misinformation, manipulation, copyright.

33
New cards

What is deep learning?

A subset of machine learning that uses neural networks to mimic the human brain.

34
New cards

What is computer vision?

The ability of computers to derive information from images and visual inputs.

35
New cards

What are potential future developments in AI?

Customized chatbots, analyzing mass data in science, AI in foreign policy, and optimizing energy consumption.