What is Generative AI?
Generative AI is a type of AI that creates new content such as text, images, audio, or videos.
Types of Generative AI.
GAN, DIFFUSION MODEL, AUTOREGRESSIVE MODEL
What does NLP stand for?
Natural Language Processing.
What is the main goal of NLP?
To help computers understand and process human language.
What is an autoregressive model?
A model that predicts the next element using previous elements in a sequence.
Give one example of an autoregressive model.
GPT.
What is a sequence model?
A model designed to process sequential data like text or speech.
Name one commonly used sequence model.
LSTM
What does LLM stand for?
Large Language Model.
What is the main function of an LLM?
To generate and understand human-like language.
What does LSTM stand for?
Long Short-Term Memory.
Why is LSTM important?
It can remember information for long periods.
What does GRU ?
GRU (Gated Recurrent Unit) is a type of recurrent neural network (RNN) used in deep learning to process sequential data such as text, speech, and time-series data
Which is computationally simpler, LSTM or GRU?
GRU.
What is a Transformer model?
A deep learning model that processes sequence data using attention mechanisms.
Why are Transformers faster than traditional RNN models?
Because they process data in parallel.
What is Computer Vision?
A field of AI that enables computers to understand images and videos.
What is Haar Cascade mainly used for?
Face detection.
What is image segmentation?
Dividing an image into multiple meaningful regions.
What is semantic segmentation?
Assigning a class label to every pixel in an image.
What is panoptic segmentation?
A method combining semantic and instance segmentation.
What is object detection and tracking?
Identifying and locating objects in images or videos.Following the movement of an object across video frames.
Which model is widely used in ChatGPT?
Chatgpt
What is the main advantage of GRU over LSTM?
GRU is faster and simpler.
What is an expert system?
Expert systems use fixed rules, while machine learning learns from data automatically.