codeplea / genann

simple neural network library in ANSI C
https://codeplea.com/genann
zlib License
2.01k stars 237 forks source link

Can it be used for inference on ESP32? #60

Closed ZJDATY closed 9 months ago

ZJDATY commented 9 months ago

The main frequency of ESP32-S3 can reach up to 240MHz. What problems may I encounter?

codeplea commented 9 months ago

What do you mean? Why would you have any problems with that?

ZJDATY commented 9 months ago

What do you mean? Why would you have any problems with that?

Hi,I just think it would be an interesting thing. I saw someone using esp32 to reason about AI, and I happened to see your article on AI training and reasoning that does not rely on any third-party libraries.

codeplea commented 9 months ago

Genann should work great on the ESP32. I know others are using it there, and even on smaller chips too.