Skip to content

Commit

Permalink
docs(data): 数据集介绍和实现
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed May 5, 2020
1 parent 5357e6f commit 749fca0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/数据集.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# 数据集

`PyNet`中提供了多个数据集的预处理。包含

1. `xor`
2. `mnist`
3. `cifar10`
4. `orl`
5. `iris`

相应的实现代码位于`pynet/vision/data`目录
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ nav:
- 整体架构: overall-structure.md
- 网络层: 网络层.md
- 网络模型: 网络模型.md
- 求解器: 求解器.md
- 求解器: 求解器.md
- 数据集: 数据集.md

0 comments on commit 749fca0

Please sign in to comment.