All Questions
6 questions
1
vote
2
answers
391
views
How to visualize CNN architecture using draw_convet?
I need to visualize the CNN model. The example is in the comments.
I've tried to use draw_convet (https://github.com/gwding/draw_convnet) but it keeps throwing a list of errors. Could you please help? ...
2
votes
0
answers
386
views
Drawing CNN architecture in LeNet style
I want to draw my CNN model in LeNet style. I found online simulator http://alexlenail.me/NN-SVG/LeNet.html but I don't know how to use it with my model. I want to fill the site with my model ...
-2
votes
1
answer
1k
views
How to draw keras CNN architecture?
I want to draw Keras CNN architecture using my code. Any idea hot to draw that model.
Any help would be appreciated.
Thanks in advance
code:
import keras
from keras.models import Sequential
from keras....
1
vote
2
answers
221
views
Configuration of CNN model for recognition of sequential data - Architecture of the top of the CNN - Parallel Layers
I am trying to configure a network for character recognition of sequential data like license plates.
Now I would like to use the architecture which is noted in Table 3 in Deep Automatic Licence Plate ...
1
vote
1
answer
612
views
Multi Output Convolutional Neural Network
I am developing a convolutional neural network for image classification or better for classification of license plates. These license plates contain up to 8 characters and for each character 37 ...
0
votes
1
answer
171
views
Convolutional Neural Net Architecture - correct?
I am trying to train a convolutional neural net. Therefore I am using a datset of 646 images/license plates which contains 8 characters (0-9, A-Z; without letter 'O' and blank spaces, in total 36 ...