Advanced Learning Algorithm 8: Neural Network Training

brandon·2023년 8월 18일
0

SupervisedML

목록 보기
17/27

1. Tensorflow Implementation

2. Training Details

  • Binary Cross Entropy is another name for logistic loss function.
    • The name originates from statistics - it is the name for that function.
    • Binary because it is used for binary classification.
  • Loss functions other than BCE can be used, for example Mean Squared Error function for predicting numbers, not categories.
  • Gradient descent for neural network is done by back propagation.
profile
everything happens for a reason

0개의 댓글