Research Article

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

Algorithm 1

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