Practical Deep Learning: Learning Game Plan

I dug this video up from the older version of Practical Deep Learning for Coders. It’s a “learn how to learn” type video.

My take aways:

pyproject.toml

[tool.poetry]
name = "dl"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
fastai = "2.7.11"
duckduckgo-search = "^2.8.5"
ipykernel = "^6.22.0"
ipywidgets = "^8.0.5"
jupyterlab = "^3.6.3"
jupyterlab-git = "^0.41.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
#machine-learning