Skip to content

Instantly share code, notes, and snippets.

@AndreCAndersen
Created April 30, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreCAndersen/bcf61e679facc98323ca8aa593150f5c to your computer and use it in GitHub Desktop.
Save AndreCAndersen/bcf61e679facc98323ca8aa593150f5c to your computer and use it in GitHub Desktop.
do {
save copy of network
find and delete lowest weighted connection of network
do one epoch of learning and calculate new network error
if (new network error is above lower threshold){
relearn lost knowledge
}
} while (network relearning converged in time)
return saved copy of network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment