b005cec9c1ddd8b9a51b2c77b7fa209f069b7aa1
I added a little code to include a vertical dashed line on the plot representing where total_weights = number of train observations. I also moved n_epochs as an argument to fit_model() so learners can play around with the impact of n_epochs more easily.
Understanding Deep Learning
Understanding Deep Learning - Simon J.D. Prince
Website
# Install dependencies
npm install
# Run the website in development mode
npm dev
# Build the website
npm build
# Preview the built website
npm preview
# Format the code
npm run format
# Lint the code
npm run lint
# Clean the repository
npm run clean
# Prepare to deploy the website
npm run predeploy
# Deploy the website
npm run deploy
Description
Languages
Jupyter Notebook
92.5%
TeX
5.9%
JavaScript
1.6%