101 Flashcards

1
Q

Generative AI

A

A type of artificial intelligence that can produce various types of content, including text, images, audio/video, and synthetic data.

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

Basic AI

A

The theory and methods to build machines that think like humans.

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

Machine learning

A

A sub-field of AI. It’s a program that trains a model with data input. The trained model can make useful predictions drawn from the data used to train the model.

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

Supervised ML

A

Has labeled data that comes with a tag (name, type, or number). The model learns from past examples to predict future values.

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

Unsupervised ML

A

Unlabeled data (no tags). All about discovery, looking at raw data and seeing if it falls into groups.

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

Deep learning

A

A subset of Machine learning. Uses artificial neural networks to process complex patterns

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

Neural Networks

A

Like our brain, they are made of of interconnected nodes/neurons that can learn to perform tasks by processing data and making predictions.

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

Algorithm

A

A set of step by step instructions a program uses to solve a problem or accomplish a certain task. They can involve complex math, logical operations, etc.

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

Hallucinations

A

Words or phrases generated by the model that are often nonsensical or grammatically incorrect.

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

Large Language Models (LLMs)

A

(image) A subset of Deep Learning. Large, general purpose models that can be pre-trained and then fine-tuned for a specific purpose. [e.g. question answering, document summarization, and text generation] ChatGPT and Bard are LLMs

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

Parameters

A

The knowledge the machine learned from the model training. [Predicting text]

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

PaLM (Pathways Language Model)

A

Google released PaLM, a 540 billion-parameter model that achieves a state-of-the-art performance across multiple language tasks.

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

Prompt Design

A

Prompt design is the process of creating a prompt that is tailored to the specific task that the system is being asked to perform.

For example, if the system is being asked to translate a text from English to French, the prompt should be written in English and should specify that the translation should be in French.

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

Prompt Engineering

A

Prompt engineering is the process of creating a prompt that is designed to improve performance. This may involve using domain-specific knowledge, providing examples of the desired output, or using keywords that are known to be effective for the specific system

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

Tuning

A

Tuning a model enables you to customize the model response based on examples of the task that you want the model to perform. It is essentially the process of adapting a model to a new domain or set of custom use cases by training the model on new data.

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

Parameter-Efficient Tuning Methods (PETM)

A

More efficient method for tuning a alrge language model on your own custom data without duplicating the model.