当前位置:网站首页>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 .
边栏推荐
- [node] differences among NPM, yarn and pnpm
- UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
- Idea shortcut key
- [software testing] 05 -- principles of software testing
- 【idea】Could not autowire. No beans of xxx type found
- 目标检测系列——Faster R-CNN原理详解
- Basic knowledge of public security -- FB
- 【Node】nvm 版本管理工具
- Machine learning Seaborn visualization
- Ggplot2 drawing learning notes in R
猜你喜欢
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
2022年PMP项目管理考试敏捷知识点(7)
[node] NVM version management tool
Concurrent programming - deadlock troubleshooting and handling
(tool use) how to make the system automatically match and associate to database fields by importing MySQL from idea and writing SQL statements
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
The problem of configuring opencv in qt5.13.2 is solved in detail
I 用c l 栈与队列的相互实现
SOC_ SD_ CMD_ FSM
2022 PMP project management examination agile knowledge points (7)
随机推荐
DataGrid offline installation of database driver
Delayqueue usage and scenarios of delay queue
Shadowless cloud desktop - online computer
Microservice registry Nacos introduction
repo. conda. An example of COM path error
【Node】npm、yarn、pnpm 区别
arcpy. SpatialJoin_ Analysis spatial connection analysis
How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
【idea】Could not autowire. No beans of xxx type found
NPM and package common commands
[vscode] recommended plug-ins
U-boot initialization and workflow analysis
Do you choose pandas or SQL for the top 1 of data analysis in your mind?
Raspberry pie 4B arm platform aarch64 PIP installation pytorch
Professional knowledge of public security -- teacher bilitong
Play with grpc - go deep into concepts and principles
Graduation thesis project local deployment practice
Simple operation with independent keys (hey, a little fancy) (keil5)
并查集理论讲解和代码实现
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中