I need to implement prof of concept of SVM digit classifier. It should be the simple which classify input i write in canvas. But I need to implement it from scratch. Language doesn’t matter.
Could anyone provide me with step by step instruction how it possible to do that. Any links for materials will be helpful. But I need something more related to practice than theory. Because I already read some theoretical articles about it. And have basic ideas how it should work, but still having some troubles how to convert this ideas to real life examples.
Thanks a lot.
This is perfcet article about SVM. They provide some theory and step by step guide – how to implement that.