I'm trying to get into deep learning. I have this project in mind. Let's say I have a dataset that consists of two columns. Those columns are a list of interests of two matching people. It goes like this: "cars, psychology, politics" "beauty, philosophy, sport". Now, I'm trying to train my model to predict the second person's interest based on the input of the first person's interests.
I have been experimenting with uber's ludwig, which is a deep learning toolbox that you can use without writing code. The examples they provide are great but I was unable to fit them for my desirable model. Maybe you can push me towards the suitable model for this problem?