Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
machine learning and FANN

I've been running tests outside the quantopian sphere using pyfann which utilizes the libfann library.

I would very much like to be able to incorporate these networks into my quantopian algorithm. I think, in order to make this happen we would need two things.

  1. support for importing pyfann into our algo.
  2. a method to be able to read in a network, trained elsewhere, and use it in the currently running algo.

Is this an interest for the community in general? How difficult/likely is it to implement?

1 response

It would also be great to have some related packages like theano, pylearn2, pymc, etc.