Skip to content

Roadmap

vincentherrmann edited this page Jun 20, 2016 · 5 revisions

Bullet points for the future development of this library.

  • Rewrite in Swift 3. Cleaning up names, files, architecture.
  • Adding more tests.
  • Evaluating performance. Making more controlled use of dispatching. Finding bottlenecks. Searching more efficient solutions.
  • Adding support for different data types besides Float32.
  • Implementing recurrent and convolutional neural nets.
  • Implementing Fourier and Wavelet transforms.
  • Implementing SVMs and other machine learning algorithms
  • Trying use in realtime audio threads.
  • Adding iOS support.
  • Trying some GPU implementations.
  • Adding UI for graphs.