https://github.com/shrikantnaidu/transfer-learning-for-nlp-with-tensorflow-hub
Transfer Learning in TensorFlow.
https://github.com/shrikantnaidu/transfer-learning-for-nlp-with-tensorflow-hub
deep-neural-networks natural-language-processing tensorflow tensorflow-hub tranfer-learning
Last synced: 3 months ago
JSON representation
Transfer Learning in TensorFlow.
- Host: GitHub
- URL: https://github.com/shrikantnaidu/transfer-learning-for-nlp-with-tensorflow-hub
- Owner: shrikantnaidu
- Created: 2021-07-21T06:45:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T16:06:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T12:03:44.171Z (4 months ago)
- Topics: deep-neural-networks, natural-language-processing, tensorflow, tensorflow-hub, tranfer-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transfer-Learning-for-NLP-with-TensorFlow-Hub
## About this Course
This is a hands-on project on transfer learning for natural language processing with TensorFlow and TF Hub. By the time you complete this project, you will be able to use pre-trained NLP text embedding models from TensorFlow Hub, perform transfer learning to fine-tune models on real-world data, build and evaluate multiple models for text classification with TensorFlow, and visualize model performance metrics with Tensorboard.Prerequisites:
In order to successfully complete this project, you should be competent in the Python programming language, be familiar with deep learning for Natural Language Processing (NLP), and have trained models with TensorFlow or and its Keras API.