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:32, 21 October 2025 Davrot talk contribs created page Train the network (Created page with "Training the weights and biases of the network. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == An example setup == === Network === '''Note: Okay, I forgot the full layer somehow but it is still at 99%.'''<syntaxhighlight lang="python">import torch # Some parameters input_number_of_channel: int = 1 input_dim_x: int = 24 input_dim_y: int = 24 number_of_output_channels_conv1: int = 32 number_of_output_channels_conv2: int = 64 number_of_output_channels_fl...") Tag: Visual edit