Skip to content

Commit

Permalink
提交两个文件
Browse files Browse the repository at this point in the history
  • Loading branch information
plter committed Mar 23, 2018
1 parent 4f68bfb commit 82eb6f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExtractPhotoData/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
let train_data_out = document.querySelector("#train_data_out");
let targetDataOut = document.querySelector("#target_data_out");


function initProperties() {
canvas.width = 20;
canvas.height = 20;
Expand Down
Binary file modified 机器学习之手写识别.pptx
Binary file not shown.
1 change: 1 addition & 0 deletions 资源/train_data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 资源/train_target.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9]

0 comments on commit 82eb6f5

Please sign in to comment.