top | item 9169933

(no title)

shazam | 11 years ago

Interesting but how is a NN necessary instead of examining pixel values?

discuss

order

nitrogen|11 years ago

I haven't looked at this code, but as a guess, a good NN could learn color names rather than having them explicitly defined, it could learn to compensate for lighting and white balance in photos, and it could recognize which color in a multi-color scene is the "main" color.

zamalek|11 years ago

I would assume it's a practical (although not entirely useful) example of a hopfield network. If you look at the wikipedia page for it[1] there is little to no information on what you would use it for, seeing an example of practical usage is great for figuring out other practical applications for a hopfield network.

[1]:http://en.wikipedia.org/wiki/Hopfield_network

raverbashing|11 years ago

Yeah, I really don't think so, maybe an SVM would be more adequate for this case?

It's pretty much linear and 3-dimensional (r, g, b values) you don't need a complicated structure to read that