nicely done. thanks. how fast is this? say i send a some training data and test data to matlab and then train an ANN inside of matlab and get predictions back ... how fast can it be done? in an earlier attempt i just opened a pipe using the popen() and used the load command to get matlab to read my input data and write answers to a file that i read from my c code. that was way too slow for my needs.
nicely done. thanks. how fast is this? say i send a some training data and test data to matlab and then train an ANN inside of matlab and get predictions back ... how fast can it be done? in an earlier attempt i just opened a pipe using the popen() and used the load command to get matlab to read my input data and write answers to a file that i read from my c code. that was way too slow for my needs.
awimagic 4 months ago