[TIL_200913] Shallow Neural Network
오늘 배운 것
Neural Networks and Deep Learning 2주차
Logistic Regression as a Neural Network
- Python and Vectorization
- Logistic Regression on m examples
Neural Networks and Deep Learning 3주차
Shallow Neural Network
- Neural Network Representation
- Vectorizing across multiple examples
- Derivatives of Activation Functions
- Gradient Descent for Neural Networks
- Formulas for Computing Derivatives
내일 배울 것
Neural Networks and Deep Learning 3주차
- Backpropagation intuition 복습
- Shallow Neural Network 예제 코드 작성