python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to train a CNN for MNIST under 1 minute with CPU?
I am programming a CNN example for demonstration purposes to university students and it should classify MNIST with upwards of 80% accuracy. I use the following architecture and the training takes like...
Creed Bratton
Votes: 0
Answers: 1
How do i interleave a neural network to run half iterations on a variable then move to the next target class training?
I have a function which tries to make a neural network immune to adversarial training of the MNIST handwritten digits. I am trying to interleave the training by performing a number of adversarial trai...
Clive T
Votes: 0
Answers: 0
MNIST overfitting
I am currently working on the MNIST dataset. My model has overfit the training data and I want to reduce the overfitting by using weight_decay. I am currently using 0.1 as the value for weight_decay w...
Prajwal
Votes: 0
Answers: 1
MNIST dataset overfitting
I am working with the MNIST dataset and I have created the following network. I want to overfit the training data and I think I am doing that here. My training loss is lower than my validation loss. T...
Prajwal
Votes: 0
Answers: 1