Creating networks: 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:2814:28, 21 October 2025 Davrot talk contribs 40,546 bytes +40,546 Created page with "In these days, building networks is very important. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == A fast way to build a network with [https://pytorch.org/docs/stable/generated/torch.nn.Sequential.html#torch.nn.Sequential Sequential] == <syntaxhighlight lang="python">CLASS torch.nn.Sequential(*args: Module)</syntaxhighlight><blockquote>A sequential container. Modules will be added to it in the order they are passed in the constructor.</blockquote>Example..." Tag: Visual edit