Train the network: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 October 2025

  • curprev 14:3214:32, 21 October 2025 Davrot talk contribs 34,741 bytes +34,741 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