Machine Learning week_2 Environment Setup Instructions
PerFace
第二周会使用矩阵来扩充之前的线性回归和梯度下降。
第二周一开始,吴恩达老师在课程开始前,引导我们做 MATLAB 和 Octave 的前期准备工作。这两个都可以完成编程作业。给了Octave的 Windows安装,Mac OS安装 Linux安装。MATLAB 可以在 MATLAB Online 上进行编程,只需要一个MathWorker的账号就可以了。如果没有账号就不能利用作业给的数据文件。为什么不能安装MATLAB呢?因为它并不是免费的。
期间给出了一个MATLAB的编程作业相关文件,编程作业需要这些数据文档。由于MATLAB和Octave的不同,这里的资料适用于MATLAB。而后课程的作业虽然会给数据文档,不过默认是Octave的,所以如果要用MATLAB做编程作业的话,一定要下载这个ZIP包。
最后还给出了 MATLAB 和 Octave 的一些教程。有视频有文档。
接着就是机器学习课程的教学视频了。
0 Environment Setup Instructions
0.1 Setting Up Your Programming Assignment Environment
-
Octave is a free, open-source application available for many platforms. It has a text interface and an experimental graphical one.
-
MATLAB is proprietary software, but a free trial license to MATLAB Online is being offered for the completion of this course.
0.2 Access to MATLAB Online and the Exercise Files for MATLAB Users
Exercise Files for MATLAB Users
0.3 Installing Octave on Windows
....
0.4 Installing Octave on Mac OS X (10.10 Yosemite and 10.9 Mavericks)
....
0.5 Installing Octave on GNU/Linux
....
0.6 More Octave/MATLAB resources
0.6.1 Octave Resources
At the Octave command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation can be found at the Octave documentation pages.
Octave also have an Online Website https://octave-online.net/
0.6.2 MATLAB Resources
At the MATLAB command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation can be found at the MATLAB documentation pages.
0.6.3 Introduction to MATLAB with Onramp
Made for MATLAB beginners or those looking for a quick refresh, the MATLAB Onramp is a 1-2 hour interactive introduction to the basics of MATLAB programming. Octave users are also welcome to use Onramp (requires creation of a free MathWorks account). To access Onramp:
-
If you don’t already have one, create a MathWorks account at: https://www.mathworks.com/mwaccount/register
-
Go to: https://matlabacademy.mathworks.com/ and click on the MATLAB Onramp button to start learning MATLAB!
0.6.4 MATLAB Programming Tutorials
These short tutorial videos introduce MATLAB and cover various programming topics used in the assignments. Feel free to watch some now and return to reference them as you work through the programming assignments. Many of the topics below are also covered in MATLAB Onramp. *Indicates content covered in Onramp.
0.6.5 Get Started with MATLAB and MATLAB Online
The teaching video here is from YouTube. No longer listed.
Assignment
大模型时代,文字创作已死。2025年全面停更了,世界不需要知识分享。
如果我的工作对您有帮助,您想回馈一些东西,你可以考虑通过分享这篇文章来支持我。我非常感谢您的支持,真的。谢谢!
作者:Dba_sys (Jarmony)
转载以及引用请注明原文链接:https://www.cnblogs.com/asmurmur/p/15389549.html
本博客所有文章除特别声明外,均采用CC 署名-非商业使用-相同方式共享 许可协议。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律