Machine Learning Flashcards
data mining is focused on
better understanding patterns among variables in databases using statistical/analytical tools
machine learning
scientific study of algorithms that computer systems use to perform tasks without explicit instructions, using patterns and inference instead
use machine learning when (2)
Human expertise does not exist or humans can’t explain their expertise
Models need to be customized or are based on huge amounts of data
ML is less useful when rules are ____ and _______, like calculating payroll amounts
clear and understood
supervised/inductive learning
training data and desired outputs are given
unsupervised learning
where training data is given without the desired output
semi-supervised learning
where training data is given with a few desired outputs
reinforcement learning
agent learns to make decisions by interacting with an environment
ex. robot in a maze
Chatgpt is not directly programmed to give answers. It has functionality similar to an ____-__________, aka predicting the next words. The prediction is based on training data from 2021 and prior
auto-completion
training data
known outcomes
validation data
used to fine-tune a model
test data
tests accuracy of the model
data in ML can be partitioned into (3)
training data
validation data
test data
every ML algorithm has 3 components:
representation
optimization
evaluation
applications of ML in SC (5)
Forecasting demand
Optimizing speed
Planning movement of goods based on demand
Ensuring quality
Managing suppliers/documentation