Software Resource - Fall 2020
  • Introduction
  • Anaconda
    • Getting started
    • Managing conda environments
      • Using Navigator
      • Using Terminal
      • Issues using zsh shell
    • Jupyter Notebook
  • Finite Element (FEniCS)
    • Getting started
    • Tutorial
  • Black Box (ML libraries)
    • Tensorflow
    • Pytorch
    • Scikit-learn
    • GPU acceleration
  • Version Control (Git)
    • Getting started
Powered by GitBook
On this page

Was this helpful?

  1. Black Box (ML libraries)

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.

PreviousTensorflowNextScikit-learn

Last updated 4 years ago

Was this helpful?

PyTorch documentation — PyTorch 1.10 documentation
Logo