Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 400 Bytes

Neural Network Visualization

Open visual.html to observe the training process of this simple MLP network, and how it makes the samples linearly separable through nonlinear transformations.

image-20240725184451015

Details:

1. Backward based on numpy;
1. Dimensions of hidden layers are all 2, for visualization. 

requirements: numpy plotly