
Keras
Klay Ye
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用 Keras 在 MNIST 上实现多层感知机
官方教程:keras/examples/mnist_mlp.py '''Trains a simple deep NN on the MNIST dataset. Gets to 98.40% test accuracy after 20 epochs (there is *a lot* of margin for parameter tuning). 2 seconds per epoch on...原创 2019-04-02 13:42:18 · 364 阅读 · 0 评论 -
用 Keras 在 MNIST 上实现卷积神经网络
官方教程:keras/examples/mnist_cnn.py '''Trains a simple convnet on the MNIST dataset. Gets to 99.25% test accuracy after 12 epochs (there is still a lot of margin for parameter tuning). 16 seconds per epo...原创 2019-04-02 13:54:28 · 986 阅读 · 2 评论