An open API service indexing awesome lists of open source software.

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.

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.