Neural Network Diagram

Hello

I been trying to create a neural network digram for the neural network i just make . however i cant seem to find a way to generate one

anyhelp will be great thanks

P.S : wait did i post it in the right area?

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

Hello

thanks for the reply ,
i was looking for more of this kind of diagram ,

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.