[Neural Network] {Université de Sherbrooke} C3: Conditional Random Field

Posted ecoflex

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Neural Network] {Université de Sherbrooke} C3: Conditional Random Field相关的知识,希望对你有一定的参考价值。

http://info.usherbrooke.ca/hlarochelle/neural_networks/content.html

 

 

技术图片

 

these characteristics may come from a word. (hand writting data) 

 

sequence of observation => model the joint distribution over the whole sequence

 

技术图片

 


 

linear chain CRF

 

usually => iid assumption

but for the adjacent positions in a sequence => linear chain CRF

 

 

技术图片

 

first term: from x_k

seconde term: from V matrix

 

 

技术图片

 


context window

 

 

 技术图片

 

 three neural network, weighted by a(0) a(-1) a(+1)

 

 技术图片

 

 alternative: only one NN

 

技术图片

 

 

 技术图片

 

技术图片

 


 

 

computing the partition function

 

技术图片

 

 y‘ ≠ y

 

y_k is the resultant sequence

y‘_k is all the probable sequence

 

the goal here is to calculate Z(X) in polynomial time (dynamic programming)

 

技术图片

if someone gives me y2‘ then we can calculate \\alpha_1(y2‘)

技术图片

 

 

技术图片

 

 

技术图片

 

 技术图片

 

 

https://www.spaces.ac.cn/archives/5542/comment-page-1 

 

 技术图片

 

 技术图片

 

 技术图片

advantage function????

 

a = max x_n

V(s) = max_a Q(a|s)

A(a|s) = Q(a|s) - V(s)

 

 

 技术图片

 

 技术图片

 

 技术图片

 

 


 

 

computing marginals

 

 技术图片

 

 


 

 

performing classification

 

 技术图片

 

 技术图片

 

 技术图片

 

技术图片

 

 技术图片

 


 

 

factors, sufficient statistics and linear CRF

 

 技术图片

 

 技术图片

 

 技术图片

 

 


 

 

 

Markov network

 

技术图片

 

 技术图片

 


 

 

factor graph

 

 技术图片

another visualization to get rid of the ambiguity.

 

 

技术图片

 

 


 

 

belief propagation

 

 技术图片

 

 

技术图片

 

 

技术图片

 

 

技术图片

 

以上是关于[Neural Network] {Université de Sherbrooke} C3: Conditional Random Field的主要内容,如果未能解决你的问题,请参考以下文章

SVM与Neural Network

在 sklearn.neural_network 中初始化权重

课程一,第四周(Deep Neural Networks) —— 2.Programming Assignments: Deep Neural Network - Application

卷积神经网络(Convolutional Neural Network, CNN)

梳理检测论文-Refinement Neural Network

Deep Neural Network for Image Classification: Application