티스토리 뷰

Neural Networks

  • "Neural networks are computing system as vaguely inspired by the biological neural networks that constitute animal brains."
  • Neural networks are function approximators that stack affine transformations followed by nonlinear transformations.

ex) GoogLeNet, ResNet

 

Linear Neural Networks

  • We compute the partial derivatives w.r.t the optimization variables.
  • Then, we iteratively update the optimization variables. 편미분을 구하고, 이후에 빼주는 식으로 계산.
  • of course, we can handle multi dimensional input and output

one way of interpreting a matrix is to regard it as a mapping between two vector spaces.

 

Multi-Layer Perceptron

  • Regression Task
  • True target, Predicted output
  • Classification Task
  • Probabilistic Task
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함