An open API service indexing awesome lists of open source software.

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.

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
```