Created
August 31, 2016 14:41
-
-
Save galvanic/7f7a3233fbb52893a63008be9643c8ac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| default_parameters: | |
| experiment: adaptive combination | |
| dataset_filename: enron-kayla | |
| label_type: | |
| ham_label: -1 | |
| spam_label: 1 | |
| classifier_fast: | |
| training_parameters: | |
| initial_weights: null | |
| testing_parameters: {} | |
| classifier_slow: | |
| training_parameters: | |
| initial_weights: null | |
| testing_parameters: {} | |
| training_parameters: | |
| window_size: 1 | |
| window_operator: mean | |
| attack: | |
| parameters: | |
| percentage_samples_poisoned: .50 | |
| start: 20000 | |
| duration: 5000 | |
| parameter_ranges: | |
| - name: classifier fast | |
| key: [classifier_fast, type] | |
| values: | |
| - adaline | |
| - logistic regression | |
| - name: classifier slow | |
| key: [classifier_slow, type] | |
| values: | |
| - adaline | |
| - logistic regression | |
| - name: η fast | |
| key: [classifier_fast, training_parameters, learning_rate] | |
| values: | |
| - .01 | |
| - .005 | |
| - name: η slow | |
| key: [classifier_slow, training_parameters, learning_rate] | |
| values: | |
| - .001 | |
| - .0005 | |
| - name: attack | |
| key: [attack, type] | |
| values: | |
| - dictionary | |
| - empty | |
| - name: adaptation rate | |
| key: [training_parameters, adaptation_rate] | |
| values: | |
| - 0.5 | |
| - 1 | |
| - 1.5 | |
| - 2 | |
This file contains hidden or 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
| default_parameters: | |
| experiment: adaptive combination | |
| dataset_filename: enron-kayla | |
| label_type: | |
| ham_label: -1 | |
| spam_label: 1 | |
| classifier_fast: | |
| training_parameters: | |
| initial_weights: null | |
| testing_parameters: {} | |
| classifier_slow: | |
| training_parameters: | |
| initial_weights: null | |
| testing_parameters: {} | |
| training_parameters: | |
| window_size: 1 | |
| window_operator: mean | |
| attack: | |
| parameters: | |
| percentage_samples_poisoned: .50 | |
| start: 20000 | |
| duration: 5000 | |
| parameter_ranges: | |
| - name: classifier fast | |
| key: [classifier_fast, type] | |
| values: | |
| - adaline | |
| - logistic regression | |
| - name: classifier slow | |
| key: [classifier_slow, type] | |
| values: | |
| - adaline | |
| - logistic regression | |
| - name: η fast | |
| key: [classifier_fast, training_parameters, learning_rate] | |
| values: | |
| - .01 | |
| - .005 | |
| - name: η slow | |
| key: [classifier_slow, training_parameters, learning_rate] | |
| values: | |
| - .001 | |
| - .0005 | |
| - name: attack | |
| key: [attack, type] | |
| values: | |
| - dictionary | |
| - empty | |
| - name: adaptation rate | |
| key: [training_parameters, adaptation_rate] | |
| values: | |
| - 0.5 | |
| - 1 | |
| - 1.5 | |
| - 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment