吴恩达机器学习第五道编程题SVM

1.数据集
下载MNIST数据集http://yann.lecun.com/exdb/mnist/index.html
读取数据的方法参考https://blog.csdn.net/tracer9/article/details/51253604
2.libsvm工具包
下载地址:https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/
notes:该工具包版本号是3.23,不含SVMcgForClass.m,不能自动寻找最优的SVM的惩罚参数C。
配置参考:https://blog.csdn.net/abcjennifer/article/details/7370177
补充:
(1).libsvm自带的测试数据heart_scale要放到当前目录才能测试。我当时编译完成后直接在D:\MATLAB\toolbox\libsvm-3.23\matlab测试,而heart_scale默认在D:\MATLAB\toolbox\libsvm-3.23目录下,我还以为配置失败浪费了很多时间。
(2). 强调!强调!强调!在D:\MATLAB\toolbox\libsvm-3.23\matlab目录下编译后生成如下四个新文件:
在这里插入图片描述
在D:\MATLAB\toolbox\libsvm-3.23\windows目录下面也有这四个文件,但是添上这个路径亲测无效。所以必须要编译生成才行。
(3).如果改变工具包中脚本的名字或者文件的位置,必须使用命令
rehash toolboxcache
更新工具包缓存路径。(toolboxcache是加速matlab运行速度的)
3.训练和预测
参考https://blog.csdn.net/lijinjyan/article/details/45047743
也可以看看工具包里自带的readme,更全面。
最后感谢以上博主的分享,也希望这篇博文能给大家节省一点时间。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Programming Exercise 1: Linear Regression Machine Learning Introduction In this exercise, you will implement linear regression and get to see it work on data. Before starting on this programming exercise, we strongly recom- mend watching the video lectures and completing the review questions for the associated topics. To get started with the exercise, you will need to download the starter code and unzip its contents to the directory where you wish to complete the exercise. If needed, use the cd command in Octave/MATLAB to change to this directory before starting this exercise. You can also find instructions for installing Octave/MATLAB in the “En- vironment Setup Instructions” of the course website. Files included in this exercise ex1.m - Octave/MATLAB script that steps you through the exercise ex1 multi.m - Octave/MATLAB script for the later parts of the exercise ex1data1.txt - Dataset for linear regression with one variable ex1data2.txt - Dataset for linear regression with multiple variables submit.m - Submission script that sends your solutions to our servers [?] warmUpExercise.m - Simple example function in Octave/MATLAB [?] plotData.m - Function to display the dataset [?] computeCost.m - Function to compute the cost of linear regression [?] gradientDescent.m - Function to run gradient descent [†] computeCostMulti.m - Cost function for multiple variables [†] gradientDescentMulti.m - Gradient descent for multiple variables [†] featureNormalize.m - Function to normalize features [†] normalEqn.m - Function to compute the normal equations ? indicates files you will need to complete † indicates optional exercises
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值