This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
machinelearning_notebook
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update some contents
master
bushuhui
2 years ago
parent
15a93e5c2e
commit
d15c1d3391
4 changed files
with
71 additions
and
54 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-25
7_deep_learning/1_CNN/01-basic_conv.ipynb
+52
-27
7_deep_learning/1_CNN/02-LeNet5.ipynb
+1
-1
7_deep_learning/1_CNN/03-AlexNet.ipynb
+1
-1
7_deep_learning/README.md
+ 17
- 25
7_deep_learning/1_CNN/01-basic_conv.ipynb
File diff suppressed because it is too large
View File
+ 52
- 27
7_deep_learning/1_CNN/02-LeNet5.ipynb
File diff suppressed because it is too large
View File
+ 1
- 1
7_deep_learning/1_CNN/03-AlexNet.ipynb
View File
@@ -241,7 +241,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
7.9
"
}
},
"nbformat": 4,
+ 1
- 1
7_deep_learning/README.md
View File
@@ -1,6 +1,6 @@
# 深度学习
深度学习(
deep l
earning)是机器学习的分支,是一种试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。 深度学习是机器学习中一种基于对数据进行表征学习的算法,至今已有数种深度学习框架,如卷积神经网络、深度置信网络、递归神经网络等已被应用在计算机视觉、语音识别、自然语言处理、音频识别与生物信息学等领域并获取了极好的效果。
深度学习(
Deep L
earning)是机器学习的分支,是一种试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。 深度学习是机器学习中一种基于对数据进行表征学习的算法,至今已有数种深度学习框架,如卷积神经网络、深度置信网络、递归神经网络等已被应用在计算机视觉、语音识别、自然语言处理、音频识别与生物信息学等领域并获取了极好的效果。
区别于传统的浅层学习,深度学习的不同在于:
* 强调了模型结构的深度,通常有5层、6层,甚至10多层的隐层节点;
Write
Preview
Loading…
Cancel
Save