Skip to content

Commit

Permalink
first yadll commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Jun 20, 2016
1 parent e94f244 commit cfd8ea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yadll/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ class Network(object):
the list of layers in the network
params : list of `theano shared variables`
the list of all the parameters of the network
reguls : symbolic expression
regularization cost for the network
has_unsupervised_layer : `bool`
True if one of the layer is a subclass of :class: UnsupervisedLayer
"""
def __init__(self, name=None, layers=None):
self.layers = []
Expand Down

0 comments on commit cfd8ea4

Please sign in to comment.