Neural Network Diagram

Hi @Tseraga

The solution in the following thread shows how to extract the network structure form a KERAS NN using Python:

If the format you would like to have looks more like the following:

image

then I would recommend to have a look at the following blog by Jason Brownlee to adapt the Python code of the previous workflow and generate nice PNG diagram images from your NN structures with just a little bit of extra modification:

Hope it helps.

Best
Ael

4 Likes