简体   繁体   中英

Visualizing neural network using python

I'm implementing an algorithm to classify messages into topics using a neural network. I'm wondering if there are library to help me visualize the training process like the one you can find here :

I'm going to do the classification of three-dimensional data instead of two-dimension. How can we do it?

Also, in the link above, I don't understand the first layer input where we have a fixed horizontal line and a vertical line perception. Can we set out the first layer of the neural network to be like that using sci-kit learn?

Yes, but any good one won't be nearly as simple as the linked playground, and will require some familiarization. Below is a list of such libraries, & links to my answers w/ visualization functions you could adapt to your application:

(Answer assumes you're using TensorFlow)


The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM