Feeds
已回答
Obtaining neural network formula
Dear Greg, I've found the answer to my question for this simple case: F = [-9 1 2 3 4 5 6 7 8 9 10 30 60];%neural network in...
Obtaining neural network formula
Dear Greg, I've found the answer to my question for this simple case: F = [-9 1 2 3 4 5 6 7 8 9 10 30 60];%neural network in...
9 years 前 | 0
提问
Obtaining neural network formula
Hi, I'm trying to obtain the formula from neural network using a linear simple case: F = [-9 1 2 3 4 5 6 7 8 9 10 30 60];%ne...
9 years 前 | 2 个回答 | 0
2
个回答提问
How do I extract midlines from this type of figure?
Hello, I would like to know if there is a way or a standard algorithm to extract midlines from a type of image attached below. ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Failure in a simple division
Hi everybody, I found a litle bug in a code of mine related to a failure in a simple division: >> 473/10 ans = 47.29999999...
10 years 前 | 1 个回答 | 1
1
个回答提问
Artificial neural network - weights & biases
Hi everybody, I have used net = newff(F, T,[],{},'traingdx') in MATLAB R2012a version where F is a 2x4601 input matrix and T is ...
10 years 前 | 1 个回答 | 1
1
个回答提问
How to minimaze the number of neural network input?
Hi everybody, I am trying to choose which are the best input parameters for my feedforward neural network. Actually, I have 14...
11 years 前 | 2 个回答 | 0
