毕业论文代码 + 评论文本数据获取+数据清洗+文本数据向量化+将数据放进分类器(KNN+Naive Bayes+SVM)中训练+结果评估
☆55May 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:
- Text Classification using Bag of Words and TF-IDF models with K-Nearest Neighbor Algorithm☆11Aug 2, 2017Updated 8 years ago
- 基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。☆110Dec 24, 2018Updated 7 years ago
- 多轮中文聊天机器人,采用GPT2进行微调,清洗聊天数据110w+,采用语义相似度和文本jaccard相似度过滤回话。☆22Nov 13, 2021Updated 4 years ago
- ☆35Apr 7, 2020Updated 6 years ago
- 使用scik-learn 实现k-means,KNN,SVM,贝叶斯,topic_extraction等算法,同时评估分类的准确率,召回率和F值。语料库是中文文本☆43Jul 23, 2017Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Python金融分析与量化交易实战教程课件☆28Dec 31, 2024Updated last year
- Simple Text Classfication using SVM and Naive Bayes☆78Feb 23, 2023Updated 3 years ago
- 2020.06 亚马逊市场评论预测与情感分析模型——基于NLP☆10Jun 20, 2020Updated 5 years ago
- AI100竞赛:http://competition.ai100.com.cn/html/game_det.html?id = 24&tab = 1 的代码,主要用于文本分类,其中涉及CHI选择特征词,TFIDF计算权重,朴素贝叶斯,决策树,SVM,XGBoost等算法☆15Mar 27, 2019Updated 7 years ago
- 文本分类是指在给定分类体系下 , 根据文本的内容自动确定文本类别的过程。首先我们根据scrapy爬虫根据中国知网URL的规律,爬取70多万条2014年公开的发明专利,然后通过数据清洗筛选出了60多万条含标签数据。通过TF-IDF对60多万条本文进行词频提取,依照词频排序提取…☆108Mar 14, 2018Updated 8 years ago
- 一种基于中文命名实体识别与线性回归的刑期预测方法☆18Dec 1, 2018Updated 7 years 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
- ARI (Abstract Reasoning Induction) is an innovative framework designed to enhance the temporal reasoning capabilities of Large Language M…☆13Dec 29, 2024Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- baseline分享-互联网新闻情感分析☆11Oct 12, 2019Updated 6 years ago
- 上市公司年报分析☆12Jul 16, 2019Updated 6 years ago
- 基于SVM的中文文本分类; python☆13May 24, 2019Updated 6 years ago
- ☆17Oct 8, 2023Updated 2 years ago
- Implementation of HAN for Sentiment Classification task from paper "Hierarchical Attention Networks for Document Classification"☆13Aug 5, 2019Updated 6 years ago
- papers☆19Jul 25, 2017Updated 8 years ago
- ☆10Sep 9, 2024Updated last year
- svm 情感分析☆16Jun 28, 2018Updated 7 years ago
- ☆21Feb 20, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Autoclicker for Yescoin | Автокликер для Yescoin☆16Sep 13, 2024Updated last year
- 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
- CNN and RNN with Attention for Chinese Text Classification in Tensorflow☆85May 8, 2019Updated 6 years ago
- Knowledge Graph Large Language Model (KG-LLM)☆38Jun 23, 2024Updated last year
- 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
- Bert-based text classification☆14May 23, 2019Updated 6 years ago
- a simple implementation of part-of-speech tagging with hmm☆13Feb 26, 2019Updated 7 years ago
- Repo for Enhanced Seq2Seq Autoencoder via Contrastive Learning for Abstractive Text Summarization☆23Aug 26, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Classifying text using Bi-LSTM, Transformer, BERT-ATT, BERT-BILSTM and BERT-CNN(文本分类)ChineseGLUE☆13Apr 2, 2023Updated 3 years ago
- 😎 Curated list of tibetan canon datasets☆17Apr 6, 2020Updated 6 years ago
- ☆14Jul 27, 2022Updated 3 years ago
- 微博评论爬取及nlp情感分析☆21Apr 4, 2018Updated 8 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