Booz Terms Flashcards
Active Learning
Intelligent sample selection to improve performance of model. Samples are selected to provide the greatest information to a learning model.
Agent Based Simulation
Simulates the actions and interactions of autonomous agents.
ANOVA
Hypothesis testing for differences between more than two groups.
Association Rule Mining (Apriori)
Data mining technique to identify the common co-occurances of items.
Bayesian Network
Models conditional probabilities amongst elements, visualized as a Directed Acyclic Graph.
Collaborative Filtering
Also known as ‘Recommendation,’ suggest or eliminate items from a set by comparing a history of actions against items performed by users. Finds similar items based on who used them or similar users based on the items they use.
Coordinate Transformation
Provides a different perspective on data.
Deep Learning
Method that learns features that leads to higher concept learning. Usually very deep neural network architectures.
Design of Experiments
Applies controlled experiments to quantify effects on system output caused by changes to inputs.
Differential Equations
Used to express relationships between functions and their derivatives, for example, change over time.
Discrete Event Simulation
Simulates a discrete sequence of events where each event occurs at a particular instant in time. The model updates its state only at points in time when events occur.
Discrete Wavelet Transform
Transforms time series data into frequency domain preserving locality information.
Ensemble Learning
Learning multiple models and combining output to achieve better performance.
Expert Systems
Systems that use symbolic logic to reason about facts. Emulates human reasoning.
Exponential Smoothing
Used to remove artifacts expected from collection error or outliers.
Factor Analysis
Describes variability among correlated variables with the goal of lowering the number of unobserved variables, namely, the factors.
Fast Fourier Transform
Transforms time series from time to frequency domain efficiently. Can also be used for image improvement by spatial transforms.
Format Conversion
Creates a standard representation of data regardless of source format. For example, extracting raw UTF-8 encoded text from binary file formats such as Microsoft Word or PDFs.