Contrastive learning is a machine learning technique used to learn the general features of a dataset without labels by teaching the model which data points are similar or different.
[ ] create a init.py file for models
[ ] rewrite the model builders, make it cleaner
[ ] complete class classSimCLR.py, classData.py and classVis.py in functions folder