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

Notebook 1

Open stemlock opened this issue 3 years ago • 0 comments

  1. Cell 1: The output of the weights/targets from the first cell is hard to read. Maybe a table that shows a direct comparison of how the model learns for each sample would be more intuitive.
  2. Cell 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,1))"

stemlock avatar Nov 17 '21 18:11 stemlock