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

Support for Sequential Models #16

Closed expeon07 closed 2 years ago

expeon07 commented 2 years ago

Hi! Are sequential models supported in this library?

PierreGembaczka commented 2 years ago

Hi @expeon07

do you mean a Sequential Keras model? Sure, a feedforward neural network works fine. CNNs coming soon 😉

Best, Pierre

expeon07 commented 2 years ago

Yes, a sequential model. I just wanted to confirm but I think the examples you had have sequential Keras models as well. Thank you!