Skip to content

Commit a2a7678

Browse files
authored
Update README.md
1 parent 27dcf79 commit a2a7678

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Compile-time matrix constructions, headonly, no dependency, limitless layers, li
88
* 循环类网络输入输出支持多对单、单对多、多对多
99
* 源码Head-only并且无依赖
1010
* 使用方法极其简单,适合程序局部应用ANN以及用来学习研究
11-
* GPU支持还在计划中
1211

1312
## Sample
1413
### 1) BPNN
@@ -103,19 +102,3 @@ int main()
103102
   lstm.simulate(inMx, outMx,expectMx);
104103
}
105104
```
106-
107-
### 4) CNN
108-
109-
coding ...
110-
111-
### 5) instance of MNIST
112-
113-
coming soon ...
114-
115-
### 6) GPU support
116-
117-
planning ...
118-
119-
### 7) Future
120-
121-
RCNN, GAN and custom cnn structure like VGG, ResNet, DenseNet ...

0 commit comments

Comments
 (0)