-
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.
Merge pull request #17 from aodn/refactor-main
Refactor main
- Loading branch information
Showing
17 changed files
with
706 additions
and
4,715 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
data_discovery_ai/common/keyword_classification_parameters.ini
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[preprocessor] | ||
vocabs = AODN Instrument Vocabulary, AODN Discovery Parameter Vocabulary, AODN Platform Vocabulary | ||
rare_label_threshold = 10 | ||
test_size = 0.2 | ||
n_splits = 5 | ||
train_test_random_state = 42 | ||
|
||
[keywordModel] | ||
dropout = 0.3 | ||
learning_rate = 0.001 | ||
fl_gamma = 2 | ||
fl_alpha = 0.7 | ||
epoch = 100 | ||
batch = 32 | ||
early_stopping_patience = 5 | ||
reduce_lr_patience = 5 | ||
validation_split = 0.2 | ||
confidence = 0.4 | ||
top_N = 2 |
This file was deleted.
Oops, something went wrong.
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
Binary file removed
BIN
-1.37 MB
data_discovery_ai/output/20241024221305-trained-keyword-epoch100-batch32.keras
Binary file not shown.
Binary file not shown.
Oops, something went wrong.