CS231n 笔记汇总

CS231n 笔记汇总

http://cs231n.github.io/convolutional-networks/

CS231n的全称是CS231n: Convolutional Neural Networks for Visual Recognition,即面向视觉识别的卷积神经网络。该课程是斯坦福大学计算机视觉实验室推出的课程。需要注意的是,目前大家说CS231n,大都指的是2016年冬季学期(一月到三月)的最新版本。

所有笔记汇总
https://zhuanlan.zhihu.com/p/21930884

图像分类笔记

上篇

https://zhuanlan.zhihu.com/p/20894041?refer=intelligentunit

下篇

https://zhuanlan.zhihu.com/p/20900216?refer=intelligentunit

线性分类笔记

上篇

https://zhuanlan.zhihu.com/p/20918580?refer=intelligentunit

中篇

https://zhuanlan.zhihu.com/p/20945670?refer=intelligentunit

下篇

https://zhuanlan.zhihu.com/p/21102293?refer=intelligentunit

最优化笔记

上篇

https://zhuanlan.zhihu.com/p/21360434?refer=intelligentunit

下篇

https://zhuanlan.zhihu.com/p/21387326?refer=intelligentunit

反向传播笔记

https://zhuanlan.zhihu.com/p/21407711?refer=intelligentunit

神经网络笔记1

上篇

https://zhuanlan.zhihu.com/p/21462488?refer=intelligentunit

下篇

https://zhuanlan.zhihu.com/p/21513367?refer=intelligentunit

神经网络笔记2

https://zhuanlan.zhihu.com/p/21560667?refer=intelligentunit

神经网络笔记 3

上篇

https://zhuanlan.zhihu.com/p/21741716?refer=intelligentunit

下篇

https://zhuanlan.zhihu.com/p/21798784?refer=intelligentunit

卷积神经网络

https://zhuanlan.zhihu.com/p/22038289?refer=intelligentunit

### 关于李飞飞 CS231n 课程笔记 CS231n 是由斯坦福大学推出的深度学习与计算机视觉方向的专业课程,该课程的设计者和主讲人之一是著名的计算机视觉专家李飞飞教授[^1]。此课程涵盖了神经网络、卷积神经网络(CNN)、图像识别等多个重要主题,并深入探讨了诸如循环神经网络(RNN)、注意力机制以及生成对抗网络等前沿技术[^2]。 对于希望获取李飞飞 CS231n 课程笔记的学生或研究人员来说,官方提供了丰富的资源支持: - **官方网站**:访问[Stanford Vision and Learning Lab](http://cs231n.stanford.edu/)可以找到最新的课程资料,包括但不限于幻灯片、视频讲座及作业项目。 - **GitHub仓库**:许多学生会将自己的学习心得整理成文档并发布至个人 GitHub 账号下,这些开源笔记往往包含了详细的理论解释和技术实现细节。例如,“Awesome-CS231n”这类集合型仓库汇总了大量的优质笔记链接供查阅。 值得注意的是,在实践应用方面,尽管两层的简单前馈神经网络理论上能够逼近任意连续函数,但由于其结构上的局限性使得它在处理复杂模式时表现不佳;相比之下,多层感知器即所谓的“深”架构则因其更强的数据特征捕捉能力和更优的学习效率而被广泛采用[^3]。 ```python import requests from bs4 import BeautifulSoup url = 'https://github.com/search?q=CS231n+notes&type=repositories' response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') repos = soup.find_all('a', class_='v-align-middle') for repo in repos[:5]: print(f"- [{repo['href']}](https://github.com{repo['href']})") ``` 上述代码片段展示了如何利用 Python 编写简单的爬虫程序来搜索 GitHub 上有关 CS231n 的笔记仓库地址(仅作示例用途,请遵守各平台 API 使用条款)。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值