Last active
April 4, 2019 18:14
-
-
Save meherhowji/dd2a6a523db452d3b06b7fede476a94a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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