Open droneconnect opened 2 years ago
Hi @droneconnect ,
unfortunately, recurrent neural networks are not yet supported in AIfES. So far, only fully-connected neural networks (FCNN / MLP) and soon also convolutional neural networks (CNN) can be created. As we continue to add new features to AIfES, support for recurrent neural networks will come in the future as well.
Best regards Justus
we would like to try out the AIfES framework to evaluate the execution of a model built with Keras. Can BiDirectional network models from Keras be translated into an implementation that runs, for example, on a Portenta H7?