![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7445568_1529525335331_DEF.jpg)
LukasJ
Followers: 0 Following: 0
Feeds
回答済み
Neural Network not updating weights after configuration
Dear Uday, I tried to determine the best network architecture first by looping over the neurons of the first and second layer. ...
Neural Network not updating weights after configuration
Dear Uday, I tried to determine the best network architecture first by looping over the neurons of the first and second layer. ...
4年以上 前 | 0
質問
Neural Network not updating weights after configuration
Dear all, I created a very simple feedforwardnet using the following code: % set up numknot = 14; net = feedforwardnet([nu...
4年以上 前 | 2 件の回答 | 0
2
回答質問
Replacing specfic numbers in string
Dear all, I have got a substring and an array which look like this substr={'B0.2Si0.05'}; numarray = [0.184320000000000 0.046...
4年以上 前 | 2 件の回答 | 0
2
回答回答済み
Extracting string and number pairs from a mixed string
ok so numbers = str2double(regexp(myString,'[\d.]+','match')); does give me the numbers but words = regexp(myString,'[\w*]+...
Extracting string and number pairs from a mixed string
ok so numbers = str2double(regexp(myString,'[\d.]+','match')); does give me the numbers but words = regexp(myString,'[\w*]+...
約5年 前 | 0
質問
Extracting string and number pairs from a mixed string
Dear all, I have read in material data and have gotten an array of chemical compositions of the type (chr): 'Fe61Zr8Co7Mo15B...
約5年 前 | 2 件の回答 | 0