* stackoverflow: how does BLAS get such extern performance * Howto optimizate GEMM http://wiki.cs.utexas.edu/rvdg/HowToOptimizeGemm/ * ulmBLAS: http://apfel.mathematik.uni-ulm.de/~lehn/sghpc/gemm/ * CPU intrisics optimizations: http://www.cnblogs.com…
@http://www-cs-faculty.stanford.edu/people/karpathy/cvpr2015papers/ CVPR 2015 papers (in nicer format than this) maintained by @karpathy NEW: This year I also embedded the (1,2-gram) tfidf vectors of all papers with t-sne and placed them in an interf…
这篇blog,原来是西弗吉利亚大学的Li xin整理的,CV代码相当的全,不知道要经过多长时间的积累才会有这么丰富的资源,在此谢谢LI Xin .我现在分享给大家,希望可以共同进步!还有,我需要说一下,不管你的理论有多么漂亮,不管你有多聪明,如果没有实验来证明,那么都是错误的. OK~本博文未经允许,禁止转载哦! By wei shen Reproducible Research in Computational Science “It doesn't matter how beautif…
Introduction Optimization is always the ultimate goal whether you are dealing with a real life problem or building a software product. I, as a computer science student, always fiddled with optimizing my code to the extent that I could brag about its…
http://aria42.com/blog/2014/12/understanding-lbfgs/ Numerical optimization is at the core of much of machine learning. Once you’ve defined your model and have a dataset ready, estimating the parameters of your model typically boils down to minimizing…