|
|
EE509
|
|
Homework #6
Due: Tuesday, 11/21/05 -
Follow the example from the class notes to convert
the binary bitmap in to a fuzzy feature set. -
The final classifier program must take a file in
the format of the training set as the input, show the scores for all
digits from 0 to 9, and show the recognized digit. Materials and hints: - The training data and Matlab functions to access them are supplied here. - Run
readme.m to look at all training patterns. - Depending
on how you have implemented the fuzzify() function in the fuzzy
toolbox, you may want to reuse it for computing fuzzy features. - Train a
single digit classifier at a time. - A
suggestion for the fitness function: a classifier will have maximum
fitness when it recognizes all correct patterns in the training set
with a score of 1, and scores all other patterns in the training set
with a score of 0. (Example: all paterns for digit 3 are recognized as
3 with a score of 1.0, while patterns for digits 0-2,4-9 are scored as
0.0) - Follow
the in-class discussion on the specifics of implementation. Grading:
|
|
|
Last Updated: |
Contact the instructor at: esazonov@clarkson.edu
|