当前位置:网站首页>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
边栏推荐
- Rome chain analysis
- [moteur illusoire UE] il ne faut que six étapes pour réaliser le déploiement du flux de pixels ue5 et éviter les détours! (4.26 et 4.27 principes similaires)
- 小程序中实现文章的关注功能
- Interview related high-frequency algorithm test site 3
- provide/inject
- 机器学习 --- 神经网络
- SPI read / write flash principle + complete code
- A application wakes up B should be a fast method
- open graph协议
- mxnet导入报各种libcudart*.so、 libcuda*.so找不到
猜你喜欢

【虚幻引擎UE】实现背景模糊下近景旋转操作物体的方法及踩坑记录

Use threejs to create geometry, dynamically add geometry, delete geometry, and add coordinate axes

10 programming habits that web developers should develop

官宣!第三届云原生编程挑战赛正式启动!

OWASP top 10 vulnerability Guide (2021)

Threejs realizes the drawing of the earth, geographical location annotation, longitude and latitude conversion of world coordinates threejs coordinates

A solution to the problem that variables cannot change dynamically when debugging in keil5

mysql的七种join连接查询

Components in protective circuit

假设检验——《概率论与数理统计》第八章学习笔记
随机推荐
Key review route of probability theory and mathematical statistics examination
【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)
包 类 包的作用域
Introduction to RT thread kernel (4) -- clock management
Function (error prone)
长度为n的入栈顺序的可能出栈顺序
kubernetes集群之调度系统
Un réveil de l'application B devrait être rapide
技术教程:如何利用EasyDSS将直播流推到七牛云?
根据入栈顺序判断出栈顺序是否合理
【虚幻引擎UE】实现背景模糊下近景旋转操作物体的方法及踩坑记录
10 programming habits that web developers should develop
Threejs realizes sky box, panoramic scene, ground grass
File upload bypass summary (upload labs 21 customs clearance tutorial attached)
level18
Network layer - forwarding (IP, ARP, DCHP, ICMP, network layer addressing, network address translation)
PHP读取ini文件并修改内容写入
OWASP top 10 vulnerability Guide (2021)
概率论与数理统计考试重点复习路线
[phantom engine UE] realize the animation production of mapping tripod deployment