-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validation of neural context flow with 150000 epochs
- Loading branch information
rdes
committed
Jan 21, 2024
1 parent
f764c97
commit 1e52a56
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# nodebias | ||
Inductive bias learning for dynamical systems | ||
|
||
|
||
|
||
NodeBias is built around 5 extensible modules: | ||
- a DataLoader: to store the dataset | ||
- a Learner: a model and loss function | ||
- A Trainer: to train | ||
- a VisualTester: to test and visualize the results | ||
- a HPFactory: to find hyper-parameters for our models | ||
|
||
Diagram showing the flow across the modules. | ||
|
||
|
||
A few neural ODE implemented models: | ||
- One-Per-Env | ||
- One-For-All | ||
- Context-Informed | ||
- Neural Context Flow |
This file contains 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 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