-
这学期选修了 **智能计算实验** 课程,收获良多,在学习完林轩田的课程之后就开始学习深度学习
-
# Image Classification | yanzzzz blog
website:CS231n: Convolutional Neural Networks for Visual Recognition 影像分類是電腦視覺的核心任務,但其中有許多障礙要克服 遇到的問題Semantic Gap 語義鴻溝 Semantic Gap指的是在不同系統中形成的結構造成差異 人眼傳送到大腦所看到的…
-
# CS231n | Lecture6. Training Neural Networks 1
이번 포스트에서는 스탠포드 대학 CS231n 6강에서 학습한 내용을 정리하겠습니다. 이번 강의에서는 Neural Network 를 학습하는데 필요한 구체적인 개념과 방법에 대해 알아보겠습니다.
[https://ai-rtistic.ml/2021/10/29/cs231n-l…
-
# CS231n | Lecture5. Convolutional Neural Networks
이번 포스트에서는 스탠포드 대학 CS231n 5강에서 학습한 내용을 정리하겠습니다. 이번 강의에서는 CNN 에서 주로 사용되는 Convolution Layer 에 대해서 자세히 알아보겠습니다.
[https://ai-rtistic.ml/2021/10/21/cs231…
-
斯坦福CS231n:面向视觉识别的卷积神经网络
CS231n课程翻译系列
课程教师Andrej Karpathy
-
https://www.hotheat.top/archives/cbd20b23.html
整理 KNN.ipynb 作业过程中学到的代码。
-
答主您好!您的作业非常高质量,给了我很多启发,首先向您表达我的感谢~
我对第一次作业的KNN部分的inline Q2 有个小问题,课程视频不是说L1范数是坐标系敏感的吗?为什么第5个选项--调整坐标系--对图片的相似性没有影响呢?
希望得到您的解答~
-
Let us say I want to access:
> http://cs231n.stanford.edu/
This add-on redirects to:
> https://ai.stanford.edu/
Now, if I want to add the website to the list of exclusions using the icon i…
-
Compute corresponding index and read from input images directly.
An efficient implementation of convolutional layers which does not require extra memory space, which leads to larger batch size N and…
-
[Original CS231n](http://cs231n.github.io/python-numpy-tutorial/ ) follows Python3.5 for the class, however the notebook seems to be still at Python2.7.
From Original CS231n site:
![image](https:/…