From 5f0a249c220edc1130fd4eae426b40e7e0527f2a Mon Sep 17 00:00:00 2001 From: Behnam Mahmoodi Date: Mon, 27 Jan 2025 22:53:37 +0330 Subject: [PATCH] add more resources to Bayesian Inference --- .../07 Bayesian Inference.ipynb | 47 +++++++++++++++---- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/Lectures/02 Probabilistic Modeling/07 Bayesian Inference.ipynb b/Lectures/02 Probabilistic Modeling/07 Bayesian Inference.ipynb index 82b9d33..171dd6a 100644 --- a/Lectures/02 Probabilistic Modeling/07 Bayesian Inference.ipynb +++ b/Lectures/02 Probabilistic Modeling/07 Bayesian Inference.ipynb @@ -675,24 +675,51 @@ } }, "source": [ - "# add resources from youtube and medium" + "# More resources from youtube" ] }, { - "cell_type": "code", - "execution_count": null, - "metadata": { - "vscode": { - "languageId": "plaintext" - } - }, - "outputs": [], + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### 3Blue 1Brown\n", + "![3Blue 1Brown thumbnail](https://i.ytimg.com/vi/HZGCoVF3YvM/hqdefault.jpg)\n", + "

Click to watch

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Veritasium\n", + "![Veritasium Thumbnail](https://i.ytimg.com/vi/R13BD8qKeTg/hqdefault.jpg)\n", + "

Click to watch

\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, "source": [] } ], "metadata": { + "kernelspec": { + "display_name": "tmp", + "language": "python", + "name": "python3" + }, "language_info": { - "name": "python" + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" } }, "nbformat": 4,