Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1.     for(itLayers = m_layers.begin(); itLayers != m_layers.end(); itLayers++)
  2.     {
  3.         if(itLayers->first > 0)
  4.         {
  5.             for(itList = itLayers->second.begin(); itList != itLayers->second.end(); itList++)
  6.             {
  7.                 itList->GetInput()->insert(pair<CNeuralNode*, float>(m_pBias, GetRndWeight()));
  8.             }
  9.         }
  10.     }
Add Comment
Please, Sign In to add comment