1 Star 2 Fork 2

zhuchao-octopus / C-CNN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

C-CNN

This is a Convolutional Neural Network (CNN) in C. This project aims to showcase the power and versatility of the C language in building deep learning models. The Convolutional Neural Network is a popular and effective architecture for image classification, object detection, and other computer vision tasks. Through this project allowing users to train and deploy their own deep learning models.

Key features of the project include:

Cross-platform: This project can be compiled on different platforms, such as windows linux android stm32 embedded platforms.

Customizable CNN architecture: The framework provides flexibility in defining the layers, such as convolutional layers,active layer, pooling layers, fully connected layers,and softmax layer and so on, allowing users to tailor the network architecture to their specific needs.

Training and optimization: The project includes functions for training the CNN using backpropagation and gradient descent. Users can choose different optimization techniques, such as stochastic gradient descent (SGD) or Adam optimizer, to improve the training process. Evaluation and prediction: Once trained, the CNN model can be evaluated on test datasets, providing accuracy metrics and performance evaluation. Additionally, it supports making predictions on unseen data, enabling applications like image classification.

I have documented the code extensively, providing explanations and examples to help users understand the implementation and utilize the framework effectively. The project also includes sample cifar-10 datasets and an example script to guide users through the training process. I welcome contributions, feedback, and collaborations from the open-source community. Feel free to explore the project on GitHub [https://github.com/zhuchao-octopus/C-CNN], where you can find the complete source code, instructions, and further details.

Thank you for your time and interest in this project. I hope it proves to be a valuable resource for anyone interested in implementing CNNs in C.

MIT License Copyright (c) 2023 zhuchao-octopus Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个跨平台的深度学习神经网络模型(卷积神经网络),纯C语言实现,可以在windows、linux、android、stm32等嵌入式系统上面部署。 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/zhuchao-octopus/C-CNN.git
git@gitee.com:zhuchao-octopus/C-CNN.git
zhuchao-octopus
C-CNN
C-CNN
master

搜索帮助