Computational Neuroscience, Machine Learning and Python tutorials
Find a file
David Rotermund 5f70df3bc6
Add files via upload
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-19 12:01:02 +01:00
_layouts Update default.html 2023-12-12 23:20:28 +01:00
arduino/basics Add files via upload 2023-12-16 18:53:20 +01:00
cv2/webcam Create README.md 2023-12-15 14:54:31 +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 Add files via upload 2023-12-16 03:37:18 +01:00
matplotlib Update README.md 2023-12-14 11:38:00 +01:00
numpy Add files via upload 2023-12-19 12:01:02 +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
pandas/basics Update README.md 2023-12-18 17:36:15 +01:00
python_basics Update README.md 2023-12-18 23:55:20 +01:00
pytorch Update README.md 2023-12-16 19:55:12 +01:00
pywavelet Update README.md 2023-12-04 01:20:43 +01:00
scikit-learn/overview Update README.md 2023-12-16 15:38:28 +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-16 13:59:03 +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-19 11:50:09 +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

In the case you know Matlab check here: NumPy for MATLAB users

Matplotlib.pyplot

Pandas

Numpy

Sci-kit Learn

Python: Data analysis

Python: Questions of spectral nature

Python: Daily little helper

OpenCV2 and Python

PyTorch

Arduino

Matlab: Basics

{: .topic-optional} This pages are in a rough state. e.g. equations are broken. Don't know why...

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