OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MLP
(Results
1 - 2
of
2
) sorted by null
/external/libopus/src/
mlp.h
37
}
MLP
;
39
void mlp_process(const
MLP
*m, const float *in, float *out);
/external/opencv3/samples/python2/
letter_recog.py
5
(or Boosting classifier, or
MLP
, or Knearest, or Support Vector Machines) using the provided dataset.
25
Models: RTrees, KNearest, Boost, SVM,
MLP
120
class
MLP
(LetterStatModel):
149
models = [RTrees, KNearest, Boost, SVM,
MLP
] # NBayes
Completed in 1353 milliseconds