Other Flashcards

1
Q

Amazon Comprehend

A

Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to uncover insights and relationships in text. It is specifically designed for tasks such as sentiment analysis, entity recognition, key phrase extraction, and language detection.

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

Amazon Kendra

A

Machine learning tool that searches websites and applications to help users search content

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

Llama

A

a series of large language models trained on publicly available data, and built on the transformer architecture. It can generate coherent and contextually appropriate text.

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

Jurassic

A

Family of models from AI21 Labs supported use cases such as question answering, summarization, draft generation, advanced information extraction, and ideation for tasks requiring intricate reasoning and logic.

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

Claude

A

Anthropic’s frontier, state-of-the-art large language model that offers important features for enterprises like advanced reasoning, vision analysis, code generation, and multilingual processing.

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

AWS Trainium

A

2nd generation machine learning (ML) accelerator for deep learning training. Used by Amazon Elastic Compute Cloud (EC2)

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

AWS Inferentia

A

accelerators designed to deliver high performance at the lowest cost in Amazon EC2 for your deep learning (DL) and generative AI inference applications.

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

Amazon SageMaker GroundTruth Plus

A

provides a fully managed data labeling service that helps deliver high-quality annotations. It uses a combination of human labelers and machine learning

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

multi-class vs. multi-label classification

A

Multi-class classification assigns each instance to one of several possible classes

Multi-label classification assigns each instance to one or more classes

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

Amazon Stagemaker studio

A

Offers a broad set of fully managed integrated development environments (IDEs) for ML development, including JupyterLab, Code Editor based on Code-OSS (Visual Studio Code – Open Source), and RStudio.

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

Amazon Sagemaker -
Asynchronous Inference, Batch transformation & real-time

A

Asynchronous Inference is used for requests with large payload sizes up to 1GB, long processing times, and near real-time latency requirements.

Batch transform - used to get predictions for an entire dataset

Real-time - For persistent, real-time endpoints that make one prediction at a time

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

Are large language models deterministic or discriminative?

A

Large Language Models (LLMs) are non-deterministic, which implies that the generated text may be different for every user that uses the same prompt

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