资源列表
LeNet神经网络
- 程序主要包括三个部分:mnist_.inference.py、mnist.train.py和mnist.test.py。mnist.inference.py主要定义前向传播的过程以及神经网络中的参数;mnist.train.py定义了LeNet-5模型的训练过程,并保存训练结束后的最终的模型(持久化);mnist.test.py中对测试数据进行测试,计算LeNet模型在MNIST测试集的正确率。
hannuota
- 汉诺塔。。传说婆罗门庙里有一个塔台,台上有3根标号为A,B,C的用钻石做成的柱子,在A柱子上放着64个金盘,每一个都比下面的略小一些。把A柱子上的金盘子全部移到C柱上的那一天就是世界末日。移到的条件是:一次只能移到一个金盘,移到过程中大金盘不能放在小金盘上面。庙里的僧人一直在移个不停。因为全部的移动是264-1次,如果每秒移动一次的话需要500亿年。-Tower of Hanoi. . Legend of a Brahmin temple tower, the platform has thre
bp
- matlab实现几种神经网络的BP算法,超强-matlab,bp,ANN
1635
- 实现典型相关分析,实现六自由度运动学逆解算法,车牌识别定位程序的部分功能。- Achieve canonical correlation analysis, Six degrees of freedom to achieve inverse kinematics algorithm, Part of the license plate recognition locator feature.
A_LIFE
- 基于遗传算法的人工生命模拟,C++源代码
the_number_of_hidden_layers
- 以前看到的一个关于将如何确定人工神经网络问题中隐藏层数目的资料,拿出来和大家分享一下-some word documents about how to determine the number of the hidden-layers in the neural net.
pso_nnet
- 利用pso算法训练人工神经网络的源代码。-PSO algorithm for the use of training artificial neural network source code.
TSP1
- 该程序实现了遗传算法在TSP问题上的应用,是一种改进的遗传算法。-The program implements genetic algorithm for TSP on the application of an improved genetic algorithm.
svm-duoshurudanshuchu
- svm的多输入单输出程序,其中还运用了蚁群和粒子群优化的方法对其参数进行了优化-svm multi-input single-output program, which also uses the ant colony and particle swarm optimization of its parameters are optimized
FLch6eg2
- 采用基于遗传算法的神经网络学习非线性函数YP=1-EXP(-I/2)-Genetic algorithm and AI
GAcode
- 一个关于简单遗传算法的PPT和matlab版程序,值得拥有!-A simple genetic algorithm on matlab version of PPT and procedures, worth having!
BP-neural-network-C-language
- 利用常见且通用的C语言,通过编程实现了神经网络的智能算法,代码不算简洁,大家相互学习-The use of common and common C language programming through intelligent neural network algorithm, the code is not simple, we learn from each other
