NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
52 stars 12 forks source link

ESN added hyperparameters #105

Closed denkle closed 11 months ago

denkle commented 11 months ago

@jasonlyik, added .csv file with hyperparameters for each time series found via the random search. Also included an additional loop regulated by repeat parameters that tells how many randomly initialised networks to evaluate for each time series. Time series are not the same for each repeat but instead shifter by the specified offset value.

P.S. Added as a new branch since was getting error when trying to push to dev branch directly. The actual changes are only in two files. New file "echo_state_network_hyperparameters.csv" and "modifying benchmark.py" inside "mackey_glass"

jasonlyik commented 11 months ago

Looks good, thanks Denis!