Skip to content

owenliang/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

用python手写神经网络模型

下载数据集

sh download.sh

训练

python3 ./train_model.py

识别手写数字(效果不好, 后续改造支持多个隐藏层的模型再看效果)

python3 ./main.py

数字:0, 预测为:2
数字:1, 预测为:1
数字:2, 预测为:2
数字:3, 预测为:3
数字:4, 预测为:4
数字:5, 预测为:5
数字:6, 预测为:5
数字:7, 预测为:7
数字:8, 预测为:8
数字:9, 预测为:9

About

用python手写神经网络模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published