项目作者: Tony607

项目描述 :
Keras + Universal Sentence Encoder = Transfer Learning for text data
高级语言: Jupyter Notebook
项目地址: git://github.com/Tony607/Keras-Text-Transfer-Learning.git
创建时间: 2018-06-10T03:07:34Z
项目社区:https://github.com/Tony607/Keras-Text-Transfer-Learning

开源协议:

下载


Keras + Universal Sentence Encoder = Transfer Learning for text data.

Run Colab notebook

The easiest, zero configuration way to run the code, open in this Google Colab notebook.

How to Run on local machine

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

  1. git clone https://github.com/Tony607/Keras-Text-Transfer-Learning

Install required libraries

pip3 install -r requirements.txt

Run the notebook

In the project directory, start a command line, then run command

  1. jupyter notebook

In the opened browser window choose

  1. Transfer Learning - Semantic Similarity with TF-Hub Universal Encoder.ipynb