OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MLP
(Results
1 - 5
of
5
) sorted by null
/external/libopus/src/
mlp.h
37
}
MLP
;
39
void mlp_process(const
MLP
*m, const float *in, float *out);
mlp.c
36
#include "
mlp
.h"
93
void mlp_process(const
MLP
*m, const opus_val16 *in, opus_val16 *out)
117
void mlp_process(const
MLP
*m, const float *in, float *out)
mlp_data.c
2
It contains multi-layer perceptron (
MLP
) weights. */
4
#include "
mlp
.h"
101
const
MLP
net = {
analysis.c
39
#include "
mlp
.h"
42
extern const
MLP
net;
488
/* Curve fitting between the
MLP
probability and the actual probability */
499
/* Represents independence of the
MLP
probabilities, where
/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 108 milliseconds