[부스트캠프 AI Tech 5기] Pre-Course : (18) 뉴럴 네트워크 - MLP

araseo·2022년 12월 23일
0
post-thumbnail

📖 Neural Networks

  • “Neural networks are computing systems vaguely inspired by the biological neural networks that constitute animal brains.”

  • Neural networks are function approximators that stack affine transformations followed by nonlinear transformations.

📖 Linear Neural Networks

  • Let’s start with the most simple example.

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

📖 Beyond Linear Neural Networks

  • What if we stack more?
  • We need nonlinearity.

  • Activation functions

📖 Multi-Layer Perceptron

  • This class of architectures are often called multi-layer perceptrons.
  • Of course, it can go deeper.

  • What about the loss functions?

<이 게시물은 최성준 교수님의 '뉴럴 네트워크 - MLP' 강의 자료를 참고하여 작성되었습니다.>

본 포스트의 학습 내용은 [부스트캠프 AI Tech 5기] Pre-Course 강의 내용을 바탕으로 작성되었습니다.
부스트캠프 AI Tech 5기 Pre-Course는 일정 기간 동안에만 운영되는 강의이며,
AI 관련 강의를 학습하고자 하시는 분들은 부스트코스 AI 강좌에서 기간 제한 없이 학습하실 수 있습니다.
(https://www.boostcourse.org/)

profile
AI를 공부하고 있는 학생입니다:)

0개의 댓글