IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2018, 1:09:32 PM (8 years ago)
Author:
eugene
Message:

updated nnet to include better init, L2 regularization, cross-entropy cost function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r40320 r40325  
    261261Nnet *FindNnet (char *name);
    262262Nnet *CreateNnet (char *name, int Nlayer);
    263 void CreateNnetData (Nnet *nnet);
     263void CreateNnetData (Nnet *nnet, int LargeWeightInit);
    264264
    265265int DeleteNnet (Nnet *nnet);
Note: See TracChangeset for help on using the changeset viewer.