Home > Backend Development > C++ > body text

I Developed Neural Network Library with C

Linda Hamilton
Release: 2024-10-05 18:08:03
Original
229 people have browsed it

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.

The above is the detailed content of I Developed Neural Network Library with C. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!