Skip to content

Commit

Permalink
添加两个图片
Browse files Browse the repository at this point in the history
  • Loading branch information
plter committed Mar 21, 2018
1 parent 3021aba commit b9d88cd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LampRecognizer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

clf = tree.DecisionTreeClassifier()
clf.fit(train_data, train_target)
print(clf.predict([[4, 400]]))
print(clf.predict([[4, 400]]))
Binary file modified 机器学习之手写识别.pptx
Binary file not shown.
Binary file added 资源/Dandelion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 资源/spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9d88cd

Please sign in to comment.