Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 967 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 967 Bytes

Transfer Learning with NLP Tensorflow hub

In this project, I have used pretrainned models from Tensorflow hub with tf.kear for text classification and visualise the performace using TensorBoard.

"Quora Insincere Questions Classification" from kaggle will be used and our models will be trained to detect if the questions asked on Quora is sincere or not.

Five pre-trained models were used as stated below:

  1. gnews-swivel-20dim
  2. nnlm-en-dim50
  3. nnlm-en-dim128
  4. universal-sentence-encoder
  5. universal-sentence-encoder-large

To run the notebook, please make a copy on Google Colab first