본문 바로가기
모두의 연구소 AIFFEL 교육

CS231n 4강 후기

by robotgo 2021. 1. 29.

배치사이즈 : 한번에폭돌릴때 데이터를 얼마나 줄껀지

 

https://deepinsight.tistory.com/98

https://colah.github.io/posts/2014-03-NN-Manifolds-Topology/

 

Neural Networks, Manifolds, and Topology -- colah's blog

Neural Networks, Manifolds, and Topology Posted on April 6, 2014 topology, neural networks, deep learning, manifold hypothesis Recently, there’s been a great deal of excitement and interest in deep neural networks because they’ve achi

colah.github.io

 

Activation Functions 에는 sigmoid ,tanh, ReLU, Leaky ReLU, Maxout, ELU 등이 있는데 이 Activation Functions을 통해 차원 공간을 비선형으로 구부러트려서 구분하기 어려운 값들을 구분할 수 있도록 해준다.