https://github.com/whoishusni/binarytextclassification
https://github.com/whoishusni/binarytextclassification
keras machine-learning natural-language-processing nlp tensorflow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whoishusni/binarytextclassification
- Owner: whoishusni
- Created: 2023-02-23T08:59:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T09:09:19.000Z (over 3 years ago)
- Last Synced: 2025-03-04T03:34:27.047Z (over 1 year ago)
- Topics: keras, machine-learning, natural-language-processing, nlp, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BinaryTextClassification
Binary Text Classification Using Python
datas i got from here https://www.kaggle.com/datasets/marklvl/sentiment-labelled-sentences-data-set
## Requirement
- Tensorflow 2.11.0
- Scikit-Learn
- Pandas
- Matplotlib
You Can Install Requirement Package with "pip install -r req.txt" (the req.txt is included)