Computational Neuroscience, Machine Learning and Python tutorials
Find a file
David Rotermund 90b53bb54a
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2024-01-17 10:00:35 +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 Update README.md 2023-12-27 17:45:27 +01:00
flow Update README.md 2023-12-12 17:40:07 +01:00
helper Add files via upload 2024-01-03 17:39:06 +01:00
matlab Update README.md 2024-01-17 09:58:26 +01:00
matplotlib Update README.md 2024-01-02 16:23:30 +01:00
numpy Update README.md 2024-01-02 17:39:45 +01:00
other Create README.md 2023-12-28 14:21:42 +01:00
pandas/basics Update README.md 2023-12-18 17:36:15 +01:00
PyBind11 Update README.md 2024-01-03 17:10:00 +01:00
python_basics Rename README.md to README.md 2023-12-30 20:17:57 +01:00
pytorch Update README.md 2024-01-05 16:46:27 +01:00
pywavelet Update README.md 2023-12-04 01:20:43 +01:00
scikit-learn Add files via upload 2023-12-19 15:56:57 +01:00
scipy Add files via upload 2024-01-05 14:46:35 +01:00
sympy/intro Update README.md 2024-01-03 19:42:12 +01:00
template Create davrot.md 2024-01-07 19:02:37 +01:00
tensorflow/intro Update README.md 2024-01-03 21:32:03 +01:00
tk/overview Update README.md 2024-01-11 15:56:49 +01:00
workflow Add files via upload 2024-01-03 20:06:06 +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 2024-01-17 10:00:35 +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.
  • Linux: 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

Python: Special topics

Numpy: The Basics of the basics

Numpy: Special topics

Numpy: Matlab topics

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

Matplotlib.pyplot

Pandas

Sci-kit Learn

SciPy

Python: Questions of spectral nature

Python: Daily little helper

OpenCV2 and Python

PyTorch

PyBind11

Tensorflow / Keras

Sympy

Numerical Integration, Differentiation and Differential Equations (Matlab and Python code)

Arduino

Matlab: Basics

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

Other topics