취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

Neural networks using Machine Learning Toolkit

I'm trying to do handwritten character recognition using Machine Learning Toolkit but it seems to give me random outputs. The database and classes seem fine. But the output is either zero or random numbers. 

0 포인트
1/12 메시지
7,828 조회수

Could you please upload an example? So we can identify the problem. Thanks.

0 포인트
2/12 메시지
7,810 조회수

Thanks for your concern.

New.vi is the program, book.xls is the database of handwritten numbers (0-9) in binary format. It has 8 rows of 1-d arrays representing each number.

Book class.xls is the class value for each number.

 

-$hiv@
모두 다운로드
0 포인트
3/12 메시지
7,788 조회수

The data from xls files are 80-by-x matrices. Each row represents one sample. That is exactly the format for MLT. So you do not have to tranpose the matrices.

 

At the mean time, I found a bug in MLT. I attach the new VIs in the zip file. Please copy NILabs_MLT.lvlib to <LabVIEW>\vi.lib\addons\Machine Learning and the other VIs to <LabVIEW>\vi.lib\addons\Machine Learning\Supervised Learning.

 

However, I do not know what is the best parameters for this particular application. You may have to try different parameters.

모두 다운로드
4/12 메시지
7,775 조회수

Thank you for sending the updated vi. It seems to work fine when i give test inputs from that training test vi but when i give different inputs (not the test data output) to the system it gives the same class value for different inputs.

For e.g: 200154 is read as 111111 or 222222 or 888888.

Does the size of the input array affect it?

 

0 포인트
5/12 메시지
7,748 조회수

The input data, 'Training data samples', is a 2D array. Each row represents one sample. The number of columns is usually determined by the model. In your case, that is the number of pixels in the image. Of course, if you can preprocess your data to reduce the size, it will be helpful. The number of rows is equal to the number of samples you have for training. Usually the more, the better. However larger data set will cause longer training time.

 

You mentioned: 'when you give different inputs to the system it gives the same class value for different inputs'. I would suggest you to add more training samples, and increase the value of 'max iteration'.

0 포인트
6/12 메시지
7,731 조회수

Hi duetcat,

 

Has this bug been resolved in the newer versions of the toolkit, or we still need to replace the VIs?

 

Thank you.

0 포인트
7/12 메시지
7,436 조회수

Hi Socrat,

 

We do not have a new release for this toolkit recently. So we still have to replace the vi manually.

 

Regards,

duetcat

0 포인트
8/12 메시지
7,421 조회수

hi..  my work on accelerometer based hand gesture recognition has resemblence to your work.. it would be of great help if you could help me out ..  have generated a database array comprising of 6 features for 50 samples.  what modification should i make to the above vi as my test data is the feature set generated from an real time  accerometer signal.. 

 

0 포인트
9/12 메시지
7,100 조회수

i have connected  the datebase array  and trainging output directly to BP Learn without using training and testing block.  similarly have applied test data array to BP evaluate block. dont know what to do with the test output terminals..

 

 

0 포인트
10/12 메시지
7,087 조회수