Files
cs249r_book/tinytorch/quarto/modules
29122c2066 docs(tinytorch): add GELU implementation and explanation (#1690)
* Document GELU activation function in 02_activations.qmd

Added GELU activation function explanation and implementation.

* docs(tinytorch): add GELU implementation

This commit adds the GELU activation function implementation to the 2nd module in the docs.

* Update GELU code to reflect src code change

Refactor GELU activation to use a simplified sigmoid approximation.

* docs(tinytorch): polish GELU activation section

---------

Co-authored-by: Vijay Janapa Reddi <vj@eecs.harvard.edu>
2026-05-10 18:12:47 -04:00
..