Implement trace functionality for Hopfield and Hamming networks; update Gemfile.lock and app.rb for new dependencies and features
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user