Skip to content

Commit

Permalink
new experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Chevallier committed Jan 7, 2016
1 parent f23c0f7 commit 933ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment_bci_competition.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def read_BCI_signals():
n_features = X[0].shape[1] # 375, 3s of decimated signal at 125Hz
kernel_init_len = 80 # kernel size is 50
n_kernels = 60
n_nonzero_coefs = 3
n_nonzero_coefs = 2
learning_rate = 5.0
n_iter = 40 # 100
n_jobs, batch_size = -1, None # n_cpu, 5*n_cpu
Expand Down

0 comments on commit 933ee75

Please sign in to comment.