资源列表
[人工智能/神经网络/遗传算法] 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> 在 2025-06-13 上传 | 大小:2kb | 下载: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 about data preprocessing<BeSky> 在 2025-06-13 上传 | 大小:3kb | 下载: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 code, the handwriting recognitio<BeSky> 在 2025-06-13 上传 | 大小:78kb | 下载: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 handwriting recognition into the pat<BeSky> 在 2025-06-13 上传 | 大小:83kb | 下载: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 code, the handwriting recognit<BeSky> 在 2025-06-13 上传 | 大小:90kb | 下载: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 handwriting recognition into<BeSky> 在 2025-06-13 上传 | 大小:79kb | 下载:0
[人工智能/神经网络/遗传算法] bp-solve
说明: BP网络是目前前馈式神经网络中应用最广泛的网络之一,实现BP算法训练神经网络完成XOR的分类问题。 设计要求: (1) 能够设置网络的输入节点数、隐节点数、网络层数、学习常数等各项参数; (2) 能够输入训练样本; (3) 实现BP算法的训练过程; (4) 实现训练过程的动态演示; (5) 训练完成后可输入测试数据进行测试。 -BP neural network is feedforward neural networks one of the most widel<刘畅> 在 2025-06-13 上传 | 大小:372kb | 下载:0
[人工智能/神经网络/遗传算法] BP_04
说明:一个简单的BP神经网络程序,不用Matlab工具箱-A Simple BP neural network program, not Matlab toolbox<雷超> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Basic-Ant
说明:最基本的蚁群算法!转自Excelhome,附大量TSPLIB数据 -The most basic ant colony algorithm! Transfer Excelhome, attached to a large TSPLIB data<陈航航> 在 2025-06-13 上传 | 大小:242kb | 下载:0
[人工智能/神经网络/遗传算法] DecisionTree-(2)
说明:决策树,根据训练集的分类结果预测测试集的分类结果,在计算机视觉和模式识别中很有用-Decision tree , test set according to the classification results of the training set, is very useful in computer vision and pattern recognition<cheng> 在 2025-06-13 上传 | 大小:31kb | 下载:0
[人工智能/神经网络/遗传算法] MyGADlgToTSP_V1.4Release
说明:直接计算TSP问题的小程序~非常好用,可以直接画出路径图来。-Direct calculation of the TSP ~ very handy little program, you can directly draw a path diagram.<陈航航> 在 2025-06-13 上传 | 大小:114kb | 下载:0
[人工智能/神经网络/遗传算法] nonlinear-system
说明:在工程应用中经常会遇到一些复杂的非线性系统, 这些系统状态方程复杂, 难以用数学方法准确建模。在这种情况下, 可以建立B P神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱, 首先用系统输入输出数据训练B P神经网络, 使网络能够表达该未知函数, 然后就可以用训练好的B P神经网络预测系统输出。-In engineering applications often encounter a number of complex nonlinear systems, complex equat<吴江> 在 2025-06-13 上传 | 大小:51kb | 下载:0