ANN-Fundamentals
ANN-Fundamentals copied to clipboard
Notebook 2
- 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))"