Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Fudan University
- Shang Hai, China
- https://max-yue.github.io/
Popular repositories
-
Forked from DhanuRCG/MathsTutor-Geometry_Theorem_Proving
A system to automatically assess student answers according to a given marking rubric for Geometric Theorem Proving in O/L Mathematics. The development has done using an inference engine using Drool…
Java
-
-
Forked from liuhuanyong/QASystemOnMedicalKG
disease centered Medical knowledge graph and qa system。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
Python
-
Forked from liuhuanyong/BaikeInfoExtraction
self complement of baike knowledge base info-box extraction by online analysis.基于互动百科,百度百科,搜狗百科的词条infobox结构化信息抽取,百科知识的融合
Python
-
-
34 contributions in the last year
Contribution activity
June 1, 2020
May 2020
- max-yue/sympy Python
- max-yue/Bert-Multi-Label-Text-Classification Python
Created a pull request in lonePatient/Bert-Multi-Label-Text-Classification that received 1 comment
Created an issue in sympy/sympy that received 6 comments
latex to sympy parse error
lat = '1 \times 2' expr = parse_expr(lat, evaluate=False) I notice the origin latex2sympy repo support this convert, while sympy raise an exception. …