Skip to content

HonorWithPupils/NeuralNetworkVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An easy visualization for MLP with two hidden layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages