dennybritz / rnn-tutorial-rnnlm

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano
Apache License 2.0
895 stars 468 forks source link

Licence #5

Closed darksnakezero closed 8 years ago

darksnakezero commented 8 years ago

I would like to use this code for some project at the FAU (Friedrich-Alexander-University Erlangen-Nürnberg, Germany).

Without a license, I can use the code but may not redistribute it. I d like to have it graded, so I need to give it to the University. This may be forbidden without a license.

All in all, I would need a written text saying I can use it for this purpose, or a license.

Currently I am adjusting the code to learn a language character-based.

Thanks in advance, DSZ

dennybritz commented 8 years ago

Can you submit a pull request with an Apache license? I'll merge it.

darksnakezero commented 8 years ago

Done.

Thank you very much.