Skip to content

Commit d53e9f2

Browse files
committed
Update __init__.py
1 parent 65c650e commit d53e9f2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/pythonDnn/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
#!/usr/bin/env python2.7
2+
# Copyright 2014 G.K SUDHARSHAN <sudharpun90@gmail.com> IIT Madras
3+
# Copyright 2014 Abil N George<mail@abilng.in> IIT Madras
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
12+
# KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
13+
# WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
14+
# MERCHANTABLITY OR NON-INFRINGEMENT.
15+
# See the Apache 2 License for the specific language governing permissions and
16+
# limitations under the License.
117

18+
"""
19+
python-dnn uses python (and theano) to implement major Deep Learing Networks.
20+
It currently supports:
21+
CNN
22+
SDA
23+
DBN
24+
A general DNN Finetune kit with maxout and dropout.
25+
"""

0 commit comments

Comments
 (0)