From bef72c9b6ba6dad39fb0900a8238b6fbe8b42268 Mon Sep 17 00:00:00 2001 From: BRIGGAN2 <briggan2@unl.edu> Date: Tue, 27 Oct 2020 06:41:45 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abaadfe..c2efb3d 100755 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ which need to completed using only the `numpy` package and the `correlate` or `c ### 3. Complete cnn.py -`cnnbp.py` includes the following subroutine +`cnn.py` includes the following subroutine ```python def trainCNN(X, Y, **args): -- GitLab