From 6274d54ed2691b8b974a76f805c74d3c5838df22 Mon Sep 17 00:00:00 2001 From: Nils Reimers Date: Mon, 21 Nov 2016 12:16:47 +0100 Subject: [PATCH] Create README.md --- 2016-11_Seminar/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2016-11_Seminar/README.md diff --git a/2016-11_Seminar/README.md b/2016-11_Seminar/README.md new file mode 100644 index 0000000..43c1605 --- /dev/null +++ b/2016-11_Seminar/README.md @@ -0,0 +1,5 @@ +# Deep Learning for NLP - Seminar November 2016 + +This GIT repository accompanies the [UKP](https://www.ukp.tu-darmstadt.de/ukp-home/) seminar on Deep Learning for Natural Language Processing held at the University of Duisburg-Essen. + +In contrast to other seminars, this seminar focuses on the **usage of deep learning methods**. As programming infrastructure we use Python in combination with [Theano](http://deeplearning.net/software/theano/) and [Keras](https://keras.io). The published code uses Python 2.7, Theano 0.8.2 and Keras 1.1.1. You should ensure that you have the frameworks installed in the right version (note: they change quickly).