0%

# Value categories

lvalue and rvalue

An lvalue (pronounced “ell-value”, short for “left value” or “locator value”, and sometimes written as “l-value”) is an expression that evaluates to an identifiable object or function (or bit-field).

阅读全文 »

The process of producing a new value of some type from a value of a different type is called a conversion.

Conversions do not change the value or type being converted. Instead, a new value with the desired type is created as a result of the conversion

阅读全文 »

Self-supervised Learning

Self-supervised learning is a form of unsupervised learning. In the example below, we split the input into two parts: and . serves as the input to the model, while contains the remaining information, which the model uses to learn the label information.

阅读全文 »

Network as Generator

Compared to a traditional neural network, a generator network takes a simple distribution as input and outputs a distribution.

阅读全文 »