Machine Learning & Data Mining Algorithms
Automated Tests, Repeatable Experiments, Meaningful Results
not logged in
-
login
|
register
Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists... Check Paperity, our new web service for scientists...
Home
About Us
Contact Us
In Media
Research
Repository
Knowledge Base
TunedTester
Challenges
List
Create
About
Outsourcing
Wiki
Blog
Forum
Repository
/
ninoaf2
/
challenges
/
VLNetChallenge
/
solution_file_format.txt
Back
Name:
Owner:
Access:
Size:
Modified:
ninoaf2/challenges/VLNetChallenge/solution_file_format.txt
ninoaf2
public
1.4 KB
2011-07-12 19:05:51
No file description
File contents
Task1 solution: Each line has the following format: ID:isInLeaderBoardSet:ID1|NUM1,ID2|NUM2,...,ID30|NUM30 ID - represents the lecture for which the recommendations are made isInLeaderBoardSet - can have the value of 1 or 0, if the value is 1, then this line is in leaderboard set. Note, that all lines are in test set. ID1 - is the first recommendation NUM1 - is the number of times that the lectures (ID,ID1) have been together in clickstream. ID2 - is the second recommendation NUM2 - is the number of times that the lectures (ID,ID2) have been together in clickstream. ... Note, that some line can be empty, or have less than 30 recommendations (real data). Task2 solution: Each line has the following format: ID:isInLeaderBoardSet:ID1|NUM1,ID2|NUM2,...,ID10|NUM10 ID - represents the triplet id for which the recommendations are made isInLeaderBoardSet - can have the value of 1 or 0, if the value is 1, then this line is in leaderboard set. Note, that all lines are in test set. ID1 - is the first recommendation for triplet NUM1 - is the number of times that the lecture ID1 have been with the triplet ID in pooled viewing sequences ID2 - is the second recommendation for triplet NUM2 - is the number of times that the lecture ID2 have been with the triplet ID in pooled viewing sequences ... Note, that some line can be empty, or have less than 10 recommendations (real data).