본문 바로가기

ai4

CS231n - Lecture 5 (ConvNet) CS231n Lecture5 - Convolutional Neural Networks을 듣고 정리한 내용입니다. 오류를 발견하시면 댓글로 말씀해주세요. CS231n Convolutional Neural Networks for Visual Recognition Table of Contents: Convolutional Neural Networks (CNNs / ConvNets) Convolutional Neural Networks are very similar to ordinary Neural Networks from the previous chapter: they are made up of neurons that have learnable weights and biases. Each neuron rece.. 2021. 5. 9.
CS231n - Lecture 4 (Backpropagation) CS231n Lecture 4를 듣고 작성한 내용입니다. 오류 발견 시 댓글로 말씀해주시면 수정하겠습니다. CS231n Convolutional Neural Networks for Visual Recognition Table of Contents: Quick intro It is possible to introduce neural networks without appealing to brain analogies. In the section on linear classification we computed scores for different visual categories given the image using the formula \( s = W x \), whe cs231n.github.io 지난 강.. 2021. 5. 9.
CS231n - Lecture 3 (Loss Functions) CS231n Lecture 3를 듣고 정리한 내용입니다. 발표를 위해 직접 제작한 ppt와 당시 설명했던 내용들을 첨부합니다. 만약 틀린 내용이 있다면 언제든 댓글로 알려주세요! 수정하겠습니다 :) CS231n Convolutional Neural Networks for Visual Recognition Table of Contents: Linear Classification In the last section we introduced the problem of Image Classification, which is the task of assigning a single label to an image from a fixed set of categories. Morever, we described the.. 2021. 4. 8.
CS231n - Lecture 2 앞으로 12주간 아래의 강의를 듣고 공부한 내용을 포스팅합니다. Stanford University CS231n, Spring 2017 CS231n: Convolutional Neural Networks for Visual Recognition Spring 2017 http://cs231n.stanford.edu/ www.youtube.com CS231n Convolutional Neural Networks for Visual Recognition This is an introductory lecture designed to introduce people from outside of Computer Vision to the Image Classification problem, and the data-dr.. 2021. 3. 30.