File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ """
You can’t perform that action at this time.
0 commit comments