본문 바로가기

Study/CS231n7

CS231n - Lecture 7 (Regularization) CS231n Lecture7 - Training Neural NetworksⅡ의 후반부를 듣고, 동아리 세미나 수강 후 정리한 내용입니다. 오류를 발견하시면 댓글로 말씀해주세요. CS231n Convolutional Neural Networks for Visual Recognition Table of Contents: Learning In the previous sections we’ve discussed the static parts of a Neural Networks: how we can set up the network connectivity, the data, and the loss function. This section is devoted to the dynamics, or in other .. 2021. 6. 8.
CS231n - Lecture 7 (Optimizer) CS231n Lecture7 - Training Neural NetworksⅡ의 전반부를 듣고 직접 제작한 PPT 자료입니다. 오류를 발견하시면 댓글로 말씀해주세요! (제가 발표를 담당한 주의 필기는 발표 대본으로 작성하기 때문에 다른 정리 포스트와 말투가 조금 다를 수 있습니다.) CS231n Convolutional Neural Networks for Visual Recognition Table of Contents: Learning In the previous sections we’ve discussed the static parts of a Neural Networks: how we can set up the network connectivity, the data, and the loss func.. 2021. 6. 6.
CS231n - Lecture 6 (Training Neural Networks I) CS231n Lecture6 - Training Neural Networks를 듣고 정리한 내용입니다. 오류를 발견하시면 댓글로 말씀해주세요. (강의 노트와 강의 영상의 분량이 정확하게 일치하지 않아 내용이 겹치는 강의노트의 링크를 모두 첨부하고 있습니다.) 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 .. 2021. 5. 14.
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.