Implementation of a simple MNIST training for sinclair:
To build and run you need:
- z88dk: https://github.com/z88dk/z88dk.git
- fuse - zx spectrum emulator: http://fuse-emulator.sourceforge.net/
- bas2tap - text to zx spectrum basic tape: https://github.com/andybalaam/bas2tap.git
It builds 4 tapes to run:
- train_C_float.tap - tape to run C training
- train_C_fixed.tap - tape to run fixed point C training
- train_basic.tap - tape for BASIC traing
- train_basic_tobos.tap - tape to be used with ToBoSFP basic compiler