본문 바로가기

LECTURE4

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 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.