吴恩达 Machine Learning
coco_1998_2
所有出自我手底下的东西,我自己收益最丰--侯俊杰
展开
-
Coursera 吴恩达 Machine Learning 课程 week 11 quiz
Application: Photo OCR:每小时给240个数据打标签,10,000 /240 * 10原创 2020-03-06 09:01:07 · 506 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 8 quiz
完整编程作业代码 GitHub 地址:https://github.com/coco-1998-2/Andrew-NG-Machine-Learning-Coursera100%本地运行通过,不要直接拷贝,debug有问题的时候参考下就好。若是感觉有用,别忘记Star哦~K-means algorithm 内嵌试题:OptimizationObjective:Cho...原创 2020-02-21 13:01:31 · 528 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 7 quiz
Kernels II :Using an SVM:原创 2020-02-17 19:35:07 · 447 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 5 quiz
1.Question 1You are training a three layer neural network and would like to use backpropagation to compute the gradient of the cost function. In the backpropagation algorithm, one of the steps is to...原创 2020-02-10 15:41:58 · 1146 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 6 quiz
课程内嵌练习:原创 2020-02-05 12:33:05 · 512 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 5 Quiz
可以有负数 减去平均值,除以(max-min)J值增加,说明a 取值过大 数据量与特征数量都不大,可以直接选用normal equation特征变量数量大于一万,Normal equation 运算会比较慢,应考虑用梯度下降Backpropagation Algorithm 视频中嵌入问题:练习1Which o...原创 2020-01-09 11:40:32 · 397 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 week 4 Quiz
选择A解析:分析可知,theta1和2的区别在于调换了两个向量的位置,原来的a1(2)=g(theta[1]*X),a1(2)=g(theta[2]*X),如今theta向量互调位置,则第二层a1,a2也要互调位置,故要求h,再将theta(2)调换位置即可,所以不变。~~~~~~~~~~~~~~~~~~~~~~~~~~...原创 2019-11-17 22:20:36 · 493 阅读 · 0 评论 -
吴恩达 Machine Learning 第三周 Quiz 正确答案 - Regularization
正确答案:第四题做错了,待提交第二版正确后再行修改。~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~阅读后感觉有收获,可以考虑请作者喝咖啡☕️:...原创 2019-08-31 19:45:21 · 1022 阅读 · 0 评论 -
吴恩达 Machine Learning 第二周 Quiz 正确答案 - Octave/Matlab Tutorial
正确答案:原创 2019-07-11 17:33:21 · 1157 阅读 · 0 评论 -
Coursera 吴恩达 Machine Learning 课程 ex1编程作业代码
完整工程请访问我的GitHub仓库:Andrew-NG-Machine-Learning-Courseraex1.m%% Machine Learning Online Class - Exercise 1: Linear Regression% Instructions% ------------%% This file contains code that helps...原创 2019-08-26 16:40:50 · 367 阅读 · 0 评论 -
机器学习 - Mac下安装octave
吴恩达的Machine Learning课程中需要使用octave,记录一下mac下使用brew安装octave的步骤:步骤:安装Xcode工具:在终端中输入:xcode-select --install安装brew工具:在终端中输入:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/ins...原创 2019-08-17 21:05:26 · 649 阅读 · 0 评论