Chapter 5 Flashcards

(45 cards)

1
Q

what is AI

A

Artificial Intelligence (AI) is the field of computer
science dedicated to creating machines that can perform tasks requiring human intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

key areas of AI

A

Machine Learning, NLP, Computer Vision, Robotics, Expert Systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are the types of AI

A

*Narrow AI
*General AI
*Super AI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Narrow AI

A

Designed for a single task
(e.g., Siri, facial recognition).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is General AI

A

Hypothetical system with human-level intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is Super AI

A

Theoretical AI surpassing human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is generative AI

A

A subfield of AI focused on creating original content and new data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the core function of generative AI

A

Learns dataset patterns to generate new, similar data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

examples of generative AI

A
  • Text: Articles, summaries, code, poetry.
  • Images: Art, photos, animations.
  • Audio: Music, voice cloning, sound effects.
  • Video: Deepfakes, synthetic footage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

history of AI
* 1950s-1980s

A

: Rule-based simple text/music generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

history of AI
* 1980s-2010s

A

: Neural networks enabled complex pattern
generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

history of AI
* 2014

A

: GANs revolutionized image generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

history of AI
* 2017-Present

A

: Transformers enabled GPT and advanced
LLMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Key Generative Techniques

A
  1. Generative Adversarial Networks (GANs)
  2. Diffusion Models
  3. Transformers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is Generative Adversarial Networks (GANs):

A

This technique uses a two-part system to create content.
The Generator creates the content, while the Discriminator
judges it, and they “compete” to improve the quality of the
output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

can create realistic, but fake, images of human faces that don’t belong to any real person.

A

GANs - Generative Adversarial Networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

what is Diffusion Models

A

These models work by taking an image and adding noise to it. They then learn to reverse this process, which allows them to create a high-quality image from random noise.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

You can use this technique to generate a unique digital painting from a text prompt like, “a serene landscape with a river and mountains at sunset.”

A

diffusion model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

what is Transformers

A

The backbone of modern Large Language Models (LLMs). They use an “attention” mechanism to weigh the importance of different words in a sentence, giving them a deep understanding of context.

20
Q

this technique like GPT can write a summary of a long article, generate computer code, or compose a poem based on your request.

A

transformer model

21
Q

The backbone of modern LLMs

22
Q

what is LLM

A

Large Language Models

23
Q

what is the AI life cycle

A

Data Gathering = Collecting clean datasets
Model Training = Computationally intensive learning phase
Inference/Generation = Producing outputs from prompts
Fine-tuning & Deployment = Task optimization and release

24
Q

Everyday Uses of Generative AI (At School)

A
  • Study Aids: Summaries and flashcards.
  • Research Assistance: Topics, sources, organization.
  • Tutoring: Personalized practice.
  • Language Learning: Dialogues, grammar explanations.
  • Creative Assignments: Scripts and project ideas
25
Ethical and Social Considerations
1. Misinformation & Deepfakes. 2. Bias. 3. Copyright & Plagiarism. 4. Job Displacement.
26
what is Misinformation & Deepfakes:
AI has the potential to create convincing, but fake, content. This includes deepfakes, which are synthetic videos or images where a person's face or voice is digitally altered, often for deceptive purposes. This can lead to the spread of misinformation.
27
what is bias
AI models can amplify existing biases found in their training data.
28
if a model is trained on a dataset of job applications that are predominantly male, it might learn to favor male candidates, leading to prejudiced outputs.
bias
29
what is Copyright & Plagiarism
There are legal and ethical questions about the ownership of content created by AI. It's also unclear how to address situations where AI-generated content closely resembles existing copyrighted works.
30
what is Job Displacement
As AI becomes more advanced, there is a concern that it could automate tasks previously done by humans, leading to changes in the job market and potential job displacement. This could affect creative fields like graphic design and writing, as well as more routine tasks.
31
Limitations of Generative AI
1. Hallucinations 2. Lack of True Understanding 3. Dependency on Training Data 4. Copyright and Plagiarism Concerns 5. Environmental Impact
32
Generative models can produce plausible-sounding but factually incorrect information. This is often referred to as
hallucinations
33
what is hallucinations
make up information because their goal is to create a coherent response, not a factually accurate one.
34
These models are excellent at recognizing patterns in data, but they don't possess genuine consciousness or comprehension. They are essentially complex pattern matching machines that can't reason like humans.
Lack of True Understanding:
35
The quality and scope of a generative AI's output are entirely dependent on the quality and diversity of the data it was trained on.
Dependency on Training Data
36
dependency on training data can lead to a few issues:
*Bias: If the training data contains biases (e.g., gender, racial), the model will learn and replicate them. *Lack of Real-time Information: Most models have a knowledge cutoff and can't access or discuss events that have happened since their last training.
37
Because the AI learns from existing content, there are legal and ethical questions about the ownership of content it creates and whether it infringes on existing copyrighted material
Copyright and Plagiarism Concerns
38
Training massive generative AI models requires a huge amount of computing power and energy, which raises concerns about their carbon footprint.
Environmental Impact
39
The Future of Generative AI
1. Multimodal AI 2. Real-time Integration 3. Regulation
40
what is multimodal AI
Future models will seamlessly integrate and understand multiple forms of data, such as text, images, audio, and video, at the same time. This will allow for more dynamic and creative outputs.
41
You could give a model a text prompt, a piece of music, and an image, and it would generate a short, animated video that combines all of these elements.
multimodal AI
42
what is Real-time Integration
Generative AI will become more deeply embedded in everyday applications and devices, providing instant, personalized assistance without noticeable delay.
43
A future version of a virtual assistant could instantly summarize a live lecture you are attending or automatically generate meeting notes and action items in real time
Real-time Integration
44
what is Regulation
As the technology becomes more powerful and widespread, there will be an increased focus on developing policies and ethical frameworks to ensure its safe, responsible, and equitable use.
45
Governments or international bodies may create new laws that require AI models to be transparent about their training data to help mitigate bias and copyright issues.
regulation