From 467a36bed8f02ad6567fbd83ac6a76c89c517f12 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:30:16 +0100 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb index 6bd3920..53a2b86 100644 --- a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb +++ b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMGGNRd+xcxZ5fAgplmNBSW", + "authorship_tag": "ABX9TyNioITtfAcfxEfM3UOfQyb9", "include_colab_link": true }, "kernelspec": { @@ -79,7 +79,7 @@ "source": [ "def number_regions(Di, D):\n", " # TODO -- implement Zaslavsky's formula\n", - " # You will need to use math.factorial() https://www.geeksforgeeks.org/factorial-in-python/\n", + " # You can use math.com() https://www.w3schools.com/python/ref_math_comb.asp\n", " # Replace this code\n", " N = 1;\n", "\n",