Dr. Tiziana Ligorio x CSCI 493.77 - Deep Learning, Hunter College of the City University of New York

Model evaluation for regression

Model evaluation for classification

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/46f8a445-186a-4f29-85f4-480600b011a7/ML.png

Supervised Learning

The model receives a set of inputs along with the corresponding correct outputs, and the algorithm learns by comparing its actual output with correct outputs to find errors. It then modifies the model accordingly (model training).

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/56d387ef-5d05-4b51-b772-59ba0ad4dbb1/supervisedL.png

<aside> ⚠️ This image illustrates a simplistic (traditional) approach to ML. In reality the cycle is often more complex, involving reiterating through problem definition and data processing as well. For now, this simple diagram will be enough to introduce the topic.

</aside>

Learning rate: how fast the model adapts to new data.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a7e95b30-f92b-4267-88e5-2dd58102c393/classification_regression.jpeg

Data

The system cannot learn a predictive model if dataset is too small, if data is not representative, noisy or polluted with irrelevant features