fig fixture
This commit is contained in:
code
bar_plot.pybox_plots.pyline_plots.py
results
Soup
apply_fixpoints.pngexp-applying_fixpoint-_1552681870.3570378-0
exp-learn-from-soup-_1552658566.5572753-0
exp-mixed-self-fixpoints-_1552666977.5858653-0
exp-mixed-soup-_1552674483.9866457-0
exp-training_fixpoint-_1552658296.0913951-0
known_fixpoint_variation
known_fixpoint_variation_box.pnglearn_severity.pngmixed_self_fixpoints.pngmixed_soup.pngnewplot (1).pngnewplot(2).pngself_application_aggregation_network
self_apply1.pngself_apply2.pngself_train1.pngself_train2.pngself_training_weightwise_network
soup1.pngsoup2.pngtraining_fixpoints.pngsetups
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,30 +0,0 @@
|
||||
variation 10e-0
|
||||
avg time to vergence 3.63
|
||||
avg time as fixpoint 0
|
||||
variation 10e-1
|
||||
avg time to vergence 5.02
|
||||
avg time as fixpoint 0
|
||||
variation 10e-2
|
||||
avg time to vergence 6.46
|
||||
avg time as fixpoint 0
|
||||
variation 10e-3
|
||||
avg time to vergence 8.04
|
||||
avg time as fixpoint 0
|
||||
variation 10e-4
|
||||
avg time to vergence 9.61
|
||||
avg time as fixpoint 0.04
|
||||
variation 10e-5
|
||||
avg time to vergence 11.23
|
||||
avg time as fixpoint 1.38
|
||||
variation 10e-6
|
||||
avg time to vergence 12.99
|
||||
avg time as fixpoint 3.23
|
||||
variation 10e-7
|
||||
avg time to vergence 14.58
|
||||
avg time as fixpoint 4.84
|
||||
variation 10e-8
|
||||
avg time to vergence 21.95
|
||||
avg time as fixpoint 11.91
|
||||
variation 10e-9
|
||||
avg time to vergence 26.45
|
||||
avg time as fixpoint 16.47
|
@ -28,7 +28,8 @@ def generate_fixpoint_weights():
|
||||
def generate_fixpoint_net():
|
||||
#NOTE: Weightwise only is all we can do right now IMO
|
||||
net = WeightwiseNeuralNetwork(width=2, depth=2).with_keras_params(activation='sigmoid')
|
||||
# net = AggregatingNeuralNetwork(aggregates=4, width=2, depth=2).with_keras_params(activation='sigmoid') # I don't know if this work for aggregaeting. We don't actually need it, though.
|
||||
# I don't know if this work for aggregaeting. We don't actually need it, though.
|
||||
# net = AggregatingNeuralNetwork(aggregates=4, width=2, depth=2).with_keras_params(activation='sigmoid')
|
||||
net.set_weights(generate_fixpoint_weights())
|
||||
return net
|
||||
|
||||
|
Reference in New Issue
Block a user