Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2011-07-06 04:51:41 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-07-06 04:51:41 +0400
commita74efe158d6c66929a8b8849c257a384f6de6aaf (patch)
tree9f098b82318b3142a6adbca31fc2201f15701476 /init.lua
parent05dc55cf4b9a5b5c80c5a15275895e8f83ba8832 (diff)
doc/copyright
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua31
1 files changed, 31 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 8e9057e..7ff3074 100644
--- a/init.lua
+++ b/init.lua
@@ -1,3 +1,34 @@
+----------------------------------------------------------------------
+--
+-- Copyright (c) 2011 Clement Farabet, Koray Kavukcuoglu
+--
+-- Permission is hereby granted, free of charge, to any person obtaining
+-- a copy of this software and associated documentation files (the
+-- "Software"), to deal in the Software without restriction, including
+-- without limitation the rights to use, copy, modify, merge, publish,
+-- distribute, sublicense, and/or sell copies of the Software, and to
+-- permit persons to whom the Software is furnished to do so, subject to
+-- the following conditions:
+--
+-- The above copyright notice and this permission notice shall be
+-- included in all copies or substantial portions of the Software.
+--
+-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+-- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+-- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+-- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+-- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+-- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+--
+----------------------------------------------------------------------
+-- description:
+-- xlua - lots of new trainable modules that extend the nn
+-- package.
+--
+-- history:
+-- July 5, 2011, 8:51PM - import from Torch5 - Clement Farabet
+----------------------------------------------------------------------
require 'torch'
require 'nn'