https://github.com/omarsar/nlp_pytorch_tensorflow_notebooks
Deep Learning for NLP Python Notebooks in PyTorch and TensorFlow
https://github.com/omarsar/nlp_pytorch_tensorflow_notebooks
deeplearning emotion nlp pytorch rnn sentiment-analysis tensorflow
Last synced: 6 months ago
JSON representation
Deep Learning for NLP Python Notebooks in PyTorch and TensorFlow
- Host: GitHub
- URL: https://github.com/omarsar/nlp_pytorch_tensorflow_notebooks
- Owner: omarsar
- Created: 2018-10-17T06:22:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T06:36:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T18:21:20.417Z (7 months ago)
- Topics: deeplearning, emotion, nlp, pytorch, rnn, sentiment-analysis, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 17.8 MB
- Stars: 25
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep Learning Based NLP
This repository contains python notebooks related to several deep learning based NLP tasks such as emotion recognition and neural machine translation. It will provide implementations based on several deep learning frameworks such as PyTorch and TensorFlow.## Emotion Recognition with GRU
- [Deep Learning Based Emotion Recognition With PyTorch](https://github.com/omarsar/nlp_pytorch_tensorflow_notebooks/blob/master/Deep%20Learning%20Emotion%20Recognition%20PyTorch.ipynb)
- [Deep Learning Based Emotion Recognition With TensorFlow](https://github.com/omarsar/nlp_pytorch_tensorflow_notebooks/blob/master/Deep%20Learning%20Emotion%20Recognition%20TensorFlow%20.ipynb)---
Author: [Elvis Saravia](https://twitter.com/omarsar0)