What is artificial intelligence?
A broad field of computer science focused on the development of intelligent computer systems capable of performing humanlike tasks.
What is machine learning?
A type of AI for training machines to perform complex tasks without explicit instructions. Machine learning training finds the patterns hidden in vast amounts of historical data to produce an ML model. This ML model can then be applied to new data to make predictions or decisions based on the patterns it’s learned.
Fill in the blank
With AI model training, the goal is to create a mathematical model that accurately identifies an ____________ while balancing the many different possible variables, outliers, and complications in data.
output
What is deep learning?
Deep learning (DL) is a subset of machine learning where models are trained using layers of artificial neurons that mimic the human brain. Each layer of these neural networks summarizes and feeds information to the next layer until a final model is produced.
What is a foundation model?
A very large pre-trained, deep learning model trained on an enormous and diverse training set. While traditional ML models are trained to perform singular tasks, FMs can be adapted to perform multiple tasks.
What is a Large Language Model (LLM)?
A popular type of Foundation Model trained, on massive data sets of text documents, to predict the probability of the next word(s) that should appear following a previous word. LLMs can generate clear, easy-to-understand text for a wide variety of target audiences.
(Culled from various sources and over-simplified.)
What is generative AI?
Models that can create (“generate”) content that is complex, coherent and original. LLMs are an example of generative AI.
See also Generative AI in the Google Developer Machine Learning Glossary
What is natural language processing (NLP)?
The field of teaching computers to process what a user said or typed using linguistic rules. Almost all modern natural language processing relies on machine learning.
See Google’s Machine Learning Glossary
What is a GPU?
A Graphics Processing Unit. Originally designed to handle rendering of 3D graphics. GPUs feature thousands of small efficient cores optimized for high-throughput parallel processing. Thus they are now being leveraged for AI/ML.
What is the difference between a CPU and a GPU?
A CPU is a general purpose processor composed of a few powerful cores with lots of cache memory that can handle a few software threads at a time. A GPU is composed of hundreds (or thousands) of small cores that handle thousands of threads simultaneously.
What are the common uses of ML models in business today?
Name the three tiers of the AWS AI/ML stack
Fill in the blank
The AI services tier of the AI/ML stack includes pre-built models that are already ____________ to perform specific functions.
trained
Fill in the blanks
The ML services tier of the AWS AI/ML stack enables AWS customers to build, ____________ and deploy their own ML models with ____________ infrastructure.
Fill in the blanks
The ML frameworks and infrastructure tier of the AWS AI/ML stack is a custom approach to building models using ____________ chips that integrate with popular ML ____________.
Name the three types of AI services in the AI Services tier of the AWS AI/ML stack
Name the four (4) language services in the AI Services tier of the AWS AI/ML stack
Fill in the name of the AWS AI Service Offering
____________ uses natural language processing (NLP) to extract insights about the content of documents without the need of any special preprocessing. It develops insights by recognizing the entities, key phrases, language, sentiments, and other common elements in a document.
Amazon Comprehend. The documents are text files. With Amazon Comprehend you can search social networking feeds for mentions of products, scan an entire document repository for key phrases, or determine the topics contained in a set of documents.
Fill in the name of the AWS AI Service Offering
____________ is a Text-to-Speech (TTS) cloud service that converts text into lifelike speech.
Amazon Polly. It supports multiple languages and includes a variety of lifelike voices, so you can build speech-enabled applications that work in multiple locations and use the ideal voice for your customers.
Fill in the name of the AWS AI Services Offering
____________ provides transcription services for your audio files and audio streams. It uses advanced machine learning technologies to recognize spoken words and transcribe them into text.
Amazon Transcribe
Fill in the name of the AWS AI Services Offering
____________ is a neural machine translation service for translating text to and from English across a breadth of supported languages.
Amazon Translate
Name the three (3) computer vision and search services in the AI Services Tier of the AWS AI/ML stack
Fill in the name of the AWS AI Services Offering
____________ is a search service, powered by machine learning, that helps users to search unstructured text using natural language.
Amazon Kendra
Because it understands the context of a query, it can return more precise and relevant answers than just a list of documents with matching keywords.
Fill in the name of the AWS AI Services Offering
____________ is a video analysis service. It can identify objects, people, text, scenes, and activities within images and videos stored in Amazon Simple Storage Service (Amazon S3).
Amazon Rekognition. It can detect any inappropriate content as well. It also provides highly accurate facial analysis and facial recognition.