CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
425 stars 242 forks source link

Add a reset function to randomize Weights and Bias #40

Open arisanguinetti opened 6 years ago

arisanguinetti commented 6 years ago

I've fixed the typo and also change the name of the function to reset the biases to be plural... I'm sorry about this, not native in English ;)

musabkilic commented 6 years ago

@arisanguinetti Would you mind if I make a pull request to reset weights with more improvements?

arisanguinetti commented 6 years ago

@musabkilic sure no problem at all. I've just updated the branch to pass all checks