gcmike
gcmike
Hi there, The source code suggests that "backgroundLineColor" is the one to change if I want to modify the color of radial indicator, rather than "backgroundLineColorRadial." But the point is...
Hi there. Great work on the project! I have made successful progress with mac os. But I was wondering if the trained model, say minst-cnn.kan, could be transferred to ARM...
Hi there. I am dealing with 1D signal and hence I have modified the mnist-cnn.c example and changed the model like shown below: ```c kad_node_t *t; t = kann_layer_input(200); t...
Hi there. I'm using the Arduino IDE and wonder if there is a way to turn on hardware FPU. Is there any parameters that need to change/add, e.g. board.txt or...