当前位置:网站首页>February 14, 2022 [reading notes] - life science based on deep learning Chapter 2 Introduction to deep learning (Part 1)
February 14, 2022 [reading notes] - life science based on deep learning Chapter 2 Introduction to deep learning (Part 1)
2022-06-30 07:39:00 【Muyiqing】

- The traditional method is to design a function by hand , Start by analyzing the problem , Recognize features by writing computer code , And reliably generate results ; Machine learning takes a completely different approach , There is no need to design functions manually , Instead, it allows the computer to learn its own functions from the data .
- Linear model ( perceptron )
- y=Mx+b
- M It's a matrix / The weight ,b It's a vector
- There are many limitations , Not suitable for most real datasets . When the data dimension becomes very high , The problem will get worse .
- Multilayer perceptron (MLP)
- It can be simply understood as superposition of multiple linear transformations one by one .
- Transfer a linear function to another nonlinear function ( Activation function φ(x))
- y=M2φ(M1x+b1)+b2
- You can also stack any number of transformations together :
- h1=φ1(M1x+b1)
- h2=φ2(M2h1+b2)
- ...
- hn-1=φn-1(Mn-1hn-2+bn-1)
- y=φn(Mnhn-1+bn)
- At present, there are three popular activation functions :
- Correction of linear element function
- Hyperbolic tangent function
- sigmoid function
- MLP The other two properties of : Width and depth
- Definition
- Width : Refers to the size of the hidden layer , Choose each hhhh The length of
- depth : Refers to the number of layers in the model
- The choice of width and depth requires trying multiple combinations , There are some principles to guide :
- Containing a hidden layer MPL Is a universal approximator
- The deep model requires fewer parameters than the shallow model
- Deep models are often more difficult to train than previous models
- Definition
边栏推荐
- 期末复习-PHP学习笔记5-PHP数组
- LabVIEW程序代码更新缓慢
- Processes, jobs, and services
- RT thread kernel application development message queue experiment
- Binary tree related operations (based on recursion, implemented in C language)
- Record the problem that the system file cannot be modified as an administrator during the development process
- Mailbox application routine of running wild fire RT thread
- STM32 control LED lamp
- 2021 private equity fund market report (62 pages)
- 冰冰学习笔记:快速排序
猜你喜欢
![2021-10-29 [microbiology] qiime2 sample pretreatment form automation script](/img/4d/3a3d645a27c3561c3ebe20dcd8e142.jpg)
2021-10-29 [microbiology] qiime2 sample pretreatment form automation script

Minecraft 1.16.5模组开发(五十) 书籍词典 (Guide Book)

Global digital industry strategy and policy observation in 2021 (China Academy of ICT)

Digital white paper on total cost management in chain operation industry

Final review -php learning notes 6- string processing

C language - student achievement management system

2021 private equity fund market report (62 pages)

期末复习-PHP学习笔记11-PHP-PDO数据库抽象层.

Mailbox application routine of running wild fire RT thread

Thread pool - C language
随机推荐
Final review -php learning notes 8-mysql database
Arm debug interface (adiv5) analysis (I) introduction and implementation [continuous update]
DXP shortcut key
Processes, jobs, and services
Xiashuo think tank: 125 planet updates reported today (packed with 101 meta universe collections)
Ad\dxp how to solve the problem of not knowing the schematic Library
Matter protocol
Xiashuo think tank: 42 reports on planet update today (including 23 planning cases)
2021 China Enterprise Cloud index insight Report
Test enumeration types with STM32 platform running RT thread
Variable storage unit and pointer
Implementation of binary search in C language
National technology n32g45x series about timer timing cycle calculation
Common sorting methods
Final review -php learning notes 4-php custom functions
C language implementation of chain stack (without leading node)
C language - student achievement management system
STM32 infrared communication
Given a fixed point and a straight line, find the normal equation of the straight line passing through the point
Proteus catalog component names and Chinese English cross reference