Feeds
질문
Image Feature Extraction for Signature Recognition
I am currently doing a Signature Recognition System for my academic achievement. I would like to use the image features as the i...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
About Neural Network Training Process
Hello, I am facing some problems on the training process with my data set. Here is my situation, I have 25 images in 1 set(total...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How to determine if the simulated result is matched?
Here is my code: inputData = rand(5, 56); targetData = eye(56); simInput = [a;b;c;d;e]; %%assume the value match 1 of...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Can I train 2 input data with 1 target data within the same network?
I have data set A and data set B, both of them are 5x56 matrix, and my target data = eye(56), so now can I train the data within...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to determine the target data during creating neural network using nntool?
Hi, I am new to Matlab, currently I am doing a project to recognize the signature. My input data is <220x240 logical> which i o...
10년 초과 전 | 답변 수: 0 | 0
