Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : e102f7f
Branch  : main
Author  : Toby Hodges <[email protected]>
Time    : 2024-07-30 08:42:21 +0000
Message : Merge pull request #510 from carpentries-incubator/alt-text-penguins

Expand alt text in episode 2
  • Loading branch information
actions-user committed Jul 30, 2024
1 parent 30c33c0 commit 63e38a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions 2-keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ When the training process does not go well:

3. (optional) Something went wrong here during training. What could be the problem, and how do you see that in the training curve?
Also compare the range on the y-axis with the previous training curve.
![](../fig/02_bad_training_history_1.png){alt='Very jittery training curve with the loss value jumping back and forth between 2 and 4. The range of the y-axis is from 2 to 4, whereas in the previous training curve it was from 0 to 2. The loss seems to decrease a litle bit, but not as much as compared to the previous plot where it dropped to almost 0. The minimum loss in the end is somewhere around 2.'}
![][bad-training-curve]

:::: solution
## Solution
Expand Down Expand Up @@ -774,17 +774,20 @@ Length: 69, dtype: object
{alt='Illustration of the three species of penguins found in the Palmer Archipelago, Antarctica: Chinstrap, Gentoo and Adele'}

[penguin-beaks]: fig/culmen_depth.png "Culmen Depth"
{alt='Illustration of the beak dimensions called culmen length and culmen depth in the dataset'}
{alt='Illustration of how the beak dimensions were measured. In the raw data, bill dimensions are recorded as "culmen length" and "culmen depth". The culmen is the dorsal ridge atop the bill.'}

[pairplot]: fig/pairplot.png "Pair Plot"
{alt='Pair plot showing the separability of the three species of penguin for combinations of dataset attributes'}
{alt='Grid of scatter plots and histograms comparing observed values of the four physicial attributes (features) measured in the penguins sampled. Scatter plots illustrate the distribution of values observed for each pair of features. On the diagonal, where one feature would be compared with itself, histograms are displayed that show the distribution of values observed for that feature, coloured according to the species of the individual sampled. The pair plot shows distinct but overlapping clusters of data points representing the different species, with no pair of features providing a clean separation of clusters on its own.'}

[sex_pairplot]: fig/02_sex_pairplot.png "Pair plot grouped by sex"
{alt='Pair plot showing the separability of the two sexes of penguin for combinations of dataset attributes'}
{alt='Grid of scatter plots and histograms comparing observed values of the four physicial attributes (features) measured in the penguins sampled, with data points coloured according to the sex of the individual sampled. The pair plot shows similarly-shaped distribution of values observed for each feature in male and female penguins, with the distribution of measurements for females skewed towards smaller values.'}

[training_curve]: fig/02_training_curve.png "Training Curve"
{alt='Training loss curve of the neural network training which depicts exponential decrease in loss before a plateau from ~10 epochs'}

[bad-training-curve]: ../fig/02_bad_training_history_1.png "Training Curve Gone Wrong"
{alt='Very jittery training curve with the loss value jumping back and forth between 2 and 4. The range of the y-axis is from 2 to 4, whereas in the previous training curve it was from 0 to 2. The loss seems to decrease a litle bit, but not as much as compared to the previous plot where it dropped to almost 0. The minimum loss in the end is somewhere around 2.'}

[confusion_matrix]: fig/confusion_matrix.png "Confusion Matrix"
{alt='Confusion matrix of the test set with high accuracy for Adelie and Gentoo classification and no correctly predicted Chinstrap'}

Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2024-07-30"
"paper.md" "9a65da74572113c228e0c225f62e7b78" "site/built/paper.md" "2024-07-30"
"episodes/1-introduction.Rmd" "eae9c0a1bb7cf2d4d9d3bb158a37dae9" "site/built/1-introduction.md" "2024-07-30"
"episodes/2-keras.Rmd" "16ecfea4b9967374aeb1d2fc865ed8cf" "site/built/2-keras.md" "2024-07-30"
"episodes/2-keras.Rmd" "a108f1c7593ebbe5eae956203d58f202" "site/built/2-keras.md" "2024-07-30"
"episodes/3-monitor-the-model.Rmd" "411d189bc1153f6ca9c7306dfae2c045" "site/built/3-monitor-the-model.md" "2024-07-30"
"episodes/4-advanced-layer-types.Rmd" "1ea9153de88dea16590e2692346c609b" "site/built/4-advanced-layer-types.md" "2024-07-30"
"episodes/5-transfer-learning.Rmd" "730f5f22ab20ff94fef20fb94f0207e9" "site/built/5-transfer-learning.md" "2024-07-30"
Expand Down

0 comments on commit 63e38a2

Please sign in to comment.