|
|
@@ -2,7 +2,7 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'> |
|
|
|
<title>index.md</title><link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --code-block-bg-color: inherit; } |
|
|
|
<title>index.md</title><link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --code-block-bg-color: inherit; } |
|
|
|
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; } |
|
|
|
body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; } |
|
|
|
a:active, a:hover { outline: 0px; } |
|
|
@@ -38,7 +38,8 @@ p { -webkit-margin-before: 1rem; -webkit-margin-after: 1rem; -webkit-margin-star |
|
|
|
a { cursor: pointer; } |
|
|
|
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; } |
|
|
|
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; margin: 4px 0px 0px; } |
|
|
|
figure { max-width: 100%; overflow-x: auto; margin: 0px; } |
|
|
|
#write > figure:first-child { margin-top: 16px; } |
|
|
|
figure { overflow-x: auto; margin: -8px 0px 0px -8px; max-width: calc(100% + 16px); padding: 8px; } |
|
|
|
tr { break-inside: avoid; break-after: auto; } |
|
|
|
thead { display: table-header-group; } |
|
|
|
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; } |
|
|
@@ -220,7 +221,7 @@ header, .context-menu, .megamenu-content, footer { font-family: "Segoe UI", Aria |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body class='typora-export' > |
|
|
|
<div id='write' class = 'is-node show-fences-line-number'><h1><a name='header-n135' class='md-header-anchor '></a>吴恩达(Andrew Ng)机器学习公开课中文笔记</h1><p>电子版笔记基于手写笔记,时间有限再加上为了追求清晰精确,更新较慢请大佬们谅解😭。</p><p>码的很辛苦,大佬们如果觉得笔记整理的还不错,记得保持关注,也欢迎分享哦。</p><p>感谢支持(*^_^*)。</p><p><a href='https://github.com/scruel/ML-AndrewNg-Notes/'>GitHub 项目首页</a> | <a href='https://zhuanlan.zhihu.com/p/32781741'>知乎文章</a></p><p> </p><p><a href='./week1.html'>week1</a></p><ol start='' ><li>引言(Introduction)</li><li>单变量线性回归(Linear Regression with One Variable)</li></ol><p><a href='./week2.html'>week2</a></p><ol start='3' ><li>线性代数回顾(Linear Algebra Review)</li><li>多变量线性回归(Linear Regression with Multiple Variables)</li><li>Octave/Matlab 指南(Octave/Matlab Tutorial)</li></ol><p><a href='./week3.html'>week3</a></p><ol start='6' ><li>逻辑回归(Logistic Regression)</li><li>正则化(Regularization)</li></ol><p><a href='./week4.html'>week4</a></p><ol start='8' ><li>神经网络:表达(Neural Networks: Representation)</li></ol><p><a href='./week5.html'>week5</a></p><ol start='9' ><li>神经网络:学习(Neural Networks: Learning)</li></ol><p><a href='./week6.html'>week6</a></p><ol start='10' ><li>机器学习应用的建议(Advice for Applying Machine Learning)</li><li>机器学习系统设计(Machine Learning System Design)</li></ol><p><a href='./week7.html'>week7</a></p><ol start='12' ><li>支持向量机(Support Vector Machines)</li></ol><p><a href='./week8.html'>week8</a></p><ol start='13' ><li>无监督学习(Unsupervised Learning)</li><li>降维(Dimensionality Reduction)</li></ol><p><a href='./week9.html'>week9</a></p><ol start='15' ><li>异常检测(Anomaly Detection)</li><li>推荐系统(Recommender Systems)</li></ol><p><a href='./week10.html'>week10</a></p><ol start='17' ><li>大规模机器学习(Large Scale Machine Learning)</li></ol><p><a href='./week11.html'>week11</a></p><ol start='18' ><li>实战:图像光学识别(Application Example: Photo OCR)</li></ol><p> </p><p> </p><h2><a name='header-n238' class='md-header-anchor '></a>License</h2><p><a href='http://creativecommons.org/licenses/by-nc/4.0/' target='_blank'><img src='https://i.creativecommons.org/l/by-nc/4.0/88x31.png' alt='Creative Commons License' /></a></p><p>This work is licensed under a <a href='http://creativecommons.org/licenses/by-nc/4.0/' target='_blank'>Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p><p> </p><p>By: Scruel</p><p> </p><p><div style="display:none"> |
|
|
|
<div id='write' class = 'is-node show-fences-line-number'><h1><a name='header-n0' class='md-header-anchor '></a>吴恩达(Andrew Ng)机器学习公开课中文笔记</h1><p>电子版笔记基于手写笔记,时间有限再加上为了追求清晰精确,更新较慢请大佬们谅解😭。</p><p>码的很辛苦,大佬们如果觉得笔记整理的还不错,记得保持关注,也欢迎分享哦。</p><p>感谢支持(*^_^*)。</p><p>有打赏需求的大佬们,<del>支付宝账号即为 GitHub 主页邮箱--</del>,嗯……应该没有吧。</p><p><a href='https://github.com/scruel/ML-AndrewNg-Notes/'>GitHub 项目首页</a> | <a href='https://zhuanlan.zhihu.com/p/32781741'>知乎文章</a></p><p> </p><p><a href='./week1.html'>week1</a></p><ol start='' ><li>引言(Introduction)</li><li>单变量线性回归(Linear Regression with One Variable)</li></ol><p><a href='./week2.html'>week2</a></p><ol start='3' ><li>线性代数回顾(Linear Algebra Review)</li><li>多变量线性回归(Linear Regression with Multiple Variables)</li><li>Octave/Matlab 指南(Octave/Matlab Tutorial)</li></ol><p><a href='./week3.html'>week3</a></p><ol start='6' ><li>逻辑回归(Logistic Regression)</li><li>正则化(Regularization)</li></ol><p><a href='./week4.html'>week4</a></p><ol start='8' ><li>神经网络:表达(Neural Networks: Representation)</li></ol><p><a href='./week5.html'>week5</a></p><ol start='9' ><li>神经网络:学习(Neural Networks: Learning)</li></ol><p><a href='./week6.html'>week6</a></p><ol start='10' ><li>机器学习应用的建议(Advice for Applying Machine Learning)</li><li>机器学习系统设计(Machine Learning System Design)</li></ol><p><a href='./week7.html'>week7</a></p><ol start='12' ><li>支持向量机(Support Vector Machines)</li></ol><p><a href='./week8.html'>week8</a></p><ol start='13' ><li>无监督学习(Unsupervised Learning)</li><li>降维(Dimensionality Reduction)</li></ol><p><a href='./week9.html'>week9</a></p><ol start='15' ><li>异常检测(Anomaly Detection)</li><li>推荐系统(Recommender Systems)</li></ol><p><a href='./week10.html'>week10</a></p><ol start='17' ><li>大规模机器学习(Large Scale Machine Learning)</li></ol><p><a href='./week11.html'>week11</a></p><ol start='18' ><li>实战:图像光学识别(Application Example: Photo OCR)</li></ol><p> </p><p> </p><h2><a name='header-n103' class='md-header-anchor '></a>License</h2><p><a href='http://creativecommons.org/licenses/by-nc/4.0/' target='_blank'><img src='https://i.creativecommons.org/l/by-nc/4.0/88x31.png' alt='Creative Commons License' /></a></p><p>This work is licensed under a <a href='http://creativecommons.org/licenses/by-nc/4.0/' target='_blank'>Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p><p> </p><p>By: Scruel</p><p> </p><p><div style="display:none"> |
|
|
|
<script>document.title = document.body.firstElementChild.firstElementChild.innerText</script> |
|
|
|
<script src="https://s19.cnzz.com/z_stat.php?id=1272117433&web_id=1272117433" language="JavaScript"></script> |
|
|
|
</div></p></div> |
|
|
|