PyTorch

PyTorch is another interface for example of TensorFlow. It is a software library, developed by Facebook and maintained by Mega AI.

Because PyTorch uses Tensorflow as the underlying code, many of the required functions (e.g., activation, loss, optimizer) will be the same.

Activation Function

Loss Function

Optimizer functions

Previous
Next