当前位置:网站首页>What is deep learning?
What is deep learning?
2022-07-05 07:29:00 【Pidog.】
1、 The difference between machine learning and deep learning
1.1 Machine learning must inform the machine of the characteristics needed to distinguish categories , as follows 
Deep learning does not need to inform the machine of the required features , The required features are completely extracted by the neural network , as follows 
1.2 Machine learning is absolutely dominant in small data sample analysis ; Deep learning is data driven , Massive data with annotations is the cornerstone of deep learning , Deep learning algorithm is prone to fitting phenomenon in small data sample analysis .
2、 About “ Deep learning ” Various definitions of
2.1 Wu enda : Deep learning is training neural networks ( Multilayer perceptron (Multi-Layer Perceptron,MLP) Also called Artificial neural network (Artificial Neural Network,ANN), namely In addition to the I / O layer , It can have multiple hidden layers in the middle )
2.2 Hua Wei Yun : Deep learning is used to build 、 A neural network that simulates the human brain for analytical learning , A machine learning technique that simulates the mechanism of the human brain to interpret data .
Its basic feature is to try to imitate the transmission between neurons in the brain , Patterns of processing information . The most notable applications are computer vision and natural language processing (NLP) field . obviously ,“ Deep learning ” It is related to machine learning “ neural network ” Is strongly correlated ,“ neural network ” It is also its main algorithm and means ; Or we can put “ Deep learning ” be called “ Improved neural network ” Algorithm . Deep learning and It is divided into convolutional neural network (Convolutional neural networks, abbreviation CNN) And deep confidence network (Deep Belief Nets, abbreviation DBN). Its main idea is to simulate human neurons , Each neuron receives information , After processing, it can be transmitted to all adjacent neurons . So it looks like the following figure ( Students who want to know more can do it by themselves google).

3.3 Li Hongyi studies deeply PPT: Deep learning is a kind of neural network ,Deep That means more hidden layers than traditional networks .

边栏推荐
- Mathematical analysis_ Notes_ Chapter 8: multiple integral
- [vscode] prohibit the pylance plug-in from automatically adding import
- Efficiency difference: the add method used by the set directly and the add method used by the set after judgment
- Course learning accumulation ppt
- deepin 20 kivy unable to get a window, abort
- Matrix keyboard scan (keil5)
- 行测--资料分析--fb--高照老师
- Web page Chinese display (print, etc.) GBK error, solution, software
- [idea] efficient plug-in save actions to improve your work efficiency
- [node] NVM version management tool
猜你喜欢

UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)

Rough notes of C language (2) -- constants

Target detection series - detailed explanation of the principle of fast r-cnn

CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)

611. 有效三角形的个数
![[software testing] 04 -- software testing and software development](/img/bd/49bba7ee455ce59e726a2fdeafc7c3.jpg)
[software testing] 04 -- software testing and software development

HDU1232 畅通工程(并查集)

Play with grpc - go deep into concepts and principles

Line test -- data analysis -- FB -- teacher Gao Zhao

Concurrent programming - how to interrupt / stop a running thread?
随机推荐
Ggplot2 drawing learning notes in R
I 用c l 栈与队列的相互实现
Anaconda pyhton multi version switching
Don't confuse the use difference between series / and / *
公安基础知识--fb
golang定时器使用踩的坑:定时器每天执行一次
I implement queue with C I
Three body goal management notes
DelayQueue延迟队列的使用和场景
纯碱是做什么的?
玩转gRPC—深入概念与原理
Import CV2 prompt importerror: libgl so. 1: Cannot open shared object file: no such file or directory
Basic series of SHEL script (III) for while loop
What does soda ash do?
arcgis_ spatialjoin
[vscode] search using regular expressions
Reading literature sorting 20220104
What is sodium hydroxide?
Ugnx12.0 initialization crash, initialization error (-15)
The difference between NPM install -g/-save/-save-dev