Posts by Rickson Gomes Monteiro • 23 points
2 posts
-
-1
votes1
answer40
viewsQ: Output layer neural nets?
Guys, in building a neural network for image classification in my output layer the amount of neurons should match the amount of classes in my data set?
-
2
votes1
answer67
viewsQ: Tensorflow Convolucional Neural Networks
Hey, you guys, hey! I have a problem, I believe, in my training set. I have a numpy array with 649 images for training my network however when starting the training(model.fit) I see that only 21…