From 428b66e911582e2cf935d07b3a9056b146268007 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:35:34 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc6c3b7..456615d 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ In the case you know Matlab check here: * [Layers](pytorch/layers/README.md) * [Creating networks](pytorch/networks/README.md) * [Train the network](pytorch/train/README.md) +* [Fisher Exact Test: Test if your performance difference is significant](scipy/scipy.stats.fisher_exact/README.md) * [How to take advantage of an optimizer for your non-Pytorch project](pytorch/optimizer_special/README.md) * [How to take advantage of a learning rate scheduler for your non-Pytorch project](pytorch/scheduler_special/README.md) * [Unfold: How to manually calculate the indices for a sliding 2d window](pytorch/Unfold/README.md)