Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87b02f1

Browse filesBrowse files
committed
update readme
1 parent 7c1b3ca commit 87b02f1
Copy full SHA for 87b02f1

File tree

Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed
Open diff view settings
Collapse file

‎…fying_MNIST_using_LR_逻辑回归分类器进行MNIST分类.md‎ ‎…ssifying_MNIST_using_LR_逻辑回归进行MNIST分类.md‎2_Classifying_MNIST_using_LR_逻辑回归分类器进行MNIST分类.md renamed to 2_Classifying_MNIST_using_LR_逻辑回归进行MNIST分类.md 2_Classifying_MNIST_using_LR_逻辑回归分类器进行MNIST分类.md renamed to 2_Classifying_MNIST_using_LR_逻辑回归进行MNIST分类.md

Copy file name to clipboardExpand all lines: 2_Classifying_MNIST_using_LR_逻辑回归进行MNIST分类.md
+4-3Lines changed: 4 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
使用逻辑回归分类器进行MNIST分类(Classifying MNIST using Logistic Regressing)
1+
使用逻辑回归进行MNIST分类(Classifying MNIST using Logistic Regressing)
22
=============================
3-
本节假定读者属性了下面的Theano概念:[共享变量(shared variable)](http://deeplearning.net/software/theano/tutorial/examples.html#using-shared-variables), [基本数学算子(basic arithmetic ops)](http://deeplearning.net/software/theano/tutorial/adding.html#adding-two-scalars), [Theano的进阶(T.grad)](http://deeplearning.net/software/theano/tutorial/examples.html#computing-gradients), [floatX(默认为float64)](http://deeplearning.net/software/theano/library/config.html#config.floatX)。假如你想要在你的GPU上跑你的代码,你也需要看[GPU](http://deeplearning.net/software/theano/tutorial/using_gpu.html)。
4-
本节的所有代码可以在[这里](http://deeplearning.net/tutorial/code/logistic_sgd.py)下载。
3+
本节假定读者属性了下面的Theano概念:[共享变量(shared variable)](http://deeplearning.net/software/theano/tutorial/examples.html#using-shared-variables), [基本数学算子(basic arithmetic ops)](http://deeplearning.net/software/theano/tutorial/adding.html#adding-two-scalars), [Theano的进阶(T.grad)](http://deeplearning.net/software/theano/tutorial/examples.html#computing-gradients), [floatX(默认为float64)](http://deeplearning.net/software/theano/library/config.html#config.floatX)。假如你想要在你的GPU上跑你的代码,你也需要看[GPU](http://deeplearning.net/software/theano/tutorial/using_gpu.html)
4+
5+
本节的所有代码可以在[这里](http://deeplearning.net/tutorial/code/logistic_sgd.py)下载。
56

67
在这一节,我们将展示Theano如何实现最基本的分类器:逻辑回归分类器。我们以模型的快速入门开始,复习(refresher)和巩固(anchor)数学负号,也展示了数学表达式如何映射到Theano图中。
78

Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a `Chinese tutorial` which is translated from [DeepLearning 0.1 document
1414
##内容/Contents
1515

1616
* `入门`(Getting Started)
17-
* `使用逻辑回归进行MNIST分类`Classifying MNIST digits using Logistic Regression
17+
* `使用逻辑回归进行MNIST分类`(Classifying MNIST digits using Logistic Regression)
1818
* Multilayer Perceptron
1919
* Convolutional Neural Networks(LeNet)
2020
* Denoising Autoencoders(dA)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.