Fraunhofer-IMS / AIfES_for_Arduino

This is the Arduino® compatible port of the AIfES machine learning framework, developed and maintained by Fraunhofer Institute for Microelectronic Circuits and Systems.
GNU Affero General Public License v3.0
216 stars 45 forks source link

BiDirectional networks #12

Open droneconnect opened 2 years ago

droneconnect commented 2 years ago

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?

JustusViga commented 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