-
Python-100-Days Public
Forked from jackfrued/Python-100-DaysPython - 100天从新手到大师
Jupyter Notebook UpdatedJan 7, 2023 -
Jiagu Public
Forked from ownthink/JiaguJiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类
Python MIT License UpdatedSep 11, 2020 -
Customer_Satisfaction_Analysis Public
Forked from CarryChang/Customer_Satisfaction_Analysis基于在线民宿 UGC 数据的意见挖掘项目,包含数据挖掘和NLP 相关的处理,负责数据采集、主题抽取、情感分析等任务。目的是克服用户打分和评论不一致,实时对在线民宿的满意度评测,包含在线评论采集和情感可视化分析。搭建了百度地图POI查询入口,可以进行自动化的批量查询 POI 信息的功能;构建了基于在线民宿语料的 LDA 自动主题聚类模型,利用主题中心词能找出对应的主题属性字典;以用户打分作为标…
-
CDial-GPT Public
Forked from thu-coai/CDial-GPTA Large-scale Chinese Short-Text Conversation Dataset and Chinese pre-training dialog models
Python MIT License UpdatedAug 17, 2020 -
transformers Public
Forked from huggingface/transformers🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
Python Apache License 2.0 UpdatedJul 28, 2020 -
BERT-pytorch Public
Forked from songyingxin/BERT-pytorchBERT 源码阅读
-
allennlp Public
Forked from allenai/allennlpAn open-source NLP research library, built on PyTorch.
Python Apache License 2.0 UpdatedJul 25, 2020 -
nlp-tutorial Public
Forked from graykode/nlp-tutorialNatural Language Processing Tutorial for Deep Learning Researchers
Jupyter Notebook MIT License UpdatedJul 24, 2020 -
transformers-tutorial Public
Forked from ZeweiChu/transformers-tutorialA simple text classification example using BERT and huggingface transformers
Jupyter Notebook UpdatedJul 18, 2020 -
BERT-Relation-Extraction Public
Forked from plkmo/BERT-Relation-ExtractionPyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
Python Apache License 2.0 UpdatedJul 11, 2020 -
TextMatch Public
Forked from MachineLP/TextMatch文本匹配/文本分类/文本embedding/文本聚类/文本检索(bow/ifidf/ngramtf-df/bert/albert/bm25/…/nn/gbdt/xgb/kmeans/dscan/faiss/….)
Python UpdatedJul 1, 2020 -
KnowledgeGraphCourse Public
Forked from npubird/KnowledgeGraphCourse东南大学《知识图谱》研究生课程
UpdatedJun 24, 2020 -
transfer-learning-conv-ai Public
Forked from huggingface/transfer-learning-conv-ai🦄 State-of-the-Art Conversational AI with Transfer Learning
Python MIT License UpdatedJun 8, 2020 -
nlp_baai Public
Forked from jd-aig/nlp_baaiNLP models and codes for BAAI-JD joint project.
Python UpdatedJun 3, 2020 -
ccks2019-ckbqa-4th-codes Public
Forked from duterscmy/ccks2019-ckbqa-4th-codes中文知识库问答代码,CCKS2019 CKBQA评测第四名解决方案
Python UpdatedJun 3, 2020 -
pytorch-seq2seq Public
Forked from bentrevett/pytorch-seq2seqTutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Jupyter Notebook MIT License UpdatedJun 1, 2020 -
basics Public
Forked from GokuMohandas/Made-With-ML📚 Learn ML with clean code, simplified math and illustrative visuals. As you learn, work on interesting projects and share them on https://madewithml.com for the community to discover and learn from!
Jupyter Notebook MIT License UpdatedJun 1, 2020 -
Dive-into-DL-TensorFlow2.0 Public
Forked from TrickyGo/Dive-into-DL-TensorFlow2.0本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的同意
Jupyter Notebook Apache License 2.0 UpdatedMay 31, 2020 -
Dive-into-DL-PyTorch Public
Forked from ShusenTang/Dive-into-DL-PyTorch本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Jupyter Notebook Apache License 2.0 UpdatedMay 31, 2020 -
Deep-Learning-with-TensorFlow-book Public
Forked from dragen1860/Deep-Learning-with-TensorFlow-book深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Jupyter Notebook UpdatedMay 30, 2020 -
nlp-journey Public
Forked from msgi/nlp-journeyDocuments, papers and codes related to NLP, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Translation),etc. All code…
Python Apache License 2.0 UpdatedMay 29, 2020 -
-
NLPCC2016KBQA Public
Forked from ZeweiChu/NLPCC2016KBQAKBQA based on the NLPCC2016 dataset, including reimplementation of NLPCC2016 best team`s QA.
Python GNU General Public License v3.0 UpdatedMay 16, 2020 -
CCKS2020-Entity-Linking Public
Forked from RegiusQuant/CCKS2020-Entity-LinkingCCKS 2020: 面向中文短文本的实体链指任务
-
-
learn-python3 Public
Forked from michaelliao/learn-python3Learn Python 3 Sample Code
GNU General Public License v2.0 UpdatedMay 7, 2020 -
ML-NLP Public
Forked from NLP-LOVE/ML-NLP此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Jupyter Notebook UpdatedApr 20, 2020 -
Chinese-Text-Classification-Pytorch Public
Forked from 649453932/Chinese-Text-Classification-Pytorch中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
Python MIT License UpdatedApr 19, 2020 -
NeuralNLP-NeuralClassifier Public
Forked from Tencent/NeuralNLP-NeuralClassifierAn Open-source Neural Hierarchical Multi-label Text Classification Toolkit
Python Other UpdatedApr 13, 2020 -
text_summurization_abstractive_methods Public
Forked from theamrzaki/text_summurization_abstractive_methodsMultiple implementations for abstractive text summurization , using google colab
Jupyter Notebook UpdatedMar 29, 2020