Skip to content

Commit 5c7bf08

Browse files
committed
added 2nd license (also BSD 3-Clause)
1 parent 1ff1171 commit 5c7bf08

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

GRU.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
------------------------------------------------------------------------
22
--[[ GRU ]]--
3+
-- Author: Jin-Hwa Kim
4+
-- License: LICENSE.2nd.txt
5+
36
-- Gated Recurrent Units architecture.
47
-- http://www.wildml.com/2015/10/recurrent-neural-network-tutorial-part-4-implementing-a-gruGRU-rnn-with-python-and-theano/
58
-- Expects 1D or 2D input.

LICENSE.2nd.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Copyright (c) 2016 NAVER Corp. and Seoul National University R&DB Foundation
2+
All rights reserved.
3+
4+
Author: [email protected] (Jin-Hwa Kim)
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
1. Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
16+
3. Neither the names of NAVER Corp. and Seoul National University R&DB
17+
Foundation nor the names of its contributors may be used to endorse or
18+
promote products derived from this software without specific prior
19+
written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31+
POSSIBILITY OF SUCH DAMAGE.

TrimZero.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
------------------------------------------------------------------------
22
--[[ TrimZero ]]--
3+
-- Author: Jin-Hwa Kim
4+
-- License: LICENSE.2nd.txt
5+
36
-- Decorator that zeroes the output rows of the encapsulated module
47
-- for commensurate input rows which are tensors of zeros
58

0 commit comments

Comments
 (0)