From 82c6c879644b8524c92a3ce83498ec1db03f2f11 Mon Sep 17 00:00:00 2001 From: Tirthajyoti Sarkar Date: Mon, 16 Sep 2019 00:50:46 -0700 Subject: [PATCH] Update index.md --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 74086a56..56949cea 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,6 +32,12 @@ Here is the **[Github Repo](https://github.com/tirthajyoti/Deep-learning-with-Py --- +## Utility function + +I created a utility function file called `DL_utils.py` in the `utils` directory under `Notebooks`. We use functions from this module whenever possible in the Jupyter notebooks. + +You can download the module from here: [DL-Utility-Module](https://github.com/tirthajyoti/Deep-learning-with-Python/blob/master/Notebooks/utils/DL_utils.py) + ## Notebooks ### Deep learning vs. linear model