From a71577a48e0d165c56469d8c71e2ddbdf8461d1c Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Sat, 13 Oct 2018 04:47:27 -0400 Subject: [PATCH] Add "conv library for convolutional loops" --- Algorithm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Algorithm.md b/Algorithm.md index 014282c..7278ade 100644 --- a/Algorithm.md +++ b/Algorithm.md @@ -7,3 +7,7 @@ Project Source: https://github.com/nryoung/algorithms 2. pygorithm module for algorithms and data structures implemented purely in Python. Project Source: https://github.com/OmkarPathak/pygorithm + +3. conv +library for convolutional loops +Project Source: https://github.com/guillaume-chevalier/python-conv-lib