搜索资源列表
遗传基因算法源代码(资料)
- 遗传基因算法源代码(资料),C++源代码,是研究遗传算法的入门程序。-genetic algorithm source code (information), C source code, is to study the genetic algorithm entry procedures.
一个fuzzybp训练的程序,值得初学者入门借鉴
- 一个fuzzybp训练的程序,值得初学者入门借鉴-a fuzzybp training procedures, beginners should learn from entry
stdpso
- 粒子群优化(PSO)标准算法,是学习粒子群算法编程的入门程序
GA遗传算法的入门教学PPT
- 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
SGA
- 学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
monituihuo
- 模拟退火入门程序,从原理出发,最直接的写法得到。-a function similar to simulannealbnd.
a1
- 神经网络学习,一个好的神经网络学习练习用的入门程序-Neural network learning, a good practice to use neural networks to learn the entry procedures for
GA
- 遗传算法源代码,很好的入门程序,调试通过,大胆使用-hehaode yuandaima
javabayes
- 贝叶斯网络源代码,环境jdk1.4,工程文件为jbuilder9.入门程序.-Bayesian network source code, environmental jdk1.4, engineering documents for the jbuilder9. Start program.
sga
- 学习遗传算法的入门程序,欢迎大家学习啊,这是很经典的代码奥-Simple Genetic Algorithm
GA-program-use-vb
- 用vb编写的遗传算法程序,供遗传算法入门程序学习研究。-GA program for study,write in VB
ga
- 遗传算法示例程序,结构清晰,是初学GA算法的很好入门程序,欢迎下载。-Genetic algorithm sample program, a clear structure, is a good beginner GA to entry procedures, welcome to download.
MATLAB-entry-procedures
- 《MATLAB神经网络原理与实例精解》一书配套的入门程序示例,含有完整注释。- MATLAB network principles and examples of fine nerve Solutions, a book supporting the entry procedures example, contain full notes.
benchmark_results-master
- 这组代码是关于深度学习开发的入门程序,我硕士期间开发的,能成功实现,对人工智能初学者具有重大帮助。-This set of code is on the depth of learning and development of the entry process, I developed during the master, can be successful, artificial intelligence beginners with great help.
自己编的BP神经网络程序例子
- 一个简单的BP神经网路 帮助初级学习者入门(simple bp nural network)
Python机器学习实战
- python的入门程序,较多例子,值得学习,愿对你有所帮助(Python's introductory program, more examples)
程序
- 基于matlab无人机编队模型程序,数学建模大赛专用,适合初学者,可以入门(Based on the MATLAB unmanned aerial vehicle formation model program, mathematical modeling competition special, suitable for beginners, can be introduced)
python_3.4官方入门指南中文版
- Python 是一门简单易学且功能强大的编程语言。它拥有高效的高级数据结构,并且能够用简单而又高效的方式进行面向对象编程。Python 优雅的语法和动态类型,再结合它的解释性,使其在大多数平台的许多领域成为编写脚本或开发应用程序的理想语言。(Python is a simple and powerful programming language. It has an efficient high-level data structure and can be used in object-ori
neural network
- 搭建了一个基本的神经网络,方便初次学习神经网络的同学入门。(build in a basic neural network)
SVM
- 简单的支持向量机入门程序,有参考价值,适合初学者,有问题欢迎来交流讨论