https://github.com/aritrakar/nlp-experiments
https://github.com/aritrakar/nlp-experiments
python tensorflow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aritrakar/nlp-experiments
- Owner: aritrakar
- Created: 2023-04-02T02:33:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T13:43:59.000Z (over 2 years ago)
- Last Synced: 2025-01-01T22:30:53.092Z (9 months ago)
- Topics: python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 48.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp-experiments
In this repository, I store some NLP models I have experimented with using Tensorflow. The models perform different tasks as follows:
1. Sarcasm detection from news headlines: `discovery.ipynb`
2. Generate (not-so-coherent) Irish songs: `discovery.ipynb`
3. Generate songs in the style of Imagine Dragons: `songs.ipynb` (IN PROGRESS)I'm new to this field and am learning a lot. Any feedback is appreciated!