资源列表

« 1 2 ... .58 .59 .60 .61 .62 17463.64 .65 .66 .67 .68 ... 28521 »

[人工智能/神经网络/遗传算法Exercise1-Sparse-Autoencoder

说明:网址:http://deeplearning.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder斯坦福深度学习的教程,这个是稀疏编码的的练习,可以直接运行-URL: http://deeplearning.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder Stanford deep learning tutorial
<BeSky> 在 2024-10-09 上传 | 大小:137216 | 下载:0

[数据结构常用算法PostDistance

说明: 本作业为邮局选址问题。在该问题中,求邮局的最佳位置即求坐标的中位数。分解来看,即分别寻找X和Y坐标的中位数。 类设计如下:设计一个PostCal的类。计算X,Y坐标的中位数方法selectMedian(),其中partition()用于将大问题分解为子问题使用。最后有一个计算邮局到各居民点的路径总和int calSum()。 类中包含构造函数PostCal(),主要功能是实现文件读写,结果计算及输入输出。 类中包含取居
<柴鹰> 在 2024-10-09 上传 | 大小:7168 | 下载:0

[人工智能/神经网络/遗传算法Differential-Evolution-Algorithm

说明:差分进化算法,性能很好、很热的算法。这里有C、C++、Matlab的实现,希望对大家有帮助-Differential evolution algorithm, the performance is very good, very hot algorithms. Here are C, C++, Matlab implementation, we hope to help
<淘涛> 在 2024-10-09 上传 | 大小:464896 | 下载:0

[人工智能/神经网络/遗传算法Exercise2-Vectorization

说明:http://deeplearning.stanford.edu/wiki/index.php/Exercise:Vectorization。斯坦福深度学习的教程,练习2的代码-http://deeplearning.stanford.edu/wiki/index.php/Exercise:Vectorization. Stanford deep learning tutorials, exercises 2 code
<BeSky> 在 2024-10-09 上传 | 大小:150528 | 下载:0

[人工智能/神经网络/遗传算法Exercise3-PCA-in-2D

说明:http://deeplearning.stanford.edu/wiki/index.php/Exercise:PCA_in_2D,斯坦福深度学习教程的代码-http://deeplearning.stanford.edu/wiki/index.php/Exercise:PCA_in_2D, Stanford depth tutorial code
<BeSky> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Exercise4-PCA-and-Whitening

说明:http://deeplearning.stanford.edu/wiki/index.php/Exercise:PCA_and_Whitening斯坦福的深度学习的教程的练习,是关于数据预处理的-http://deeplearning.stanford.edu/wiki/index.php/Exercise:PCA_and_Whitening Stanford deep learning tutorial exercises abou
<BeSky> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[人工智能/神经网络/遗传算法Exercise5-Softmax-Regression

说明:斯坦福深度学习教程中关于softmax regression的练习代码,源代码中需要补全的地方,全部把代码补完整,把手写体识别的数据库放到路径下,可以直接运行-Stanford deep learning tutorial exercises on softmax regression code, source code need to fill all places, all the full complement of the co
<BeSky> 在 2024-10-09 上传 | 大小:79872 | 下载:0

[压缩解压MyGoUpdate

说明:从指定网站下载压缩包,解压并替换原有文件-Downloaded from the designated website archive, extract and replace the original file
<Amnasia> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[人工智能/神经网络/遗传算法Exercise6-Self-Taught-Learning

说明:斯坦福深度学习教程中关于Self-Taught的练习代码,源代码中需要补全的地方,全部把代码补完整,把手写体识别的数据库放到路径下,可以直接运行-Stanford deep learning tutorial exercises on Self-Taught code, source code need to fill all places, all the full complement of the code, the handwr
<BeSky> 在 2024-10-09 上传 | 大小:84992 | 下载:0

[人工智能/神经网络/遗传算法Exercise7-stacked-autoencoder

说明:斯坦福深度学习教程中关于stacked autoencoder的练习代码,源代码中需要补全的地方,全部把代码补完整,把手写体识别的数据库放到路径下,可以直接运行-Stanford deep learning tutorial exercises on stacked autoencoder code, source code need to fill all places, all the full complement of the
<BeSky> 在 2024-10-09 上传 | 大小:92160 | 下载:0

[人工智能/神经网络/遗传算法Exercise8-linear-decoder

说明:斯坦福深度学习教程中关于linear decoder 的练习代码,源代码中需要补全的地方,全部把代码补完整,把手写体识别的数据库放到路径下,可以直接运行-Stanford deep learning tutorial exercises on linear decoder code, source code need to fill all places, all the full complement of the code, the
<BeSky> 在 2024-10-09 上传 | 大小:80896 | 下载:0

[数学计算/工程计算pinv

说明://奇异值分解法求双精度浮点数矩阵的广义逆 //功能:利用奇异值分解求解一般的m×n阶实矩阵A的广义逆A+。 //方法说明:设m×n阶实矩阵A的奇异值分解式为 //其中 Σ = diag(σ0, σ1, ……,σp)(p≤min(m,n) -1 )且σ0≥σ1≥……≥σp>0 //设U = (U1,U2),其中U1为U中前P+1列列正交向量组构成的m×(p+1)矩阵;V = (V1,V2),其中V1为前P+1列//列正交
<杜晓莉> 在 2024-10-09 上传 | 大小:4096 | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 17463.64 .65 .66 .67 .68 ... 28521 »

源码中国 www.ymcn.org