namedtensor / notation

108 stars 5 forks source link

Incorporate Transformer and LeNet examples #26

Closed davidweichiang closed 3 years ago

davidweichiang commented 3 years ago

The main purpose of this was to incorporate the examples from transformer.tex and convnet.tex. But trying to link the existing examples with the larger examples raised a lot of questions, especially about how to avoid defining and passing around a huge number of parameter tensors (see #20).