当前位置:网站首页>Neural network and deep learning Chapter 1: introduction reading questions
Neural network and deep learning Chapter 1: introduction reading questions
2022-07-05 04:25:00 【Sleeping Raki】
1. Is neural network equivalent to deep learning ?
Not equivalent , Deep learning can use neural network model , Other models can also be used ( Such as deep belief network )
2. What is the main difference between shallow learning and deep learning ?
An important feature of shallow learning is that it does not involve feature learning , Its features are mainly extracted by manual experience or feature transformation methods , The deep learning model can automatically extract features
3. What is learning ? What is a good expression ? What are the representations ?
In order to improve the accuracy of machine learning system , We need to transform the input information into effective features ( such as word embedding), Or more generally, it's called expressing (Representation). If there is an algorithm that can automatically learn effective features , And improve the performance of the final machine learning model , Then this kind of learning can be called representation learning
The key to representation learning is to solve the semantic gap (Semantic Gap) problem . Semantic gap refers to the inconsistency and difference between the underlying characteristics of input data and high-level semantic information . for instance , Computers cannot understand texts directly , The representation of text is only a low-level code in the computer ( Such as ASCII code ), So we need some conversion methods to make the computer “ understand ” semantics .
(1) A good presentation should have strong presentation ability , That is, vectors of the same size can represent more information .
(2) A good presentation should make the follow-up learning task simple , That is, it needs to contain higher-level semantic information .
(3) A good representation should be general , It's task or domain independent . Although the current large
Part of it means that the learning method is still based on a certain task , But we expect that the representations they learned can be easily migrated to other tasks . In machine learning , We often use two ways to express features : Part means (Local Representation) And distributed presentation (Distributed Representation).
Part means : Such as one-hot code
Distributed representation : Such as RGB Show color ,word embedding
4. What is deep learning ?
“ depth ” It refers to the number of nonlinear transformations of the original data ( The layer number ), Deep learning is a sub problem of machine learning , Its main purpose is to learn effective feature representation from data automatically , The key problem to be solved in deep learning is : Contribution distribution problem , That is, the contribution or influence of different components or their parameters in a system to the final system output
边栏推荐
- 机器学习 --- 神经网络
- Is "golden nine and silver ten" the best time to find a job? Not necessarily
- [phantom engine UE] the difference between running and starting, and the analysis of common problems
- 函数(易错)
- mysql的七种join连接查询
- 【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)
- 根据入栈顺序判断出栈顺序是否合理
- Threejs rendering obj+mtl model source code, 3D factory model
- 假设检验——《概率论与数理统计》第八章学习笔记
- Function (error prone)
猜你喜欢
Network layer - forwarding (IP, ARP, DCHP, ICMP, network layer addressing, network address translation)
Use threejs to create geometry, dynamically add geometry, delete geometry, and add coordinate axes
美国5G Open RAN再遭重大挫败,抗衡中国5G技术的图谋已告失败
User behavior collection platform
Live broadcast preview | container service ack elasticity prediction best practice
kubernetes集群之调度系统
【UNIAPP】系统热更新实现思路
About the prompt loading after appscan is opened: guilogic, it keeps loading and gets stuck. My personal solution. (it may be the first solution available in the whole network at present)
Network security - record web vulnerability fixes
The scale of computing power in China ranks second in the world: computing is leaping forward in Intelligent Computing
随机推荐
【虚幻引擎UE】实现背景模糊下近景旋转操作物体的方法及踩坑记录
Key review route of probability theory and mathematical statistics examination
包 类 包的作用域
Un réveil de l'application B devrait être rapide
Fonction (sujette aux erreurs)
level17
蛇形矩阵
MySQL: view with subquery in the from clause limit
机器学习 --- 神经网络
Scheduling system of kubernetes cluster
Observable time series data downsampling practice in Prometheus
Ctfshow 2022 Spring Festival welcome (detailed commentary)
10 programming habits that web developers should develop
自动语音识别(ASR)研究综述
【科普】热设计基础知识:5G光器件之散热分析
WGS84 coordinate system, web Mercator, gcj02 coordinate system, bd09 coordinate system - brief introduction to common coordinate systems
mysql的七种join连接查询
Judge whether the stack order is reasonable according to the stack order
Sword finger offer 07 Rebuild binary tree
How to carry out "small step reconstruction"?