Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 8ca700e
Branch  : main
Author  : Carsten Schnober <[email protected]>
Time    : 2024-07-23 08:27:40 +0000
Message : Merge pull request #506 from carpentries-incubator/refer-to-lesson-as-lesson

Refer to lesson content with lesson
  • Loading branch information
actions-user committed Jul 23, 2024
1 parent dc0908d commit 11b1e8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ There are many software libraries available for deep learning including:

### Keras

[Keras](https://keras.io/) is designed to be easy to use and usually requires fewer lines of code than other libraries. We have chosen it for this workshop for that reason. Keras can actually work on top of TensorFlow (and several other libraries), hiding away the complexities of TensorFlow while still allowing you to make use of their features.
[Keras](https://keras.io/) is designed to be easy to use and usually requires fewer lines of code than other libraries. We have chosen it for this lesson for that reason. Keras can actually work on top of TensorFlow (and several other libraries), hiding away the complexities of TensorFlow while still allowing you to make use of their features.

The processing speed of Keras is sometimes not as high as with other libraries and if you are going to move on to create very large networks using very large datasets then you might want to consider one of the other libraries. But for many applications, the difference will not be enough to worry about and the time you will save with simpler code will exceed what you will save by having the code run a little faster.

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ We also value any feedback on the lesson!

## Breaks and Schedule

Episode 2, 3, and 4 in this workshop are relatively long.
Episode 2, 3, and 4 in this lesson are relatively long.
We suggest to have a break at least every 90 minutes and to switch the instructor regularly, also within episodes.
We have added reminders to the longer episodes with suggestions for when to have a switch and/or a break.

There is an [example schedule](schedule.html) with breaks that can be adapted to your workshop.
There is an [example schedule](schedule.html) with breaks that can be adapted to how you want to teach the lesson.

:::
2 changes: 1 addition & 1 deletion instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following exercises work well to do in groups / break-out rooms:
All other exercises are small and can be done individually.

## Presentation slides
There are no official presentation slides for this workshop, but this material does include some example
There are no official presentation slides for this lesson, but this material does include some example
slides from when this course was taught by different institutions. These slides can be found in
the
[slides](https://github.com/carpentries-incubator/deep-learning-intro/tree/main/instructors/slides)
Expand Down
6 changes: 3 additions & 3 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-07-23"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-07-23"
"config.yaml" "bb28d4820055b928caa1334d348e821c" "site/built/config.yaml" "2024-07-23"
"index.md" "57c3faa3e5920a003bfaae60e0deb1fb" "site/built/index.md" "2024-07-23"
"index.md" "6d12fb4ea433a2dded8bf0af2d82dd2b" "site/built/index.md" "2024-07-23"
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2024-07-23"
"paper.md" "9a65da74572113c228e0c225f62e7b78" "site/built/paper.md" "2024-07-23"
"episodes/1-introduction.Rmd" "21ae451c5fbec398c47a9c26d4f1a74c" "site/built/1-introduction.md" "2024-07-23"
"episodes/1-introduction.Rmd" "47f9d0f936e2b1f6b76e40c1f65fb856" "site/built/1-introduction.md" "2024-07-23"
"episodes/2-keras.Rmd" "d26048b6e406d18712cc77a7eb8c511b" "site/built/2-keras.md" "2024-07-23"
"episodes/3-monitor-the-model.Rmd" "411d189bc1153f6ca9c7306dfae2c045" "site/built/3-monitor-the-model.md" "2024-07-23"
"episodes/4-advanced-layer-types.Rmd" "1ea9153de88dea16590e2692346c609b" "site/built/4-advanced-layer-types.md" "2024-07-23"
"episodes/5-transfer-learning.Rmd" "730f5f22ab20ff94fef20fb94f0207e9" "site/built/5-transfer-learning.md" "2024-07-23"
"episodes/6-outlook.Rmd" "7264ccce0dd3d0a3d781363c87d7cb16" "site/built/6-outlook.md" "2024-07-23"
"instructors/bonus-material.md" "d5b6aaee56986ab74e33bb95894cdc0e" "site/built/bonus-material.md" "2024-07-23"
"instructors/design.md" "6c13db77f9d69a294398a77da7e9883f" "site/built/design.md" "2024-07-23"
"instructors/instructor-notes.md" "d8f82cadfcae5d8a5bcacc02d2ad32e6" "site/built/instructor-notes.md" "2024-07-23"
"instructors/instructor-notes.md" "73b56a12ce196586a580b9399e2d49fc" "site/built/instructor-notes.md" "2024-07-23"
"instructors/schedule.md" "da1a92ad7102c42c77abb5170ace55fd" "site/built/schedule.md" "2024-07-23"
"instructors/survey-templates.md" "ea5d46e7b54d335f79e57a7bc31d1c5c" "site/built/survey-templates.md" "2024-07-23"
"learners/reference.md" "e47218673643f23431c540c2d3b27868" "site/built/reference.md" "2024-07-23"
Expand Down

0 comments on commit 11b1e8c

Please sign in to comment.