Skip to content

Instantly share code, notes, and snippets.

@kurko
Created February 27, 2013 17:32
Show Gist options
  • Save kurko/5049820 to your computer and use it in GitHub Desktop.
Save kurko/5049820 to your computer and use it in GitHub Desktop.
Kanji project using Neural Nets: some numbers
  • 2 images, 2 neural nets
  • Input: 20 neurons each neural net
  • Hidden: 2 layers, one of 20 and another of 10
  • 10.000 epochs for training for each neural net

For 3 layers (input plus 2 hidden), 20^20^10 would be the total of calculations per training epoch. The total would be (20^20^10) multiplied by 10000 (epochs) multiplied by 2 (number of neural nets).

This takes less than a second.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment