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.
- Host: GitHub
- URL: https://github.com/lovesaroha/sarcasm-detection-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-27T09:02:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T09:50:51.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:23:26.560Z (12 months ago)
- Topics: keras, machine-learning, python, sarcasm-detection
- Language: Python
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```