Skip to content

Commit e6b3fea

Browse files
authored
Merge pull request #399 from wedesoft/mlp-draft-6
Minor change to trigger workflow
2 parents 127569c + a76c5f3 commit e6b3fea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site/mlp/main.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ We did not explore different learning rates, but this hyperparameter is usually
891891
* The learning rate is too low if the model converges very slowly.
892892
* The learning rate is too high if the loss becomes unstable and the parameters diverge.
893893

894-
Enjoy!
894+
Enjoy! :)
895895

896896

897897
```{=html}

src/mlp/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,4 +356,4 @@ labels
356356
;; * The learning rate is too low if the model converges very slowly.
357357
;; * The learning rate is too high if the loss becomes unstable and the parameters diverge.
358358
;;
359-
;; Enjoy!
359+
;; Enjoy! :)

0 commit comments

Comments
 (0)