Skip to content

Instantly share code, notes, and snippets.

@galvanic
Created August 31, 2016 14:41
Show Gist options
  • Select an option

  • Save galvanic/7f7a3233fbb52893a63008be9643c8ac to your computer and use it in GitHub Desktop.

Select an option

Save galvanic/7f7a3233fbb52893a63008be9643c8ac to your computer and use it in GitHub Desktop.
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
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
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment