What does nn.Linear in PyTorch do?
a) Implements a convolutional layer
b) Implements a linear transformation: y = xW^T + b
c) Implements a pooling layer
d) Implements an activation function