https://github.com/omarsar/nlp_with_tensorflow
NLP tutorials I have written using TensorFlow
https://github.com/omarsar/nlp_with_tensorflow
cnn deep-learning nlp rnn tensorflow
Last synced: 6 months ago
JSON representation
NLP tutorials I have written using TensorFlow
- Host: GitHub
- URL: https://github.com/omarsar/nlp_with_tensorflow
- Owner: omarsar
- Created: 2018-12-02T05:09:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T05:47:26.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T18:21:19.834Z (7 months ago)
- Topics: cnn, deep-learning, nlp, rnn, tensorflow
- Language: Jupyter Notebook
- Size: 162 KB
- Stars: 12
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NLP TensorFlow Tutorials
This repository basically contains a list of several tutorials on how to perform NLP using TensorFlow.## Important Notice!
Note that if you want to successfully reproduce any of the tutorials you may need access to the datasets and some other important folders that are missing here. Due to storage restrictions on GitHub, it's not possible to upload the folders directly. These tutorials are just for reference at the moment so that you can study and understand a bit of the TensorFlow framework and how it can be used for NLP implementaitons. I would encourage you to write me an email at ellfae@gmail if you are interested in reproducing any of the tutorials. I usually repond within a day.This is a work in progress. I will keep updating and organizing this repository as I continue to write more tutorials about NLP using TensorFlow. You can always look around my profile for full repositories and my other works.