Convolution Neural Network - simple code - simple to use
I wrote this code while learning CNN. It support different activation functions such as sigmoid, tanh, softmax, softplus, ReLU (rect). The MNIST example and instructions in BuildYourOwnCNN.m demonstrate how to use the code. One can also build only ANN network using this code. I also wrote a simple script to predict gender from face photograph totally for fun purpose. It predicts gender male or female and also predict if face is more similar to monkey rather than male or female human - totally for fun purpose.
Citation pour cette source
Ashutosh Kumar Upadhyay (2026). Convolution Neural Network - simple code - simple to use (https://fr.mathworks.com/matlabcentral/fileexchange/59223-convolution-neural-network-simple-code-simple-to-use), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation >
- MATLAB > External Language Interfaces >
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.4.0.0 | please see comment. one unnecessary line has been commented. |
||
| 1.3.0.0 | logo image updated |
||
| 1.2.0.0 | Funny example of predicting genders from face photographs is added. Network has already trained, and it can predict the gender. Just enjoy it. |
||
| 1.1.0.0 | Tags corrected. |
||
| 1.0.0.0 |
