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).

Logs
  • 15:35, 17 October 2025 Davrot talk contribs created page FastICA (Created page with "== The goal == Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Test data == We rotate the blue dots with ​a non-orthogonal rotation matrix into the red dots.<syntaxhighlight lang="python">import numpy as np import matplotlib.pyplot as plt rng = np.random.default_rng(1) a_x = rng.normal(0.0, 1.0, size=(5000))[:, np.newaxis] a_y = rng.normal(0.0, 1.0, size=(5000))[:, np.newaxis] ** 3 data_a = np.concatenate((a_x, a_y), axis=1) b_x = rng.normal(0.0, 1.0,...") Tag: Visual edit