搜索资源列表
torch3
- mlp.cpp的c++代码段 用于文档辨识-mlp
mlp-new.cpp
- 多层前馈神经网络学习算法训练与测试才c++代码-Multilayer feedforward neural network learning algorithm training and testing before c++ code
sparseae
- Sparse AutoEncoder 编程代码,此代码可以用于提取未命名标签的各类图像的特征,支持 Deep Learning 后续分类 MLP-Sparse AutoEncoder programming code, this code can be used to extract unnamed label features images of all kinds, supporting Deep Learning subseque
0-svnn
- 这段代码实现了一个新的MLP神经网络训练方法,来自论文A new method for neural network regularization(内附)-This code implements a new training method for MLP neural networks, named Support Vector Neural Network (SVNN), proposed in the work: O. Ludwi
mlp
- 用mlp实现分类,例子中用了一个隐层,可以改变隐层个数,用多个隐层(With mlp to achieve classification, the example used a hidden layer, you can change the number of hidden layers, with multiple hidden layer)
tensorflow实战代码
- Tensorflow新手学习代码,包括AutoEncoder, CNN, DenoisingAutoEncoder, ImageToNum, MLP, softmax_regression,tensorboard 等(Tensorflow codes for novices, including AutoEncoder, CNN, DenoisingAutoEncoder, ImageToNum, MLP, softmax_regres
MLP_iris
- 一个简单的多层感知器实现鸢尾花数据的分类的代码(use mlp to realize the classification of Iris dataset)