Research Article

Towards Accurate Deceptive Opinions Detection Based on Word Order-Preserving CNN

Algorithm 2

Back Propagation Algorithm.
Input:The parameters of CNN,train dataset  ,the structure of CNN  
Output:Response error
  for    do
if   is convolution layer then
  for    do
   
  end for
  for   do
   
  end for
end if
if is pooling layer then
  for   do
   
  end for
  for   do
   
  end for
end if
if is connection layer then
  
  
end if
(22) end for