Skip to content
View synlive's full-sized avatar

Block or report synlive

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. comments_analysis comments_analysis Public

    Forked from stanleylsx/text_classifier_tf2

    评论数据的获取见app_comments_spider爬虫项目,该项目是基于word2vec的评论情感分类器,通过带有评分的数据建立词向量模型,然后使用svm做评论情感预测。

    Python 1

  2. java-design-patterns java-design-patterns Public

    Forked from iluwatar/java-design-patterns

    Design pattern samples implemented in Java

    Java

  3. awesome-readme awesome-readme Public

    Forked from matiassingers/awesome-readme

    A curated list of awesome READMEs

  4. nlp_xiaojiang nlp_xiaojiang Public

    Forked from yongzhuo/nlp_xiaojiang

    自然语言处理(nlp),闲聊机器人(chatbot),BERT句向量-相似度(Sentence Similarity),文本分类(Text classify), 实体提取(ner,bert+bilstm+crf),数据增强(text augment enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用

    Python

  5. Text_CNN_SOUGOU Text_CNN_SOUGOU Public

    Forked from zhangmingnine/Text_CNN_SOUGOU

    利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式

    Python

  6. financial-NLP-intelligent-interaction financial-NLP-intelligent-interaction Public

    Forked from likeweilikewei/financial-NLP-intelligent-interaction

    项目介绍: 智能交互金融智能聊天。具体实现用户在所有关于股票话题的智能问答。其中难点是问题 分类、数据预处理、参数提取。 ☆个人工作: 实现金融智能聊天,实现所有股票问题的精确回答。通过提取通用特征将5亿+条训练语料缩减为10w条,语料内存占用量从10G减少到2M,并将精确度提高98%以上。设计划分股票问题为问股、选股、诊股、百科四个话题。设计利用TF-IDF,无监督训练得到分类。提供可靠稳…

    Python