Recent Releases of https://github.com/brainedarwin/skynet

https://github.com/brainedarwin/skynet - Version 1.2

This release includes two major updates:

  1. Lennart's web of neural nets is now included in modules
  2. The instrument drivers for the ADwin and niDAQ have been updated. Both drivers now include only 1 IO function, where you can specify the number of in/out as you like. Important to note is that these function do not take care of safety, i.e. they will instantaneously apply anything you apply to it. It is up to the user itself to take care of this.

- Python
Published by brambozz over 7 years ago

https://github.com/brainedarwin/skynet - Version 1.1.1

Small bugfix in SaveLib.

The copyFiles function gave an error when running a script from its own directory.

- Python
Published by brambozz over 7 years ago

https://github.com/brainedarwin/skynet - Version 1.1

Changes from v1.0: + SaveExperiment now works, even if script is not called from it's own directory + nidaq does not time out after 10s + Instruments are now imported with InstrumentImporter and are referenced differently inside a script. Please have a look at boolean_logic.py to see how.

- Python
Published by brambozz over 7 years ago

https://github.com/brainedarwin/skynet - Version 1.0

The code platform is finally in version 1. Anyone who wishes to write code can refer to the experiments in master, specifically boolean_logic.py is a good example.

Important

ADwin support is experimental, niDAQ is the recommended measurement device. Some documentation might be sparse, feel free to add this.

- Python
Published by brambozz over 7 years ago