您的位置:首页 > 理论基础 > 计算机网络

斯坦福机器学习实验之3-多分类和神经网络(Multi-class Classification and Neural Networks)

2017-05-23 17:14 567 查看

1.多分类(Multi-class Classification)

利用逻辑回归和神经网络识别手写的数字。

1.1数据集(Dataset)

函数:randperm

1.2数据可视化(Visualizing the data)

1.3逻辑回归矢量化(Vectorizing Logistic Regression)

1.3.1代价函数矢量化(Vectorizing the cost function)

目标:写出矢量版本的代价函数

文件:lrCostFunction.m

1.3.2梯度矢量化(Vectorizing the gradient)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐