psylink 0.3.0

GUI for PsyLink neural interface for receiving/graphing biosignals and predicting user's intentions
Documentation
{
  "model": {
    "num_classes": 4,
    "hidden_size": 32,
    "dropout": 0.5
  },
  "optimizer": {
    "weight_decay": null,
    "grad_clipping": null,
    "beta_1": 0.9,
    "beta_2": 0.999,
    "epsilon": 0.00001
  },
  "num_epochs": 7,
  "batch_size": 32,
  "num_workers": 8,
  "seed": 42,
  "learning_rate": 0.0001
}