-
Notifications
You must be signed in to change notification settings - Fork 92
Brulee neural networks with two hidden layers #1187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
eede3b7
engine work for two-layer mlp models
c0d917e
temp change for tunable
bec0423
enable parsnip to work with functions wit parameterized labels
5514daf
Revert "enable parsnip to work with functions wit parameterized labels"
f80c731
update tunable method for brulee mlps
598bdb5
update for other brulee engines
c02b6e1
add rate_schedule to tunables
e040933
Merge branch 'main' into brulee-two-layer
46cee8e
doc updates
38e3c7e
typo fix
d4be8e4
update test
9589f01
fix two bugs in brulee tunable methods
topepo 1b272b2
Update man/rmd/mlp_brulee_two_layer.Rmd
topepo 9277fbe
Merge branch 'main' into brulee-two-layer
topepo 5f99a11
remove () from argument names
topepo 2390375
add mode to set_dependency()
topepo 8801942
update tunables and tests
topepo e7c56dc
redoc
topepo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#' Multilayer perceptron via brulee with two hidden layers | ||
#' | ||
#' [brulee::brulee_mlp_two_layer()] fits a neural network (with version 0.3.0.9000 or higher of brulee) | ||
#' | ||
#' @includeRmd man/rmd/mlp_brulee_two_layer.md details | ||
#' | ||
#' @name details_mlp_brulee_two_layer | ||
#' @keywords internal | ||
NULL | ||
|
||
# See inst/README-DOCS.md for a description of how these files are processed |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.