Custom learning block

For learning blocks, beside neuron network, can I use something else for example: random forest?

@martin449 Not at the present time as the applications we are focused on primarily leverage neural networks. Curious, do you have an application that would benefit from random forest?

I’m working on an application that can recognize gestures base on current generated by a piezoelectric transducer integrated with a MC.

1 Like

You should be able to leverage the keras (classification) block for that, you don’t need random forest.

Thank you. will try it