Artificial Intelligence Flashcards

(19 cards)

1
Q

What is generative AI?

A

Can create new, original content — such as text, images, videos, audio, music, computer code, 3D models, and more — in response to user inputs (usually called prompts)

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

Is generative AI a type of machine learning?

A

Yes

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

What is machine learning?

A

Enables computers and systems to learn from data, identify patterns, and make predictions or decisions without being explicitly programmed for every specific task

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

What is supervised mschine learning?

A

The model is trained on labeled data (input + correct output). It learns to map inputs to outputs

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

What is unsupervised machine learning?

A

No labels — the model finds hidden patterns or structure in the data on its own

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

What is reinforcement learning?

A

The model learns by trial and error through interaction with an environment, receiving rewards or penalties for actions

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

What is natural language processing?

A

Focuses on enabling computers and machines to understand, interpret, generate, and interact with human language in a meaningful way — whether that language is spoken (speech) or written (text)

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

What is meant by computational linguistics in NLP?

A

Rule-based modeling of human language grammar, syntax, and semantics

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

What is meant by machine learning and deep learning in NLP?

A

Statistical models that learn patterns from massive amounts of text/speech data

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

What is meant by large language models?

A

A massive AI system that has been trained on enormous amounts of text (books, websites, articles, code, conversations, etc.) so it learns the patterns, grammar, facts, reasoning styles, and even some “common sense” present in language

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

Are LLMs part of NLP?

A

Yes

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

Text/Speech Understanding (NLP)

A

Sentiment analysis (detect if a review is positive/negative)

Named entity recognition (identify people, places, organizations in text)

Part-of-speech tagging, syntax parsing

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

Generation (NLP)

A

Text generation (writing articles, emails, code, stories)

Chatbots and conversational AI (like me!)

Summarization, translation, paraphrasing

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

Speech-related (NLP)

A

Speech recognition (turning voice to text, e.g., dictation, voice assistants)

Text-to-speech (synthetic voices)

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

What is an ERP?

A

ERP in accounting stands for Enterprise Resource Planning. It refers to a type of integrated business management software system (or sometimes the broader concept) that organizations use to manage and automate core business processes across the entire company.

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

Why does AI appeal to you?

A

AI is projected to add enormous value to the economy (trillions by 2030) automating grunt work, boosting efficiency in fields like healthcare and finance

It is the future - being experienced with AI alongside my MA knowledge allows me to develop a more broad and future-focused skillset

Real-world problems becoming mainstream - Predict health risks, using ML to learn from the past automate coding/debugging—making AI feel indispensable rather than gimmicky.

17
Q

How are accounting and AI becomnig more integrated?

A

Data science enables real-time anomaly detection, fraud identification, risk forecasting

AI adoption in finance teams roughly doubled from 2024 to 2025, with many organizations reaching 49–63% usage by late 2025

18
Q

What is predictive analysis?

A

An advanced form of data analysis that uses historical and current data, along with statistical algorithms, machine learning models, and sometimes artificial intelligence, to forecast future outcome

19
Q

What is tokenization?

A

Breaking text into manageable units (words, subwords via BPE/WordPiece)