Bitmap (of a signature) comparison in c#

一曲冷凌霜 提交于 2019-12-06 12:49:24

You may want to look at:SOMs for interesting pics (:D) as well as an example of how to compare image similarities.

There are two main types of Neural Networks - supervise and unsupervised. SOMs are unsupervised. Depending on your situation, you might want to take a look at supervised Neural Networks NNs are common, and quite straightforward to implement for the most part.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!