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).
- 12:36, 17 October 2025 Davrot talk contribs created page Reshape and flatten (Created page with "== The goal == Sometimes you have to change the shape of a matrix. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == [https://numpy.org/doc/stable/reference/generated/numpy.reshape.html Reshape] == <syntaxhighlight lang="python">numpy.reshape(a, newshape, order='C')</syntaxhighlight><blockquote>Gives a new shape to an array without changing its data.</blockquote><blockquote>'''a''': array_like Array to be reshaped.</blockquote><blockquote>'''newshape''': in...") Tag: Visual edit