neural fitting tool

조회 수: 3 (최근 30일)
Abhishek
Abhishek 2011년 10월 31일
hello, I want to know that how do we give input data to nft using gui, what the input file is comprised of and how to make it. For example what should be input and output file if I want to make a network that takes an alphabet as input and recognize it if it is A or similar to A. Thanks in advance.
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 11월 2일
I believe the references to nft should be references to nftool .

댓글을 달려면 로그인하십시오.

답변 (3개)

Amith Kamath
Amith Kamath 2011년 10월 31일
I don't know if nftool can do handwriting recognition using images, but this may help: http://www.mathworks.com/products/neural-network/demos.html?

Vito
Vito 2011년 11월 1일
I wanted to present an example of recognition of hand-written letters with adaptation to the individual person, but File Exchange produces an error. That - there has gone not so. :)
In general. 1. The input set for Train represents font set from the smallest to the big. 2. Output - some matrix of correspondence.
Training activity in steps. 1. Training without noises. 2. Training with noises (rotation, scaling, adding noise).
I use version 7.2(Neural Network, Image Processing Toolbox). In the new version probably something has changed.
  댓글 수: 1
Abhishek
Abhishek 2011년 11월 2일
i know what the procedure is, i want to know what the input data file comprise of and how to make it in nft.

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2011년 11월 2일
Input:
Use any black-and-white or grayscale image format. .PBM files are particularly appropriate.
If you use JPEG files, be sure to run them through rgb2gray before using the data, as JPEG files tend to become RGB images at inconvenient times.
Output: Sorry, I do not know. nftool should give you several options.
  댓글 수: 1
Abhishek
Abhishek 2011년 11월 2일
can you give me a sample file

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by