4 other articles are linked to this site
Miniforge: The minimal, open solution for institutional Python environments
7 minute read updated:
In response to recent licensing changes by Anaconda, Inc., Miniforge has emerged as the recommended minimal installer for ...
How to create and apply a requirements.txt file in Python
2 minute read updated:
Learn how to install Python packages with a requirements.txt file and how to create one yourself.
Using pip to install Python packages
1 minute read updated:
pip is another package installer for Python. Learn how to use it for installing and managing Python packages in your proje...
A minimal Python installation with miniconda
7 minute read updated:
Learn how to install miniconda to have a quick and minimal Python installation on any operating system. Also learn how to ...
Related posts
Linear mixed models in practice: When ANCOVA is enough and when you really need random effects
47 minute read
Linear mixed models (LMMs) are a powerful statistical tool for analyzing hierarchical or grouped data, common in neuroscie...
Distinguishing correlation from the coefficient of determination: Proper reporting of r and R²
17 minute read
I noticed that people sometimes report R² (‘R-squared’) instead of the Pearson correlation coefficient r when discussing t...
New teaching material: Functional imaging data analysis – From calcium imaging to network dynamics
3 minute read
We have just completed our new course, Functional Imaging Data Analysis: From Calcium Imaging to Network Dynamics, for th...
Miniforge: The minimal, open solution for institutional Python environments
7 minute read updated:
In response to recent licensing changes by Anaconda, Inc., Miniforge has emerged as the recommended minimal installer for ...
New teaching material: Dimensionality reduction in neuroscience
5 minute read updated:
We just completed a new two-day course on Dimensionality Reduction in Neuroscience, and I am pleased to announce that the ...
PyTorch on Apple Silicon
1 minute read
Already some time ago, PyTorch became fully available for Apple Silicon. It’s no longer necessary to install the nightly b...
Understanding Hebbian learning in Hopfield networks
6 minute read
Hopfield networks, a form of recurrent neural network (RNN), serve as a fundamental model for understanding associative me...
Building a neural network from scratch using NumPy
12 minute read
Ever thought about building you own neural network from scratch by simply using NumPy? In this post, we will do exactly th...
comments