Implement trace functionality for Hopfield and Hamming networks; update Gemfile.lock and app.rb for new dependencies and features

This commit is contained in:
Dmitry
2026-05-17 16:24:34 +03:00
parent 7cce8921ab
commit 7c7e28c3d6
4 changed files with 240 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def maxnet_step(outputs, eps)
end
end
MAX_MAXNET_ITER = 500
MAX_MAXNET_ITER = 100
def recall_hamming(pattern_vectors, input_vec)
eps = 0.9 / pattern_vectors.length