#35 Machine Learning Features

Open
opened 4 years ago by marx · 1 comments
marx commented 4 years ago

Machine Learning features

TCGen

Traer para aca los comentarios del tcgen.

Find complexity

Detectar la complejidad de los problemas por el texto. Fundamentalmente ordenar los problemas por dificultad, o sea, incluso aunque la complejidad no sea clara, el orden entre los problemas deberia ser util.

Classify per subject

Intentar hacer un clasificador que prediga los temas y features de cada problema.

  • Temas generales (DP, Greedy, Geometria, String, Hashing, Graph, etc...)
  • Features particulares: small to min Accumulative array suffix array suffix automata bipartite graph maximum flow

Automatic error finder

Tool to find most frequent errors.

Idea: Download pair of solutions from codeforces of the form

FAIL -> OK

and find diff between both codes. Try to learn which part of the codes changed. Ideally try to also suggest valid code.

Crawler de varios online judges

Descargar problemas nuevos. Sobre todo para hacerle testing a los algoritmos de machine learning. Test cases / Statements / Metadata / Solution

## Machine Learning features ### TCGen Traer para aca los comentarios del tcgen. ### Find complexity Detectar la complejidad de los problemas por el texto. Fundamentalmente ordenar los problemas por dificultad, o sea, incluso aunque la complejidad no sea clara, el orden entre los problemas deberia ser util. ### Classify per subject Intentar hacer un clasificador que prediga los temas y features de cada problema. + Temas generales (DP, Greedy, Geometria, String, Hashing, Graph, etc...) + Features particulares: small to min Accumulative array suffix array suffix automata bipartite graph maximum flow ### Automatic error finder Tool to find most frequent errors. Idea: Download pair of solutions from codeforces of the form FAIL -> OK and find diff between both codes. Try to learn which part of the codes changed. Ideally try to also suggest valid code. ## Crawler de varios online judges Descargar problemas nuevos. Sobre todo para hacerle testing a los algoritmos de machine learning. Test cases / Statements / Metadata / Solution
marx commented 4 years ago
Owner

Get out from this repository or convert into real actionable issues.

Get out from this repository or convert into real actionable issues.
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.