Computational Neuroscience, Machine Learning and Python tutorials
Find a file
David Rotermund 047a245148
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-13 18:05:40 +01:00
_layouts Update default.html 2023-12-12 23:20:28 +01:00
flow Update README.md 2023-12-12 17:40:07 +01:00
helper Update README.md 2023-12-13 01:34:04 +01:00
matlab Update README.md 2023-12-05 11:21:50 +01:00
numpy Update README.md 2023-12-13 18:05:40 +01:00
numpy_fft_1 Update README.md 2023-12-04 01:11:35 +01:00
numpy_mat_files Update README.md 2023-12-04 15:13:25 +01:00
numpy_save_special Create README.md 2023-12-04 12:11:43 +01:00
python_basics Update README.md 2023-12-13 15:52:36 +01:00
pytorch Update and rename pytorch/layers/cuda/README.md to pytorch/cuda/README.md 2023-12-08 14:47:47 +01:00
pywavelet Update README.md 2023-12-04 01:20:43 +01:00
scipy.signal_butterworth Update README.md 2023-12-05 11:19:54 +01:00
SVD_data_cleaning Update README.md 2023-12-05 11:19:29 +01:00
workflow Update README.md 2023-12-13 17:55:01 +01:00
_config.yaml Update _config.yaml 2023-12-12 14:42:02 +01:00
LICENSE Initial commit 2023-11-16 16:48:24 +01:00
README.md Update README.md 2023-12-13 17:58:28 +01:00

How to Python in computational neuroscience, data mining, and more

{:.no_toc}

* TOC {:toc}

All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.

Flow chart

Workflow

Important VS Code notes:

  • You can mark segments of source node with your mouse (or keyboard) and use the TAB key to increase the level of the indentation or use SHIFT + TAB do decrease the indentation level.
  • CTRL + SHIFT + 7 toggles between comment and normal source code.
  • The function key F2 allows you to change variable and function names. VS Code goes through all the node in your Project directory and changes all occurrences of the function or variable name accordingly. The same is true if you change a file name in a project directory.

Python: The Basics of the basics

Numpy: The Basics of the basics

Numpy

Python: Data analysis

Python: Questions of spectral nature

Python: Daily little helper

PyTorch

Matlab: Basics

Note: I will transfer the old pages to this new place (and update it). It will take some time but it will happen...