AI and ML Flashcards
What is Artificial Intelligence (AI)?
AI is a broad field focused on developing intelligent systems capable of tasks requiring human intelligence, such as perception, reasoning, learning, problem-solving, and decision-making.
What are some key use cases of AI?
Use cases include computer vision (self-driving cars, facial recognition), fraud detection, and intelligent document processing (IDP).
What are the main layers of an AI system?
- Data Layer (collecting vast amounts of data)\n2. Machine Learning Framework Layer (defining ML frameworks and algorithms)\n3. Model Layer (training the AI model)\n4. Application Layer (serving the model to users)
What is Machine Learning (ML)?
ML is a subset of AI where machines learn from data to improve performance on tasks without explicit programming.
What are common ML tasks?
Regression (predicting continuous values) and classification (categorizing data points into groups).
What is the difference between AI and ML?
AI is a broad field that includes ML, while ML is a method within AI that enables computers to learn from data without explicit rules.
What is Deep Learning?
A subset of ML that uses artificial neural networks with multiple hidden layers to process complex data patterns.
How does Deep Learning work?
Deep learning models use layers of neurons (input, hidden, and output) to process data, learn patterns, and adjust connections to improve predictions.
What are Neural Networks?
Neural networks are AI models inspired by the human brain, consisting of interconnected neurons that process and learn from data.
What is Generative AI (GenAI)?
A subset of deep learning where models generate new content (e.g., text, images) by learning from large datasets.
What is a Foundation Model?
A large, pre-trained AI model that can be adapted for various tasks, such as GPT models for text generation.
What are Transformer Models?
A deep learning architecture that processes entire sequences efficiently, enabling advanced NLP tasks like ChatGPT.
What are Multi-Modal Models?
AI models that process multiple types of inputs (e.g., text, images, audio) and generate diverse outputs.
How does Generative AI differ from Traditional AI?
Traditional AI classifies or predicts based on existing data, while GenAI creates new content, such as text or images.
What is GPT
Generative Pre-trained Transformer, a model that generates human text or computer code based on input prompts.
What is BERT
Bidirectional Encoder Representations from Transformers, a language model that reads text in two directions, useful for translation.
What is RNN
Recurrent Neural Network, a neural network for processing sequential data like time series and speech recognition.
What is ResNet
Residual Network, a deep convolutional neural network (CNN) used for image recognition tasks like object detection and facial recognition.
What is SVM
Support Vector Machine, an ML algorithm used for classification and regression tasks.
What is WaveNet
A model used to generate raw audio waveforms, commonly used in speech synthesis.
What is GAN
Generative Adversarial Network, a model for generating synthetic data like images, videos, or sounds that resemble training data.
What is XGBoost
Extreme Gradient Boosting, an implementation of gradient boosting used for regression and classification tasks.
What is labeled data?
Labeled data includes both input features and output labels, allowing for supervised learning.
What is an example of labeled data?
Images of animals labeled as ‘dog’ or ‘cat’.