hotheat / gitalk-comments

0 stars 0 forks source link

CS231n SVM.ipynb 作业总结 | Hotheat #16

Open hotheat opened 6 years ago

hotheat commented 6 years ago

https://www.hotheat.top/archives/cf1b5064.html

SVM.ipynb 作业中主要实现了 SVM 向量化的损失函数 -向量化求解损失函数的梯度 -利用数值梯度方法验证梯度的准确性 -利用验证集调节超参数学习率和正则项系数 利用 SGD 优化损失函数 对学习得到的权重矩阵对应的分类可视化