Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
CIRI-deep_tensorflow
Commits
b7502586
Unverified
Commit
b7502586
authored
Jul 24, 2023
by
adaZ-9
Committed by
GitHub
Jul 24, 2023
Browse files
Add files via upload
parents
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
CIRIdeep.py
CIRIdeep.py
+0
-0
config.py
config.py
+22
-0
No files found.
CIRIdeep.py
0 → 100644
View file @
b7502586
This diff is collapsed.
Click to expand it.
config.py
0 → 100644
View file @
b7502586
import
os
test_prop
=
0.01
random_seed_test
=
12345
random_seed_eval
=
12345
n_fold
=
10
pos_prop
=
0.7
class_weight
=
{
0
:
1
,
1
:
1.2
,
2
:
1.2
}
architecture
=
{
'n_in'
:
6523
,
'hidden'
:
[
1200
,
500
,
300
,
200
],
'drop_out'
:
[
0
,
0.5
,
0.3
,
0.2
,
0.1
],
'batch_size'
:
512
,
'learning_rate'
:
0.001
}
test_freq
=
6000
patience_limit
=
200
n_epoch
=
100
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment