当前位置:网站首页>Bilstm and CRF
Bilstm and CRF
2022-06-25 17:38:00 【Green Lantern swordsman】
I recently watched Mr. Huang's video class , All of a sudden, I feel strange to these contents , So I looked for it . Now take a note of
One 、 frame
The choice of frame , I think Lao Huang chose the same picture , Just the author has something to expect , So link directly Add link description Enclosed .
Here's a little , The diagram here is very important . Be careful ,LSTM In the output of , Output per word as label Probability .
Two 、LSTM Parameters of
- Parameter calculation
- LSTM Official documents of
- LSTM The structure diagram of is as follows
lstm The calculation formula of is : - GRU The structure diagram of is :
In the picture zt and rt They represent update gate and reset gate respectively . The update gate is used to control the extent to which the previous status information is brought into the current status , The larger the value of the update door is, the less the status information of the previous time is brought in . The reset gate controls how much information is written to the current candidate set from the previous state h~t On , The smaller the reset door is , The less information about the previous state is written .
The update door is GRU Main essence of . Formula analysis , It mainly looks at the writing of the renewal door
Be careful :rt and zt from h(t-1) and xt from , In fact, it includes the correlation between them .
3、 ... and 、CRF Detailed introduction
Refer to the big brother's blog Blog , I found the most impressive English explanation Add link description . Thus deepening the understanding of chapter one Understanding in .
Besides , I remember relying on templates ,crf It can be learned by machine itself ( Add the template ,U and B Templates ) To carry out BIO Study . My notes have .
BILSTM What we're doing is Each word for each label (BIO) The launch probability of ,CRF What we're doing is The transition probability between words .
loss function yes : The most path And full path functions .
forecast : viterbi algorithm .
Why does Viterbi algorithm not exist The label bias problem of maximum entropy model ?
answer : because viterbi algorithm Normalization of yes Global normalization of all paths ; Normalization of maximum entropy model It's from previous Local normalization of departure , Local normalization can cause local problems , namely Label offset problem , For details, see https://www.bbsmax.com/A/D854D91p5E/.
边栏推荐
- 数学建模——非线性规划
- 宝藏又小众的国画3d材质贴图素材网站分享
- Distributed remote management of distribution room environment
- Learning Tai Chi maker mqtt (II) basic principles of mqtt
- The second round of Yunnan Cyberspace Security competition in May 2021
- TLV解码
- golang list to string
- 【UVM实战 ===> Episode_2 】~ VIP、VIP的开发、VIP的发布
- How Jerry used to output a clock source to the outside world [chapter]
- Interrupt operation: abortcontroller learning notes
猜你喜欢
LSF如何看job预留slot是否合理?
Win10开启热点共享后断网怎么解决?
[compilation principle] overview
HMS Core机器学习服务实现同声传译,支持中英文互译和多种音色语音播报
有关均衡----简易版瓶颈模型
[compilation principle] lexical analysis
Design and arrangement of DDIA data intensive application system
Distinguishing seven kinds of facial expressions by deep separable convolution neural network
The role of the project manager in the project
杰理之adc_get_voltage 函数获取电压值不准【篇】
随机推荐
使用DiskGenius拓展系统盘C盘的容量
Mathematical modeling -- integer programming
学习太极创客 — MQTT(三)连接MQTT服务端
[UVM practice== > episode_1] ~ MCDF design update, AMBA standard interface, UVM verification environment update
[matlab] curve fitting
conda 修改镜像源
[compilation principle] lexical analysis
BILSTM和CRF的那些事
杰理之增加加密文件播放功能【篇】
WARNING: Unsupported upgrade request.
Treasure and niche Chinese painting 3D texture material website sharing
【UVM实战 ===> Episode_1 】~ MCDF设计更新、AMBA标准接口、UVM验证环境更新
数据搬迁最佳实践之使用CDM搬迁线下MySQL到DWS
[matlab] numerical calculus and equation solving
杰理之定时器捕获(timer_cap.c)使用注意事项【篇】
Langage d'assemblage (5) Registre (accès à la mémoire)
js禁止浏览器默认事件
How does social e-commerce operate and promote?
CONDA modifying a mirror source
WPF开发随笔收录-心电图曲线绘制