Skip to content

Commit 29035a6

Browse files
committed
rename
1 parent 3a9affe commit 29035a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepLearning Tutorials/keras_usage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
1. Keras简介
77
---
88

9-
Keras是基于Theano的一个深度学习框架,它的设计参考了Torch,用Python语言编写,是一个高度模块化的神经网络库,支持GPU和CPU。使用文档在这:http://keras.io/这个框架貌似是刚刚火起来的,使用上的问题可以到github提issue:https://github.com/fchollet/keras 
9+
Keras是基于Theano的一个深度学习框架,它的设计参考了Torch,用Python语言编写,是一个高度模块化的神经网络库,支持GPU和CPU。使用文档在这: [http://keras.io/](http://keras.io),这个框架貌似是刚刚火起来的,使用上的问题可以到github提issue:[https://github.com/fchollet/keras](https://github.com/fchollet/keras) 
1010

1111
下面简单介绍一下怎么使用Keras,以Mnist数据库为例,编写一个CNN网络结构,你将会发现特别简单。
1212

0 commit comments

Comments
 (0)