毕业论文代码 + 评论文本数据获取+数据清洗+文本数据向量化+将数据放进分类器(KNN+Naive Bayes+SVM)中训练+结果评估
☆54May 17, 2022Updated 3 years ago
Alternatives and similar repositories for Text-classification-and-code
Users that are interested in Text-classification-and-code are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 多轮中文聊天机器人,采用GPT2进行微调,清洗聊天数据110w+,采用语义相似度和文本jaccard相似度过滤回话。☆23Nov 13, 2021Updated 4 years ago
- ☆35Apr 7, 2020Updated 5 years ago
- 使用scik-learn 实现k-means,KNN,SVM,贝叶斯,topic_extraction等算法,同时评估分类的准确率,召回率和F值。语料库是中文文本☆43Jul 23, 2017Updated 8 years ago
- 文本分类之特征选择☆11Aug 12, 2017Updated 8 years ago
- Simple Text Classfication using SVM and Naive Bayes☆78Feb 23, 2023Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Application for processing Chinese text : Sentiment , Keywords , Abstract☆10Apr 13, 2017Updated 8 years ago
- AI100竞赛:http://competition.ai100.com.cn/html/game_det.html?id = 24&tab = 1 的代码,主要用于文本分类,其中涉及CHI选择特征词,TFIDF计算权重,朴素贝叶斯,决策树,SVM,XGBoost等算法☆15Mar 27, 2019Updated 6 years ago
- 文本分类是指在给定分类体系下 , 根据文本的内容自动确定文本类别的过程。首先我们根据scrapy爬虫根据 中国知网URL的规律,爬取70多万条2014年公开的发明专利,然后通过数据清洗筛选出了60多万条含标签数据。通过TF-IDF对60多万条本文进行词频提取,依照词频排序提取…☆108Mar 14, 2018Updated 8 years ago
- Code for EMNLP 2023 paper: DALE: Generative Data Augmentation for Low-Resource Legal NLP☆10Oct 27, 2023Updated 2 years ago
- LLM-Based Multi-Agent Situation Awareness☆16Jan 9, 2026Updated 2 months ago
- 基于keras的评 论文本情感分类☆43May 26, 2020Updated 5 years ago
- Chinese version code for the paper "EDA: Easy Data Augmentation Techniques for Boosting Performance on Text Classification Tasks"☆11Jul 25, 2019Updated 6 years ago
- 基于多级LSTM的抽取式文本摘要☆12Aug 20, 2024Updated last year
- 基于SVM的中文文本分类; python☆13May 24, 2019Updated 6 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- ☆17Oct 8, 2023Updated 2 years ago
- BERT baselines for extractive question answering on coqa (https://stanfordnlp.github.io/coqa/)☆10Jan 27, 2020Updated 6 years ago
- 中文文本相似度计算,采用text2vec词向量工具进行计算对比。☆17May 12, 2020Updated 5 years ago
- ☆10Sep 9, 2024Updated last year
- svm 情感分析☆16Jun 28, 2018Updated 7 years ago
- 一个用于中文文本的抽取式摘要工具 a tool for chinese summary extraction☆19Nov 24, 2020Updated 5 years ago
- ☆15Jul 6, 2023Updated 2 years ago
- Viterbi part-of-speech tagger, trained on Wall Street Journal (WSJ) data☆14Mar 6, 2018Updated 8 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单 的DNN。☆61Feb 12, 2020Updated 6 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- A TensorFlow implementation of FlowQA☆15Nov 24, 2018Updated 7 years ago
- a corpus containing 4.5K conversations from the Conversational Question-Answering dataset CoQA, for a total of 53K follow-up question-ans…☆16Jun 12, 2023Updated 2 years ago
- a simple implementation of part-of-speech tagging with hmm☆13Feb 26, 2019Updated 7 years ago
- 😎 Curated list of tibetan canon datasets☆17Apr 6, 2020Updated 5 years ago
- 微博评论爬取及nlp情感分析☆21Apr 4, 2018Updated 7 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆19Oct 28, 2019Updated 6 years ago
- gensim-word2vec+svm文本情感分析☆104Sep 4, 2017Updated 8 years ago
- LCSTS,ROUGE,short text summarization,NLG,seq2seq☆23Jul 25, 2017Updated 8 years ago
- 根据褒贬种子词,利用SO-PMI构建情感词典☆26Oct 30, 2015Updated 10 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆18Jun 20, 2017Updated 8 years ago
- Machine Reading Comprehension (MRC)☆19Mar 24, 2020Updated 6 years ago
- 基于ChatGPT的问答对自动生成,可复用于其他NLP领域☆20Apr 3, 2023Updated 2 years ago
- TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。☆246Jul 21, 2023Updated 2 years ago
- NLPCC 2017 task3 article text summary☆24Jul 25, 2017Updated 8 years ago
- 🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.☆10Oct 28, 2020Updated 5 years ago
- 练习题,python 协同过滤ALS模型实现:商品推荐 + 用户人群放大☆10Jun 4, 2020Updated 5 years ago