-
[DL개념] MLP (multi layer perceptron)머신러닝 || 딥러닝 2022. 8. 11. 11:13
=>입력받은 신호를 처리하고(weighted sum) activation function을 통과시켜 다음 뉴런으로 전달되는 모델
solving XOR with MLP
=> let's assign W and b randomly and see if it works
How can we train weight and bias? => Backpropagation with computation graph
=> we can easily compute any partial derivaitives by chain rule :))
추천영상 : https://www.youtube.com/watch?v=oOQCrm4Vemo&list=PLSAJwo7mw8jn8iaXwT4MqLbZnS-LJwnBd&index=7
'머신러닝 || 딥러닝' 카테고리의 다른 글
[객체추출] Object detection with 텐서플로 (0) 2022.09.08 [DL] deep neural net의 문제점 : over fitting & gradient vanishing (0) 2022.08.13 [ML개념] binary vs multi-class classification (0) 2022.08.11 [ML개념] Multi-class classification (0) 2022.08.11 [ML개념] binary classification / logistic regression (0) 2022.08.11