Skip to content

Commit

Permalink
Add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 14, 2017
1 parent 2ec8c1f commit 321db8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lstm_word2vec.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"The code in this notebook is based on the [Keras documentation](https://keras.io/) and [blog](https://blog.keras.io/using-pre-trained-word-embeddings-in-a-keras-model.html) as well as this [word2vec tutorial](http://adventuresinmachinelearning.com/gensim-word2vec-tutorial/). "
]
},
{
"cell_type": "code",
"execution_count": 14,
Expand Down

0 comments on commit 321db8d

Please sign in to comment.