jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Ranking problem with DLL #63

Closed korosig closed 4 years ago

korosig commented 4 years ago

I want to solve the ranking problem with DLL.

For example, I have 20 students(in random order) in a class and based on their profile (grades from the different curriculum, achievements, etc.) I want to create a rank list.

Basically I need a model that will get 20-row x 10 features in every step and make output label for every student.

jeffheaton commented 4 years ago

This is a general question on deep learning, not really related to an issue with the course. I have not done too much with ranking problems in DL, so it would take me some research to give you a solution. You might have better luck with a Stack Overflow question. However, this might be helpful. https://towardsdatascience.com/introducing-tf-ranking-f94433c33ff