1
2
3
4
5
100

What is Generative AI?

Generative AI is a type of AI that creates new content such as text, images, audio, or videos.

100

Types of Generative AI.

GAN, DIFFUSION MODEL, AUTOREGRESSIVE MODEL 

100

What does NLP stand for?

Natural Language Processing.

100

What is the main goal of NLP?

To help computers understand and process human language.

100

What is an autoregressive model?

A model that predicts the next element using previous elements in a sequence.

200

Give one example of an autoregressive model.

GPT.

200

What is a sequence model?

A model designed to process sequential data like text or speech.

200

Name one commonly used sequence model.

LSTM

200

What does LLM stand for?

Large Language Model.

200

What is the main function of an LLM?

To generate and understand human-like language.

300

What does LSTM stand for?

Long Short-Term Memory.

300

Why is LSTM important?

It can remember information for long periods.

300

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

300

Which is computationally simpler, LSTM or GRU?

GRU.

300

What is a Transformer model?

A deep learning model that processes sequence data using attention mechanisms.

400

Why are Transformers faster than traditional RNN models?

Because they process data in parallel.

400

What is Computer Vision?

A field of AI that enables computers to understand images and videos.

400

What is Haar Cascade mainly used for?

Face detection.

400

What is image segmentation?

Dividing an image into multiple meaningful regions.

400

What is semantic segmentation?

Assigning a class label to every pixel in an image.

500

What is panoptic segmentation?

A method combining semantic and instance segmentation.

500

What is object detection and  tracking?

Identifying and locating objects in images or videos.Following the movement of an object across video frames.

500

Which model is widely used in ChatGPT?

Chatgpt 

500

What is the main advantage of GRU over LSTM?

GRU is faster and simpler.

500

What is an expert system?

Expert systems use fixed rules, while machine learning learns from data automatically.