Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Feb 13, 2025
1 parent da449b4 commit 5990dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ deep_learner$train(mnist)
* Without the great R package `torch` none of this would have been possible.
* The names for the callback stages are taken from [luz](https://mlverse.github.io/luz/), another high-level deep learning framework for R `torch`.
* Building neural networks using `PipeOpTorch` operators is inspired by [keras](https://keras.io/).
* This R package is developed as part of the [Mathematical Research Data Initiative](https://www.mardi4nfdi.de/about/mission).

## Bugs, Questions, Feedback

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ deep_learner$train(mnist)
learning framework for R `torch`.
- Building neural networks using `PipeOpTorch` operators is inspired by
[keras](https://keras.io/).
- This R package is developed as part of the [Mathematical Research Data
Initiative](https://www.mardi4nfdi.de/about/mission).

## Bugs, Questions, Feedback

Expand Down

0 comments on commit 5990dd6

Please sign in to comment.