Deep Neural Network from scratch, scikit-learn, keras&Tensorflow part1
Basic
building neurons => feedforward => Loss(MSE) => backpropagation => Stochastic Gradient Descent => training => predict
- ANN Model:

- MSE:

- Backpropagation calculation:


- Stocastic Gradient Descent:

Source code, deep neural network implementation from scratch, link here
PREVIOUSSoftmax function