AI
machine learning
reinforcement learning
complex mathematics
game theory
supervised learning
training data
target variable a.k.a. label
features in obeservation i.e. examples in training data
model
classification: assiging a category to an obsevation
outcome: category
regression: assign a continious variable
outcome: value
find conncetion from features and labels
predict label from features
unsupervised learning
training data
features in obeservation i.e. examples in training data
model
find patterns in features
cluster into group by features
find events that happen together as associations
find outliers as anomalies
deep learning
highly complex tasks with millions of features
mimic the brain's neural network with decision nodes
labels for the observations are give, and the networks builds itself on the observations' features
generative AI
creates content similar to human made output
features
find
extract
split data set
train dataset
test dataset a.k.a. unseen data
train model
evaluate model
test dataset
supervised learning
overfitting: great with training data, poor on test data
model memorizes, but does not generalise
accuracy
correctly predicted per all predictions
correctly predicted per all all events that should have be predicted
evaluating regression
root mean square error etc.
unsupervised learning
no prediction, not testing of prediction
accept or re-train model
retrain
dimensionality reduction
meaningless features
correlated similar features
hyperparameter tuning
ensemble methods
model combination
data driven
not explicit instructions
no explicit instructions
probabilistic
e.g. ChatGTP
bug fixes
code driven
coded logic
defined rules
deterministic
e.g. tax calculator
model monitoring