Sync into sphinx branch after Sept 2025 sprint#2
Merged
Conversation
ashwinvis
commented
Sep 3, 2025
- add missing import to pandas (if downloading data from zenodo)
- add missing import
- fix bulleted list formatting
- Add diagonal ref. line to plot_predictions() function and update figs on lesson page
- [actions] update sandpaper workflow to version 0.16.12 (Update Workflows to Version 0.16.12 carpentries-lab/deep-learning-intro#581)
- Fixed some dead links (Fix links carpentries-lab/deep-learning-intro#590) (Fixed some dead links (#590) carpentries-lab/deep-learning-intro#591)
- Fix Carpentries incubator links to lab.
- Fix link to local repository.
- Clean up maintainer list.
- deleted the line that fixes numpy seed, since according to docs, it is redundant with the keras set_random_seed
- added keras.utils.set_random_seed(2) to apisodes 3,4,5
- Change colormap of confustion matrix to Blues
- Fix plot y axis label.
- create_nn() now takes the input shape as an argument
- Remove wrong y axis label.
- expand alt text descriptions
- expand alt text descriptions
- Update training curve plot.
- fix challenge-solution format
- Add alt text for updated plot.
- fix typos and address inaccuracy
- improve alt text description
- minor polish for clarity
- correct image dimensions
- add Dive into Deep Learning to list of resources
- added clarification comment about None value in params
- Harmonize link, remove dead link.
- Add config and Github action for Linkspector.
- Clarify the solution which describes the need for a test set
- Add Callout about metrics. (Add Callout about metrics. carpentries-lab/deep-learning-intro#607)
- Demystify the number of parameters in Conv2D layers
…ab#581) Co-authored-by: svenvanderburg <svenvanderburg@users.noreply.github.com>
…isode-4-updates add missing import
* Fixed some dead links (carpentries-lab#590)
…s redundant with the keras set_random_seed
…andom-seeds-in-episode-3-4-5 548 set random seeds in episode 3 4 5
…nfusion-matrix-cmap Change colormap of confustion matrix to Blues
…_plots_547 Fix/typos plots 547
…tation-of-nested-challengesolution-blocks-is-incorrect fix challenge-solution format
…isode3_add-diag-ref-line Add diagonal ref. line to plot_predictions() function and update figs
…create_nn-consistent-with-episode-3 create_nn() now takes the input shape as an argument
…-text improve alt text description
…isode5_fix-bulleted-list fix bulleted list formatting
…isode3-updates add missing import to pandas (if downloading data from zenodo)
Expand alt text descriptions
Expand alt text descriptions in Episode 4
…-size Correct image dimensions
add Dive into Deep Learning to list of resources
…s-it-always-none-in-the-layer-shape added clarification comment about None value in params
Update training curve plot.
…eed-for-test-set Clarify the solution which describes the need for a test set
Add Callout about metrics.
…b-params-cnn Demystify the number of parameters in Conv2D layers
Add Linkspector
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.