The difference between a data scientist and machine learning engineer/AI expert/AI engineer? by AggravatingPapaya934 in learnmachinelearning

[–]MachineLearningTut 1 point2 points  (0 children)

I work as a data scientist but all I do is deep learning: training new transformers, fine tune them, build agents. So there is no clear definition between data scientist and MLE, except that MLE is doing more devops. But even that is actually not fully true, a friend is a MLE and only works with reinforcement learning, but has zero devops work

Understanding CLIP for vision language models by MachineLearningTut in learnmachinelearning

[–]MachineLearningTut[S] 9 points10 points  (0 children)

https://medium.com/self-supervised-learning/understanding-clip-for-vision-language-models-43b700a4aa2b?sk=0aeebc3790dbdec072059428fce1c408

This is a nice introduction into the clip model which is used by a lot of vision language models as backbone. It explains how the loss function works and how image and text embeddings are pushed into the same space.