diff --git a/examples/dnn_self_supervised_learning_ex.cpp b/examples/dnn_self_supervised_learning_ex.cpp index cb73d1d67..df63a28de 100644 --- a/examples/dnn_self_supervised_learning_ex.cpp +++ b/examples/dnn_self_supervised_learning_ex.cpp @@ -22,7 +22,7 @@ representations as: C = trans(ZA) * ZB. - make C as close as possible to the identity matrix. - This removes the redundancy of the feature representations, by maximizing the + This removes the redundancy of the feature representations by maximizing the encoded information about the images themselves, while minimizing the information about the transforms and data augmentations used to obtain the representations.