Convolution Neural Network - simple code - simple to use

This is a simple to use code of Convolution Neural Network -a deep learning tool.
ダウンロード: 10.1K
更新 2017/2/16

ライセンスの表示

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.

引用

Ashutosh Kumar Upadhyay (2024). Convolution Neural Network - simple code - simple to use (https://www.mathworks.com/matlabcentral/fileexchange/59223-convolution-neural-network-simple-code-simple-to-use), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
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