随笔分类 - DeepLearning
摘要:11 SMO优化算法(Sequential minimal optimization)转自http://www.cnblogs.com/jerrylead/archive/2011/03/18/1988419.htmlSMO算法由Microsoft Research的John C. Platt在1998年提出,并成为最快的二次规划优化算法,特别针对线性SVM和数据稀疏时性能更优。关于SMO最好的资料就是他本人写的《Sequential Minimal Optimization A Fast Algorithm for Training Support Vector Machines》了。我拜读
阅读全文
摘要:源代码下载(内有注释)[python] view plaincopy#-* coding:UTF-8 -*- """ This tutorial introduces the multilayer perceptron using Theano. A multilayer perceptron is a logistic regressor where instead of feeding the input to the logistic regression you insert a intermediate layer, called the hidden
阅读全文

浙公网安备 33010602011771号