随笔分类 - algorithm
摘要:zh.wikipedia.org/wiki/卷积神经网络 池化(Pooling)是卷积神经网络中另一个重要的概念,它实际上一种形式的向下采样。有多种不同形式的非线性池化函数,而其中“最大池化(Max pooling)”是最为常见的。它是将输入的图像划分为若干个矩形区域,对每个子区域输出最大值。直觉上
阅读全文
摘要:https://en.wikipedia.org/wiki/Convolutional_neural_network Convolutional layers apply a convolution operation to the input, passing the result to the
阅读全文
摘要:Convolutional networks may include local or global pooling layers[clarification needed], which combine the outputs of neuron clusters at one layer int
阅读全文
摘要:【要解决到的问题】“对于给定的mac-rssi列表,求出特征值。”
阅读全文
摘要:http://papers.nips.cc/paper/5477-neural-word-embedding-as-implicit-matrix-factorization 嵌入 | TensorFlow https://tensorflow.google.cn/programmers_guide
阅读全文
摘要:K-DSN 深度堆叠网络 Random Features for Large-Scale Kernel Machines To accelerate the training of kernel machines, we propose to map the input data to a rand
阅读全文
摘要:http://web.stanford.edu/class/cs246/slides/dim-red.pdf http://web.mit.edu/be.400/www/SVD/Singular_Value_Decomposition.htmhttp://mathworld.wolfram.com/
阅读全文
摘要:【协方差矩阵在图像处理之特征脸处理中的应用】 【说】注意关键点在于“数据量的巨大,计算量的巨大”。【说】特征值起到了数据压缩、显示特征的作用。 一个标准化的面部图形的一个大型数据集合的协方差矩阵的特征向量称为特征脸。 https://zh.wikipedia.org/wiki/特征值和特征向量 在图
阅读全文
摘要:一切的算法,落到了“0101”的相似度比较。将INPUT作“字符串”、“实数、虚数”、“矩阵”、“向量”、“张量”?我们已有一个--来源,如:历史数据、先验生成--参照物、事实标准、参考系--INPUT代表着未知,需要我们给出结果,矩阵:协方差矩阵-->特征值 图像识别 指纹识别
阅读全文
摘要:http://neuralnetworksanddeeplearning.com/chap4.html In essence, we're using our single-layer neural networks to build a lookup table for the function.
阅读全文