Explore tens of thousands of sets crafted by our community.
AI Terminology
30
Flashcards
0/30
Expert System
A computer system emulating the decision-making ability of a human expert.
Backpropagation
A method used in artificial neural networks to calculate the error contribution of each neuron after a batch of data is processed.
Tensor
A multi-dimensional array used as a basic object in the data representations in neural networks.
Convolutional Neural Network (CNN)
A type of deep neural network used primarily to analyze visual imagery.
Variance
The extent to which a model's predictions vary for a given dataset. High variance can cause an algorithm to model the random noise in the training data.
Precision
The ratio of correctly predicted positive observations to the total predicted positives in classification.
Feature
An individual measurable property or characteristic of a phenomenon being observed.
Decision Tree
A predictive model that maps observations about an item to conclusions about the item's target value. It is a tree-like model of decisions.
Unsupervised Learning
A type of machine learning where the model learns patterns in the data without being given explicit labels.
Generative Adversarial Network (GAN)
A model consisting of two neural networks, a generator and a discriminator, which compete against each other to generate new, synthetic instances of data.
Transfer Learning
A research problem in machine learning where a model developed for one task is reused as the starting point for a model on a second task.
Robotics
The branch of technology that deals with the design, construction, operation, and application of robots.
Computer Vision
A field of AI that trains computers to interpret and understand visual information from the world.
Overfitting
A modeling error that occurs when a function is too closely fitted to a limited set of data points, resulting in poor predictive performance.
Recall
The ratio of correctly predicted positive observations to all actual positives in classification.
Semantic Analysis
The process of understanding the meaning and interpretation of words, signs, and sentence structure.
Bias
The error that is introduced by approximating a real-world problem by a simplified model.
Neural Network
A computational model designed to simulate the way the human brain processes information.
Reinforcement Learning
A type of machine learning where an agent learns to make decisions by taking actions in an environment to maximize some notion of reward.
Underfitting
A modeling error which occurs when a function is not sufficiently complex relative to the structure of the data and cannot capture the underlying trend.
F1-Score
The weighted average of Precision and Recall, taking both false positives and false negatives into account. It is used in classification analysis.
Machine Learning
A subset of AI that involves computers learning from data to improve their performance.
Natural Language Processing (NLP)
A field of AI focused on enabling computers to understand, interpret, and generate human language.
Artificial Intelligence (AI)
The simulation of human intelligence processes by computer systems.
Algorithm
A set of rules or steps for solving a problem or accomplishing a task.
Heuristic
A practical approach to problem-solving that employs a method not guaranteed to be perfect, but sufficient for reaching an immediate goal.
Deep Learning
A subset of machine learning consisting of neural networks with many layers.
Supervised Learning
A type of machine learning where the model is trained on labeled data.
Recurrent Neural Network (RNN)
A class of neural networks where connections between nodes form a directed graph along a temporal sequence, allowing it to exhibit temporal dynamic behavior.
Gradient Descent
An optimization algorithm used to minimize a function by iteratively moving in the direction of steepest descent, as defined by the negative of the gradient.
© Hypatia.Tech. 2024 All rights reserved.