Timedelaynet problem even though with the exact example on the website

1 vue (au cours des 30 derniers jours)
Gorkem Akgul
Gorkem Akgul le 3 Déc 2020
Hi, even though i'm using the code on MathWorks' page the code rises the error. Can someone help me about the problem ? I'm using matlab 2020a İ couldn't solve it by myself.
>> net = timedelaynet(1:2,10)
Not enough input arguments.
Error in mse (line 2)
mseValue = mean((ytrue-ypred).^2,"omitnan");
Error in network>new_network (line 142)
net.performParam = mse('defaultParam');
Error in network (line 71)
net = new_network(varargin{:});
Error in feedforwardnet>create_network (line 105)
net = network;
Error in feedforwardnet (line 73)
net = create_network(param);
Error in timedelaynet>create_network (line 114)
net = feedforwardnet(param.hiddenSizes,param.trainFcn);
Error in timedelaynet (line 82)
net = create_network(param);

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by