FabrizioMusacchio
Hello, my name is Fabrizio Musacchio and I love to play with pixels.
DZNE Research CenterCologne, Germany
Pinned Repositories
bio_image_registration
Scripts for evaluating common Python image registration methods
DEVONthink_Generate_Markdown_TOC
Generates a table of contents and Back-to-top links in DEVONthink's Markdown documents.
DEVONthink_Image_Toolbox
A collection of Applescripts for processing images in DEVONthink
dimensionality_reduction_in_neuroscience
Course material for "Dimensionality reduction in Neuroscience"
fractals
This repository contains the code for the blog post on The Weistrass function and the beauty of fractals. For further details, please refer to this post.
GitHub_Flavor_Markdown_CSS
A GitHub flavored Markdown Style Sheet (CSS)
Mastodon_powered_comments
This repository contains a HTML script including liquid commands and JavaScript, that integrates a Mastodon-powered comment system into a static website. The script is written in a way that it can be used with the static site generator Jekyll.
Napari_Bioimage_Analysis
Image data and Python scripts for the course on Bioimage analysis with Napari
Python_Course
This is the course material for the introductory course into Python basics for Data Scientists.
Python_Neuro_Practical
This is the course material for the advanced course into Python for Data Scientists.
FabrizioMusacchio's Repositories
FabrizioMusacchio/Python_Course
This is the course material for the introductory course into Python basics for Data Scientists.
FabrizioMusacchio/Mastodon_powered_comments
This repository contains a HTML script including liquid commands and JavaScript, that integrates a Mastodon-powered comment system into a static website. The script is written in a way that it can be used with the static site generator Jekyll.
FabrizioMusacchio/Napari_Bioimage_Analysis
Image data and Python scripts for the course on Bioimage analysis with Napari
FabrizioMusacchio/bio_image_registration
Scripts for evaluating common Python image registration methods
FabrizioMusacchio/dimensionality_reduction_in_neuroscience
Course material for "Dimensionality reduction in Neuroscience"
FabrizioMusacchio/fractals
This repository contains the code for the blog post on The Weistrass function and the beauty of fractals. For further details, please refer to this post.
FabrizioMusacchio/hopfield_network
In this tutorial, we explore the mathematical underpinnings of Hebbian learning within Hopfield networks, emphasizing its role in pattern recognition.
FabrizioMusacchio/NEST_tutorials
This is a collection of tutorials showing how to use the NEST Simulator.
FabrizioMusacchio/SIR_model
This repository contains the code for the blog post on The SIR model: A mathematical approach to epidemic dynamics. For further details, please refer to this post.
FabrizioMusacchio/Wasserstein_distance_demo
This repository contains the code for some blog posts on the Wasserstein metric. For further details, please refer to the corresponding posts.
FabrizioMusacchio/ann_with_numpy
A how-to for building an artificial neural network from scratch using NumPy
FabrizioMusacchio/dimensionality_reduction
Code used in blog post about dimensionality reduction using Python
FabrizioMusacchio/earth_magnetic_field
The code in this repository is modified after scipython.com. It plots Earth's dipolar magnetic field and was used in the blog post on Earth's dipolar magnetic field. For further details, please refer to this post.
FabrizioMusacchio/entropy
This repository contains the code for the blog post on Understanding entropy. For further details, please refer to this post.
FabrizioMusacchio/fabriziomusacchio
FabrizioMusacchio/Python_Performance_Tests
A collection of script for basic performance tests in Python.
FabrizioMusacchio/Gradient_Descent
This repository contains the code for the blog post on Understanding gradient descent in machine learning. For further details, please refer to this post.
FabrizioMusacchio/Hodgkin-Huxley-Model
Python scripts supporting a tutorial on the Hodgkin-Huxley model.
FabrizioMusacchio/integrate_and_fire_model
FabrizioMusacchio/izhikevich_model
Python scripts supporting tutorials on Izhikevich neuron model.
FabrizioMusacchio/L1_and_L2_regularization
This repository contains the code for the blog post on Understanding L1 and L2 regularization in machine learning. For further details, please refer to this post.
FabrizioMusacchio/Lorenz_Attractor
This repository contains the code for the blog post on Solving the Lorenz system using Runge-Kutta methods. For further details, please refer to this post.
FabrizioMusacchio/lotka_volterra_equations
This repository contains the code for the blog post on The Lotka-Volterra equations: Modeling predator-prey dynamics. For further details, please refer to this post.
FabrizioMusacchio/machine_learning_for_image_denoising
This repository contains the Python code my blog post Image denoising techniques: A comparison of PCA, kernel PCA, autoencoder, and CNN. See post for more details and results.
FabrizioMusacchio/Orbit
This repository contains the code for the blog post on Runge-Kutta methods for solving ODEs. For further details, please refer to this post.
FabrizioMusacchio/phase_plane_analysis
Python scripts supporting tutorials on phase plane analysis.
FabrizioMusacchio/Random_Forest_vs_Decision_Tree
Code used in two blog posts on decision trees and random forests.
FabrizioMusacchio/roessler_attractor
Just a simple Python code example for simulating the trajectory of the Rössler attractor.
FabrizioMusacchio/runge_kutta_methods
FabrizioMusacchio/wasserstein_gan
This repository contains some code for demonstrating the application of Wasserstein GANs (WGANs)