Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ranking problem with DLL #63

Closed
korosig opened this issue May 17, 2020 · 1 comment
Closed

Ranking problem with DLL #63

korosig opened this issue May 17, 2020 · 1 comment
Labels

Comments

@korosig
Copy link

korosig commented May 17, 2020

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
Copy link
Owner

jeffheaton commented May 18, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants