-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
365 additions
and
57 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--file example_data\countries.csv | ||
--size 16 12 | ||
--epochs 2500 | ||
--layers "child_mort_2010 birth_p_1000 log_GNI LifeExpectancy PopGrowth PopUrbanized PopGrowthUrb AdultLiteracy PrimSchool Income_low_40 Income_high_20" "continent" | ||
--preserve Country code | ||
--labels Country | ||
--label-length 10 | ||
--categ false true | ||
--norm gauss none | ||
--weights 1 0.5 | ||
--alpha 0.2 0.01 lin | ||
--radius 6 0.8 lin | ||
--decay 0.2 0.001 exp | ||
--neigh gauss | ||
--no-data - | ||
--fps 1 | ||
--output example_data\_countries | ||
--wait |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--file ../example_data/countries.csv | ||
--size 16 12 | ||
--epochs 2500 | ||
--layers "child_mort_2010 birth_p_1000 log_GNI LifeExpectancy PopGrowth PopUrbanized PopGrowthUrb AdultLiteracy PrimSchool Income_low_40 Income_high_20" "continent" | ||
--preserve Country code | ||
--labels Country | ||
--label-length 10 | ||
--categ false true | ||
--norm gauss none | ||
--weights 1 0.5 | ||
--alpha 0.2 0.01 lin | ||
--radius 6 0.8 lin | ||
--decay 0.2 0.001 exp | ||
--neigh gauss | ||
--no-data - | ||
--fps 1 | ||
--output ../example_data/_countries | ||
--wait |
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
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
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,5 @@ | ||
param;child_mort_2010;birth_p_1000;log_GNI;LifeExpectancy;PopGrowth;PopUrbanized;PopGrowthUrb;AdultLiteracy;PrimSchool;Income_low_40;Income_high_20;continent:AF;continent:AS;continent:EU;continent:MA;continent:NA;continent:OC;continent:SA | ||
a_norm;0.010497384535940586;0.04664640119834835;0.7617458331554051;0.050738491994078906;0.4025927797455095;0.02202841192555459;0.27936954333706365;0.02613710043645987;0.044937319841335456;0.1166912636296901;0.0650040357561435;1;1;1;1;1;1;1 | ||
b_norm;0.03589896590547123;-0.5420287734364373;-2.240412693353556;-2.9989827840138976;-0.11708526628770033;-0.721230681139496;-0.15636322154024562;-1.6364318645492235;-3.5722927953512924;-1.4445933395471173;-2.588558418893565;0;0;0;0;0;0;0 | ||
a_denorm;95.26182417879751;21.437881043552142;1.3127738367240773;19.708902663419682;2.483899489285746;45.395918842425765;3.5794882579361365;38.259790998279705;22.253218561560786;8.569621828532219;15.383660235364548;1;1;1;1;1;1;1 | ||
b_denorm;-3.419800978287647;11.619948367112817;2.9411551672990717;59.10665977940128;0.29082803313490446;32.74092946767601;0.559700315476376;62.609541120578456;79.49501234084124;12.379618615935232;39.82150321565106;0;0;0;0;0;0;0 |
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
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
Oops, something went wrong.