From 321db8d7d4383d3b575dd872637b53bd4c153734 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 14 Sep 2017 13:23:50 +0000 Subject: [PATCH] Add attribution --- lstm_word2vec.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lstm_word2vec.ipynb b/lstm_word2vec.ipynb index bf73507..abf96e7 100644 --- a/lstm_word2vec.ipynb +++ b/lstm_word2vec.ipynb @@ -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,