Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more resources to Bayesian Inference #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 37 additions & 10 deletions Lectures/02 Probabilistic Modeling/07 Bayesian Inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<h4 id=\"my-heading\"> <a href=\"https://youtu.be/HZGCoVF3YvM?si=fT09jo-eS30J4Vyb\">Click to watch</a> </h4>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Veritasium\n",
"![Veritasium Thumbnail](https://i.ytimg.com/vi/R13BD8qKeTg/hqdefault.jpg)\n",
"<h4 id=\"my-heading\"> <a href=\"https://youtu.be/R13BD8qKeTg?si=5t07R81h1RbLWHzS\">Click to watch</a> </h4>\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,
Expand Down