Skip to content

Instantly share code, notes, and snippets.

@meherhowji
Last active April 4, 2019 18:14
Show Gist options
  • Save meherhowji/dd2a6a523db452d3b06b7fede476a94a to your computer and use it in GitHub Desktop.
Save meherhowji/dd2a6a523db452d3b06b7fede476a94a to your computer and use it in GitHub Desktop.
const getRandomWeights = () => Array.from({ length: 2 }, () => Math.random() * 0.5 - 0.2)
const getRandomBias = () => Math.random() * 0.5 - 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment