Soo... I want to know about some of the open source AI Libraries that I could use, with the programming language C. (Not to be confused with c++ or rust or python)
My ultimate goal is to have a neural network, which can classify some things based on the data that I feed. I also want to have full control of the output data, so that I can cancel the final step of the network, I.E. normalizing the data, so I have at the output a mess of data.
I am curious to see if this mess is usable in any interesting way.
Thank you in advance!