Skip to content
View XuekaiChen's full-sized avatar

Block or report XuekaiChen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. FinKnowledgeGraph FinKnowledgeGraph Public

    爬取金融数据,利用neo4j构建金融知识图谱,进而搭建金融问答系统。

    Python 61 7

  2. ChatWithDoc ChatWithDoc Public

    大语言模型ChatGLM-6B为基座,接入文档阅读功能进行实时问答,可上传txt/docx/pdf多种文件类型。

    Python 38 7

  3. ShowKnowledge ShowKnowledge Public

    基于Flask框架进行前后端交互、存储采用Neo4j图数据库。功能包括金融股票、股东、概念详细信息查询,以及多轮对话问答机制。

    CSS 37 9

  4. ChatRobot ChatRobot Public

    基于seq2seq的闲聊系统。利用PyTorch框架搭建神经网络,编码器采用双向GRU模型,解码器采用融合注意力机制的GRU模型,训练出支持多轮对话的聊天机器人。

    Python 20 3

  5. DecisionTree DecisionTree Public

    在不调用公开源码或函数的情况下用python手动实现基于ID3算法和CART算法的两种决策树分类模型,并评估其优劣。

    Python 15 3

  6. text_classification text_classification Public

    基于豆瓣电影打分的评论文本分类,使用tf-idf/word2vec/bert方法构造词向量,利用svm和逻辑回归模型进行分类

    Jupyter Notebook 14