ANN-Fundamentals icon indicating copy to clipboard operation
ANN-Fundamentals copied to clipboard

Notebook 2

Open stemlock opened this issue 3 years ago • 0 comments

  1. First cell: As in Notebook 1, instead of using np.random.random to sample and then manually adjusting the range, we could use np.random.uniform instead ==> "np.random.uniform(low=-1, high=1, size=(4,4))", "np.random.uniform(low=-1, high=1, size=(5,1))"

stemlock avatar Nov 17 '21 19:11 stemlock