Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPeng committed Jul 22, 2014
1 parent 8c0141c commit 266ed34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CNN</name>
<name>JavaCNN</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion readme-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CNN
# JavaCNN
一个卷积神经网络的java实现. 仿Matlab toolbox(https://github.com/rasmusbergpalm/DeepLearnToolbox)实现的,同时进行了部分改进,使得卷积核和采样块可以为矩形而不仅仅是正方形。更多细节,请查看http://www.cnblogs.com/fengfenggirl/p/cnn_implement.html
## 创建一个卷积神经网络

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CNN
# JavaCNN
A Java implement of Convolutional Neural Network. Learn from DeepLearnToolbox(https://github.com/rasmusbergpalm/DeepLearnToolbox) more detail. see here(http://www.cnblogs.com/fengfenggirl/p/cnn_implement.html)
## Build a CNN

Expand Down

0 comments on commit 266ed34

Please sign in to comment.