photo

Stephen Gray


Last seen: 7 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

14 Questions
2 Réponses

RANG
29 463
of 300 771

RÉPUTATION
1

CONTRIBUTIONS
14 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
92.86%

VOTES REÇUS
1

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 969

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


Problems loading factoryReports.csv example
Hi I've just purchased the Text Analytics module and am trying out one of the demos which uses factoryReports.csv. I've downoa...

environ un an il y a | 2 réponses | 0

2

réponses

Question


Worker crashed while executing code
Warning: 1 worker(s) crashed while executing code in the current parallel pool. MATLAB may attempt to run the code again on the ...

plus d'un an il y a | 1 réponse | 1

0

réponse

Question


Error (misclassification probability or MSE)
Hi all. I am trying to use the Error (misclassification probability or MSE) function. In the help documentation it shows an ex...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Speed up Some Code
Hi all. I'm trying to speed up the code below. It's from the SMOTE function that was wrtitten for MATLAB and works really well...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Speed Up String Conversion
Hi all. I am trying to speed up string conversion of a table field as below :- GoingUC=string(table2cell(Inps(:,5))); Inps is...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Categorical to Numeric problem
Hi I have a table that has numeric and categorical items in it. I have converted the catergorical items to numeric using the...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


NN memory usage calculation
Hi all Is there a way to calculate the memory a NN will use when training? My NN is net=feedforwardnet([60,30,1]) with 12 vari...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Specify Multi core performance processor usage
Hi all. Is there a way when using multi core on a PC to specify that Matlab uses the performance cores first before using the e...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


New data from one hot encoded NN
Hi all. I have a Neural Net with a few One Hot endocded fields. Everything is working well and it is exhibiting the learning r...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
net.predictFcn produces 'Argument to dynamic structure reference must evaluate to a valid field name.'
Hi all. Solved it myself. I should have been using net(matrix) instead of predictFcn to get the results. Error is a bit misle...

plus de 2 ans il y a | 0

| A accepté

Question


net.predictFcn produces 'Argument to dynamic structure reference must evaluate to a valid field name.'
The following code works great, i.e. I get the correct result an d a good performance score. How ever when I use the net.predic...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Trained Model Predict output from unknown values
Hi all. I've got a trained horse racing model and can predict from this as the prediction variables are known at runtime :- Odd...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


fitcensemble settings to speed the process up
I have a table with 260000 records, 9 fields of which 3 are categorical, the rest are double with the ninth being the target (0 ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Feedforward Net convert from Python
Hi. I have an example of a feedforward network written in Python using an ADAM optimizer which I want to replicate in Matlab. ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Neural net backpropogation as per EasyNN-plus
Looking at this again, I think I need to be using feedforwardnet. The problem is fitting my data to the lines net = feedforwar...

plus de 6 ans il y a | 0

| A accepté

Question


Neural net backpropogation as per EasyNN-plus
Hi all. I'm not sure if anyone has heard of EasyNN-plus (EasyNN-plus) but I'm trying to build something similar in Matlab. Acc...

plus de 6 ans il y a | 3 réponses | 0

3

réponses