From 78d06293398c72ecba955944a85c2f0c41f6f2a3 Mon Sep 17 00:00:00 2001 From: Samuel Schlesinger Date: Mon, 16 Oct 2023 07:13:37 -0400 Subject: [PATCH] fixed smol typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e68d55..020b956 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ some overlap: 3. There is a link between *backprop* and deep learning/neural network libraries like *[tensorflow][]*, *[caffe][]*, and *[theano][]*, which all - all support some form of heterogeneous automatic differentiation. Haskell + support some form of heterogeneous automatic differentiation. Haskell libraries doing similar things include *[grenade][]*. These are all frameworks for working with neural networks or other