搜索资源列表
soft_max
- matlab 代码,实现softmax的多分类-Matlab code, the realization of softmax classification
softmax_exercise
- softmax.使用matlab编写的分类代码-softmax.using matlab a good code
Softmax--by--Python
- softmax classification-python softmax
numpy_softmax.py.tar
- 用numpy数学库实现的softmax, 效率比较高.-softmax using numpy library, high efficiency.
rnn-from-scratch-master
- RNN神经网络的应用和概念,RNN源代码和使用方法-You can find that the parameters `(W, U, V)` are shared in different time steps. And the output in each time step can be**softmax**. So you can use**cross entropy** loss as an error function and use some optimizing method (e
softmax
- Softmax回归模型,该模型是logistic回归模型在多分类问题上的推广-softmax classifier
SparseSoftmax
- 使用Hadoop平台的Spark组件,实现机器学习分类算法Softmax,使用的编程语言为Scala。(Hadoop platform using Spark components, the realization of machine learning classification algorithm Softmax, using the programming language for Scala.)
dropout_and_minibatch
- 基于两层BP神经网络,加入dropout和softmax,输出层使用softmax,实现对手写字符库MNIST的识别,正确率达90%。(Based on the two level BP neural network, adding dropout and softmax, the output layer uses softmax to realize the recognition of handwritten character library MNIST, the accuracy ra
梯度下降法求解回归问题
- 使用SOFTMAX分类器对已有的数据集进行分类(Classification of existing data sets using SOFTMAX classifier)