Viewing all examples from Little learnings.
Download scripts as HTML file

Chapter 1

1.5: graph a line with ww and bb parameters

1.14: reverse the order to make xx an argument and ww and pp parameters

1.19 plot the xs, ys dataset

Chapter 2

2.25: define a function that finds the rank of a tensor

2.37 define a function that finds the shape of a tensor t

2.42: how are rank and shape related?

Interlude I

I.8: addition of tensors

I.14 extended addition

Chapter 3

Chapter 4

My own break: automatic differentiation

Chapter 4 (continued)

4.23: define a revise function which helps revise parameters given a function

Interlude II