Adversarial Attack
Explainable-ML
Anomaly-Detection
Auto-Encoder
New feature for downstream tasks.
Chapter-12-compound-types-references-pointers
# 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).
Chapter10-Implicit-type-conversion
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
Chapter11-Function-Overloading-and-Function-Templates
Functions can be overloaded so long as each overloaded function can be differentiated by the compiler. If an overloaded function can not be differentiated, a compile error will result.
Self-Supervised Learning
Self-supervised Learning
Self-supervised learning is a form of unsupervised learning. In the example below, we split the input
GAN
Network as Generator
Compared to a traditional neural network, a generator network takes a simple distribution as input and outputs a distribution.