A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this ...
在ch01中添加了第一章中的损失函数(经验风险)计算方法,以及有限假设空间下的泛化误差上界计算方法,二者的C++代码实现。 2021/1/30更新内容 在ch02添加了第二章中的感知机模型的C++实现,包括随机梯度下降算法的实现及其对偶形式算法的实现,可以在有限 ...