#35 Machine Learning Features

开启中
marx4 年之前创建 · 1 条评论
marx 评论于 4 年之前

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 评论于 4 年之前
所有者

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

Get out from this repository or convert into real actionable issues.
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。