This is the first of a series of videos walking thru how to do basic embeddings in PyTorch. We will start with a simple example from the standard tutorial and keep changing it over the course of the lectures.
At the end of this lecture, your goal is to try to change the sample code to make the problem a Binary Classification problem rather than the multi-class problem as presented.
Raw code: https://github.com/johnsanterre/Teaching/blob/main/embedding_progression/1_embeddings_orginal.py