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

https://github.com/lovesaroha/sarcasm-detection-training

Training a keras model to recognize sarcasm in order to classify an incoming text as sarcastic or the other.
https://github.com/lovesaroha/sarcasm-detection-training

keras machine-learning python sarcasm-detection

Last synced: 5 months ago
JSON representation

Training a keras model to recognize sarcasm in order to classify an incoming text as sarcastic or the other.

Awesome Lists containing this project

README

          

# Sarcasm-Detection-Training
Training a keras model to recognize sarcasm in order to classify an incoming text as sarcastic or the other.

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