> For the complete documentation index, see [llms.txt](https://hs764.gitbook.io/cee-5735/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hs764.gitbook.io/cee-5735/machine-learning-libraries/pytorch.md).

# Pytorch

Pytorch is a popular ML framework developed by Facebook. A key difference is its use of dynamic computational graphs, which is beneficial for changing input sizes in NLP, computer vision, etc.

{% embed url="<https://pytorch.org/docs/stable/index.html>" %}
