上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 99 下一页
摘要: http://blog.csdn.net/sunmenggmail/article/details/13998255 阅读全文
posted @ 2017-05-01 17:24 有梦就要去实现他 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/26268559 分类问题的目标变量是离散的,而回归是连续的数值。 分类问题,都用 onehot + cross entropy training 过程中,分类问题用 cross entropy,回归问题用 mean squared erro 阅读全文
posted @ 2017-05-01 17:21 有梦就要去实现他 阅读(4046) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Main_Page 阅读全文
posted @ 2017-05-01 16:45 有梦就要去实现他 阅读(7578) 评论(0) 推荐(0) 编辑
摘要: 知乎上关于似然的一个问题:https://www.zhihu.com/question/54082000 概率(密度)表达给定下样本随机向量的可能性,而似然表达了给定样本下参数(相对于另外的参数)为真实值的可能性。 http://www.cnblogs.com/zhsuiy/p/4822020.ht 阅读全文
posted @ 2017-05-01 16:44 有梦就要去实现他 阅读(2651) 评论(0) 推荐(0) 编辑
摘要: http://freemind.pluskid.org/machine-learning/softmax-vs-softmax-loss-numerical-stability/ softmax 在 Logistic Regression 里起到的作用是将线性预测值转化为类别概率 1.最大似然估计通 阅读全文
posted @ 2017-05-01 15:46 有梦就要去实现他 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 维基上corss entropy的一部分 知乎上也有一个类似问题:https://www.zhihu.com/question/36307214 cross entropy有二分类和多分类的形式,分别对应sigmoid和softmax The logistic loss is sometimes c 阅读全文
posted @ 2017-05-01 12:35 有梦就要去实现他 阅读(826) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/rocketfan/p/4083821.html lr的损失函数是 cross entropy loss, adaboost的损失函数是 expotional loss ,svm是hinge loss,常见的回归模型通常用均方误差loss。 在神经网络中 阅读全文
posted @ 2017-05-01 12:33 有梦就要去实现他 阅读(817) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/luo123n/article/details/48878759 https://en.wikipedia.org/wiki/Hinge_loss Note that y should be the "raw" output of the classifie 阅读全文
posted @ 2017-04-28 10:47 有梦就要去实现他 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 在caffe中计算某个model的整个net以及各个layer的向前向后传播时间,可以使用下面的命令格式: 其中model指向待测model的prototxt文件,-iterations后面的100表示迭代100次,-gpu 0 表示使用第一张显卡来计算时间,若使用CPU计算,将solver.pro 阅读全文
posted @ 2017-04-26 11:18 有梦就要去实现他 阅读(420) 评论(0) 推荐(0) 编辑
摘要: caffe的model zoo里面有许多已有的模型,不仅有模型的prototxt,还有训练好的参数,可以下载来做fine tuning https://github.com/BVLC/caffe/wiki/Model-Zoo 下载的方式有以下几种: 1.直接去这个网址下载:http://dl.caf 阅读全文
posted @ 2017-04-26 11:14 有梦就要去实现他 阅读(465) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 99 下一页