by creyes123 on 8/20/15, 10:14 PM with 1 comments
by creyes123 on 8/21/15, 2:42 PM
The design goal of the code was to provide good results quickly via a very user friendly API. The robustness and concept drift features were added to make the code easier to use, if that makes sense. Researchers tend to care about 0.0001% better accuracy at the cost of days of runtime on a GPU. I did not set out to compete with them in any way.
I do not work in a lab. I work in the real world. I wrote the code for a specific commercial application. But I can see uses in many other settings. I have not come across any open source libraries that are even close to what I wrote. They tend to be toolkits for machine learning experts.
Several have suggested testing the code against MNIST. Looking into it. I already know the results would be good but not great. I know I cannot compete with an expert using an existing toolkit. But I'll bet my code could easily beat a non-expert using another toolkit. Hope that clears things up.