Skip to content
#

text-classification

Here are 56 public repositories matching this topic...

This repository contains a single notebook, notebook.ipynb, which analyzes the ability of three machine learning algoithms — Multinomial Naive Bayes, Logistic Regression, and Support Vector Machine — to determine whether customer reviews of the Disneyland amusement park in California are positive or negative.

  • Updated Dec 21, 2023
  • Jupyter Notebook

This repository contains a Python script for sentiment analysis of tweets using a Multinomial Naive Bayes classifier. The code demonstrates a complete pipeline, from data loading and text pre-processing to model training and evaluation. It includes a Jupyter Notebook (or Python script) that can be used to analyze sentiment in tweets.

  • Updated Oct 25, 2023
  • Jupyter Notebook

This repository contains Jupyter notebooks detailing the experiments conducted in our research paper on Ukrainian news classification. We introduce a framework for simple classification dataset creation with minimal labeling effort, and further compare several pretrained models for the Ukrainian language.

  • Updated Aug 12, 2023
  • Jupyter Notebook

NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。

  • Updated May 20, 2023
  • Python

In this notebook, I attempted to create a script that utilizes pre-trained CamemBERT and VaderSentiment models to label the sentiment of a Quran Karim dataset in English and French. My goal was to accurately classify the sentiment of each text sample in the dataset.

  • Updated Dec 19, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the text-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-classification topic, visit your repo's landing page and select "manage topics."

Learn more