【源码】易学易用的卷积神经网络仿真

在这里插入图片描述

本代码支持不同的激活函数,如sigmoid, tanh, softmax, softplus, ReLU (rect)。

It support different activation functions such as sigmoid, tanh, softmax, softplus, ReLU (rect).

BuildYourOwnCNN.m中的MNIST示例和说明演示了如何使用该代码。

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.

源码下载地址:

http://page5.dfpan.com/fs/elc0j2b218293160a14/

更多精彩文章请关注微信号:在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_42825609/article/details/86380565
今日推荐