weightwise experiments

This commit is contained in:
Si11ium
2019-03-14 22:31:48 +01:00
parent 252716c420
commit 36d6579e4f
56 changed files with 66 additions and 134 deletions

View File

@@ -0,0 +1,12 @@
ParticleDecorator activiation='linear' use_bias='False'
{'divergent': 0, 'fix_zero': 0, 'fix_other': 0, 'fix_sec': 0, 'other': 100}
ParticleDecorator activiation='sigmoid' use_bias='False'
{'divergent': 0, 'fix_zero': 0, 'fix_other': 0, 'fix_sec': 0, 'other': 100}
ParticleDecorator activiation='relu' use_bias='False'
{'divergent': 0, 'fix_zero': 0, 'fix_other': 0, 'fix_sec': 0, 'other': 100}

View File

@@ -0,0 +1,30 @@
variation 10e-0
avg time to vergence 3.65
avg time as fixpoint 0
variation 10e-1
avg time to vergence 5.07
avg time as fixpoint 0
variation 10e-2
avg time to vergence 6.49
avg time as fixpoint 0
variation 10e-3
avg time to vergence 7.97
avg time as fixpoint 0
variation 10e-4
avg time to vergence 9.81
avg time as fixpoint 0.04
variation 10e-5
avg time to vergence 11.4
avg time as fixpoint 1.51
variation 10e-6
avg time to vergence 13.14
avg time as fixpoint 3.26
variation 10e-7
avg time to vergence 14.63
avg time as fixpoint 4.95
variation 10e-8
avg time to vergence 21.35
avg time as fixpoint 11.47
variation 10e-9
avg time to vergence 26.36
avg time as fixpoint 16.3

View File

@@ -0,0 +1,4 @@
TrainingNeuralNetworkDecorator activiation='sigmoid' use_bias=False
{'xs': [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100], 'ys': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 'zs': [0.0, 1.0, 3.4, 7.0, 8.3, 9.3, 9.9, 9.5, 9.7, 9.9, 10.0]}

View File

@@ -0,0 +1,4 @@
TrainingNeuralNetworkDecorator activiation='linear' use_bias=False
{'xs': [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100], 'ys': [0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0], 'zs': [0.0, 0.0, 0.6, 2.2, 3.5, 4.8, 5.6, 7.1, 8.3, 7.5, 9.0]}

View File

@@ -0,0 +1,4 @@
ParticleDecorator activiation='linear' use_bias=False
{'xs': [0, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000], 'ys': [0.4, 0.45, 0.7, 0.9, 1.0, 0.9, 0.9, 1.0, 0.9, 0.9, 0.9]}

View File

@@ -0,0 +1,4 @@
ParticleDecorator activiation='linear' use_bias=False
{'divergent': 0, 'fix_zero': 0, 'fix_other': 19, 'fix_sec': 0, 'other': 1}