Auto-encoder model

[Google Scholar] [Wikipedia]

Notes: neural network
Papers:

A pair of neural networks f and g such that g(f(x)) is kinda similar to x. The range of f is usually much smaller than its domain so that f is required to capture the most useful/salient properties of x. That is, they are “undercomplete” and are used for dimensionality reduction.


Transformer machine learning model