Clear Filters
Clear Filters

toy example in pattern recognition

15 views (last 30 days)
micpro
micpro on 18 Dec 2016
Answered: Image Analyst on 18 Dec 2016
Hi, In my homework, I must generate data (I think dataset) and apply it SVM, Gaussian Kernel, etc. And I must use "Toy example"
I search on it but unfortunately do not understand : what is toy example?
Is there any ready to use dataset related with it? or just generating random dataset with matlab? or something different? Thanks.
I add the only information in lecture note
,

Answers (2)

John D'Errico
John D'Errico on 18 Dec 2016
Edited: John D'Errico on 18 Dec 2016
"Toy example" means you must generate some sample random data of your own, then try to model it.
A "toy" is something that you play with, right? You are being asked to play with some data of your own construction, modeling it with the indicated tools. They have not given you a toy example, but told you to make one up.

Image Analyst
Image Analyst on 18 Dec 2016
Admittedly it's confusing language. I don't think most native English speakers would use that language, but I think John is most likely right. It's some kind of arbitrary user-generated data that you make up.
However it could be that he supplied toy data for you in a file. For example it could be a table of the prices of toys versus the quantity of them that were sold. Or it could be an image of two toys on a tabletop and you have to find where they are and draw a curve or line separating the two. Look over your files and make sure you don't have any files like toys.txt, toys.mat, toys.dat, toys.png, etc. that the assignment wants you to use.

Categories

Find more on Tables in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!