The concepts of datasets, samples, labels in Machine Learning.

Sources:

  1. Mu Li et al. 1. Introduction. Dive into Deep Learning.

  2. Cross-validation: evaluating estimator performance

Read more »

Decorators are a significant part of Python. In simple words: they are functions which take other functions as inputs and output their modified versions.

Sources:

  1. Python Tips: Decorators
Read more »
0%