Building a Language Model completely from scratch: Tensor
A tensor is the core abstraction that the entire field of deep learning is built upon. One way of thinking of a tensor is as an abstraction of vectors and matrices:
A scalar is just a number. For example:
$$1, \sqrt{2}, -12, 1.3$$For our purposes, a ...
bclarkson.hashnode.dev3 min read