From 62a0c9da7ccef083990d4dc7be754a9f2e41ad65 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Mon, 5 Jul 2021 17:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=BA=E8=A7=86=E8=A7=89?= =?UTF-8?q?=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72e3bc4..a9ad7c1 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ | ------------------------------------------------------------ | ------------------------------------------------------------ | | Build Your Own Convolution Neural Network in 5 mins | https://towardsdatascience.com/build-your-own-convolution-neural-network-in-5-mins-4217c2cf964f | | Understanding and Calculating the number of Parameters in Convolution Neural Networks (CNNs) | https://towardsdatascience.com/understanding-and-calculating-the-number-of-parameters-in-convolution-neural-networks-cnns-fc88790d530d | +| Understanding 1D and 3D Convolution Neural Network \|Keras | https://towardsdatascience.com/understanding-1d-and-3d-convolution-neural-network-keras-9d8f76e29610 | ## Pytorch入门教程 -- GitLab