[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Interfacing through C++ program
So I have battled through creating and training my BP ANN, and it is
working well (Knock on wood). The problem that I now face is that of using
it as a part of a larger program. I need to beable to call my ANN, input a
set of data (prepared by a C++ program), feed it through the net and
gather the output activation levels which will be passed to the C++
program for interpolation.
It is unclear to me after reading the documentation how to do this. Any
help would be greatly appreciated.
Thanks,
Josh Hursey