Statistiques
RANG
199 327
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Deployed library: Undefined variable "classreg"
I have a deployed MATLAB library in Java running on Red Hat linux, in tomcat. I make a prediction with SVM and I get the followi...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
SVM: The maximum of posterior probabilities greater than the posterior probability of the label
I use fitcecoc to classify data and I calculate the posterior probabilities. I expect that the posterior probability of the pred...
presque 10 ans il y a | 1 réponse | 0
0
réponseA résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 10 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 10 ans il y a
Question
How to find the best performance values for multistep ahead prediction?
With narnet in a loop I am looking for the best hidden layer size for my network in terms of future predictions. I do a multiste...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Good performance, poor output with NARNET
I use narnet to predict multistep ahead and my performance values are quite good: NMSEs = 0.2560 openLoopPerformance = ...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
Using deployed neural network
I have two variables, one of them consists a series (x) from 1 to 365 (days) and the other consists real numbers (y). I use nonl...
plus de 10 ans il y a | 2 réponses | 0
