Fundamentals of AI Flashcards
(53 cards)
What are neural networks?
Neural networks consist of multiple layers of interconnected neurons that process input data through mathematical operations.
What are weights in a neural network?
Weights are values assigned to the connections between the neurons.
What is bias in a neural network?
Bias is the value added to the data at a neuron.
What do activation functions do in a neural network?
Activation functions determine whether a neuron should activate based on its inputs.
What is artificial intelligence (AI)?
Artificial intelligence is a discipline that aims to create systems capable of performing tasks that usually require human intelligence.
What is machine learning (ML)?
Machine learning is a domain of AI that teaches machines to learn from past experiences and data.
What is deep learning (DL)?
Deep learning is a specialized domain of machine learning that trains neural networks with multiple layers to model complex patterns in data.
What is generative AI?
Generative AI is a specialized area of ML and DL that focuses on creating new content by learning patterns from existing data.
What is computer vision?
Computer vision is a field within AI focused on enabling machines to interpret and understand visual information from images and videos.
What is natural language processing (NLP)?
Natural language processing is an area of AI dedicated to enabling machines to understand, interpret, and generate human language.
What are large language models (LLMs)?
Large language models are advanced NLP systems trained on vast amounts of text data to generate coherent and contextually relevant text.
What is labeled data in AI?
Labeled data comes with predefined tags or annotations that identify the characteristics or categories of each data point.
What is unlabeled data in AI?
Unlabeled data lacks explicit labels, requiring the AI model to identify patterns or clusters without prior categorization.
What is structured data?
Structured data is highly organized and fits neatly into predefined formats like rows and columns.
What is unstructured data?
Unstructured data doesn’t have a predefined format, making it more challenging to process.
What is time series data?
Time series data consists of sequences of data points collected at specific time intervals.
What is image data?
Image data refers to visual information stored in pixel form.
What is text data?
Text data includes written or spoken language, often in the form of documents, chat logs, or social media posts.
What are the three primary ML techniques?
The three primary ML techniques are:
* Supervised learning
* Unsupervised learning
* Reinforcement learning
What is supervised learning?
Supervised learning is a technique where an algorithm is trained on labeled data.
What is regression in supervised learning?
Regression is a model that finds a relationship between independent and dependent variables and predicts a continuous value.
What is classification in supervised learning?
Classification is a model trained on labeled data to predict labels of unseen data.
What is unsupervised learning?
Unsupervised learning is a technique where an algorithm finds patterns in data without predefined categories.
What is clustering in unsupervised learning?
Clustering is a model trained to find similarities in data and create groups based on those similarities.