From 3e5ab1ccff897e542ee2af106380e28898adce78 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sun, 1 May 2022 01:30:38 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 943e01f..364c348 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ noise_amplitude: float = 0.01, ) -> None: For the generation of the initital weights. Switches between normal initial random weights and pooling weights. +--- def **initialize_epsilon_xy**( self, @@ -83,20 +84,28 @@ eps_xy_intitial: float, ) -> None: Creates initial epsilon xy matrices. +--- + def **set_h_init_to_uniform**(self) -> None: +--- + def **backup_epsilon_xy**(self) -> None: def **restore_epsilon_xy**(self) -> None: def **backup_weights(self)** -> None: def **restore_weights(self)** -> None: +--- def **threshold_epsilon_xy**(self, threshold: float) -> None: def **threshold_weights**(self, threshold: float) -> None: +--- def **mean_epsilon_xy**(self) -> None: +--- + def **norm_weights**(self) -> None: