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
'BOOTCAMP > boostcamp AI Tech Pre-Course' 카테고리의 다른 글
Deep Learning Basis Lecture 4: Convolutional Neural Networks (0) | 2023.01.04 |
---|---|
Linear Transformation (0) | 2023.01.03 |
Mathematics for Artificial Intelligence 5강: 딥러닝 학습방법 이해하기 (0) | 2023.01.02 |
Mathematics for Artificial Intelligence 3강: 경사하강법 (0) | 2023.01.02 |
Deep Learning Basic Lecture 1: Historical Review (0) | 2023.01.01 |