Skip to content

Commit

Permalink
updated_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yechengxi authored and yechengxi committed Feb 25, 2017
1 parent cd33eb2 commit a0c957a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ adagrad: implementation of the Adagrad algorithm.
adam: implementation of the Adam algorithm.
bnorm: implementation of the batch normalization layer.
conv_layer_2d: implementation of the convolution layer. (CUDNN enabled)
dropout: implementation of the dropout layer.
dropout: implementation of the dropout layer.
generate_output_filename: generate output filename based on the current parameter settings.
im2col_ln: customized im2col function used in the pooling layer. linear_layer: implementation of linear perceptron layer.
Main_Template: a template script used to train CNN and MLP networks.
linear_layer: implementation of the (fully connected) linear layer. (CUDNN enabled)
im2col_ln: customized im2col function used in the pooling layer.
linear_layer: implementation of (fully-connected) linear layer. (CUDNN enabled)
lrn: implementation of the local response normalization layer. (CUDNN enabled)
Main_Template: a template script used to train CNN and MLP networks.
maxpool: implementation of the max-pooling layer. (CUDNN enabled)
net_bp: implementation of the back propagation process which is used in CNN and MLP networks.
net_ff: implementation of the feed forward process which is used in CNN and MLP networks.
Expand Down

0 comments on commit a0c957a

Please sign in to comment.