Slide 19
Slide 19 text
© Kensu, inc. 2021
AI Observability
A Machine Learning model can be seen as:
- Data: it is a bunch of doubles resulting from the training process on the
observations (i.e. the known world).
- Application: it is used as a function (e.g. to predict).
Moreover the behavior of the application part depends on the observations
used in the training phase. Where our control resides in the hyper parameters
we provide (found) during the training.
It is like Java, Scala, Python, R, Go, SQL, etc. code changing automatically with
its context, and what it’s becoming is unknown.