"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > I Developed Neural Network Library with C

I Developed Neural Network Library with C

Published on 2024-11-08
Browse:564

I Developed Neural Network Library with C

Developing ai with Python was quite hard for me because I never used Python before. But I know C and math, so why can't I develop it in C?

Here is how my story started. I made a decision to develop it.

I firstly watched Tsoding Daily's ml in C playlist. It was a great resource for me. Explaining of math and neural networks are great! So I develop my so first neural networks with that playlist. It was so fast and lightweight. But structure of model wasn't good for me. I want to make it like Python.

After that I created new folder and firstly I create structure of layer and model. After that, I implemented math functions. One thing led to another. For 30 days I developed it and now, I have working library.

You can create big models and process image with CNN functions.

All codes open source and free to use here.

Release Statement This article is reproduced at: https://dev.to/omerfdmrl/i-developed-neural-network-library-with-c-44cg If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3