gbaiel6441 gbaiel6441 19-02-2024 Mathematics contestada How do you create a linear transform xW+b in PyTorch? a) nn.Linear(x, W, b) b) torch.nn.Linear(x, W, b) c) nn.Linear(x, W) + b d) torch.nn.Linear(x, W) + b