diff --git a/algorithms/noise_models/NoiseModel.ipynb b/algorithms/noise_models/NoiseModel.ipynb new file mode 100644 index 0000000..a1a0ab6 --- /dev/null +++ b/algorithms/noise_models/NoiseModel.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Noise Models\n", + "\n", + "Noise models are an important aspect of denoising images using P(P)N2V, HDN or microSplit.\n", + "\n", + "\n", + "

\n", + " \n", + "

\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# The code should be hidden, but can be used to generate images\n", + "# You need to tag the jupyter cell with `hide_code` to hide the code\n", + "\n", + "\n", + "# here generate synthetic examples\n", + "\n", + "# plot the synthetic examples\n", + "# the plots will show up on the website" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}