Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:50, 21 October 2025 Davrot talk contribs created page Write your own layer (Created page with "Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Writing a layer based on linear == I am rewriting the code for [https://pytorch.org/docs/stable/_modules/torch/nn/modules/linear.html#Linear Linear] as my own layer. __init__(): It contains a tensor for the weights and optionally a second tensor for the bias. Both tensors are wrapped within the torch.nn.Parameter class. This is necessary, otherwise the optimizer will not find them. Afterwards the tensors wil...") Tag: Visual edit