Skip to content

dagelf/zx_spectrum_deep_learning

 
 

Repository files navigation

Deep Learing For ZX Spectrum

Implementation of a simple MNIST training for sinclair:

To build and run you need:

  1. z88dk: https://github.com/z88dk/z88dk.git
  2. fuse - zx spectrum emulator: http://fuse-emulator.sourceforge.net/
  3. 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

About

Do some retro deep learing on ZX Spectrum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 40.1%
  • Objective-C 35.4%
  • VBA 12.6%
  • C++ 4.4%
  • Assembly 3.4%
  • Shell 2.7%
  • Python 1.4%