Skip to content
Snippets Groups Projects
pcn-s2stdp.json 910 B
{
    "full_logs": true,

    "n_neurons": 20,
    "firing_threshold": 110,
    "leak_tau": null,
    "decision_making": "single",

    "w_min": 0,
    "w_max": 1,
    "w_normal_init": true,
    "w_init_mean": 0.5,
    "w_init_std": 0.01,
    "normalize_weights": true,
    "w_mean_norm": 0.3,

    "n_epochs": 100,
    "training_method": "sstdp",
    "loss_type": "mean",
    "t_gap": 0.001,
    "adjust_t_gap": true,
    "loss_bounds": false,
    "class_wta": true,
    "early_stopping": true,
    "early_stop_patience": 10,

    "stdp_type": "multiplicative",
    "stdp_soft_bound": false,
    "stdp_ignore_silent": false,
    "stdp_ap": 0.05,
    "stdp_am": -0.2,
    "stdp_anti_ap": null,
    "stdp_anti_am": null,
    "stdp_ltp_win": 1,
    "stdp_ltd_win": 1,
    "stdp_ltp_offset": 0,
    "stdp_b": 1,
    "modulate_lr_perf": false,
    "lr_annealing": 0.98,

    "dropout_in": 0,
    "dropout_out": 0
}