summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--01-autoassociative-memory.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/01-autoassociative-memory.txt b/01-autoassociative-memory.txt
index 85871ba..4b3786e 100644
--- a/01-autoassociative-memory.txt
+++ b/01-autoassociative-memory.txt
@@ -13,7 +13,7 @@ converge to a specific memory.
 * Wait, what?
 Instead of starting from the beginning or the end I'm going to start
 from the middle. The following is a useful common lisp implementation
-of Hopfield nets using a rectified exponential function. Details of
+of Hopfield nets using a rectified quadratic function. Details of
 the common lisp package are in the appendix.
 
 The rest of this book will be a deconstruction of this function with