https://github.com/lovesaroha/bbc-text-classification-training
Training a keras model to recognize category of a given article text in order to classify incoming bbc text.
https://github.com/lovesaroha/bbc-text-classification-training
keras mahcine-learning python tensorflow text-classification
Last synced: about 2 months ago
JSON representation
Training a keras model to recognize category of a given article text in order to classify incoming bbc text.
- Host: GitHub
- URL: https://github.com/lovesaroha/bbc-text-classification-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-27T10:09:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T10:10:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T19:23:44.311Z (over 1 year ago)
- Topics: keras, mahcine-learning, python, tensorflow, text-classification
- Language: Python
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BBC-Text-Classification-Training
Training a keras model to recognize category of a given article text in order to classify incoming bbc text.
## Requirements
- Python 3 or higher.
## Packages
### Numpy
```bash
py -m pip install numpy
```
### Tensorflow
```bash
py -m pip install tensorflow
```
## Start Training
```bash
py convolutional_neural_network.py
```
```bash
py bi_lstm.py
```