搜索资源列表
Programming AI by Example Source Code
- Programming AI by Example Source Code.rar
PatternRecognition
- 图象模式识别工程从简单到复杂的各个举例工程的源代码-Image pattern recognition works from simple to complex projects in all, for example source code
123
- 遗传算法实例 只有代码无界面 基于VB环境开发的-Genetic algorithm example code only without interface development environment based on VB
CVMeanshift
- 一个经典的粒子滤波程序代码,可以用来了解粒子滤波的原理和算法。-A classical particle filter code can be used to understand the principles of particle filter and algorithms.
fuzzy_money_use_detection
- this is an example code for fuzzy system to detecting the spendthrift of our money
BP-Example
- 神经网络控制的Matlab程序代码的详细解读,通过长时间的使用神经网络控制我对该算法深刻认识都清清楚楚写在每一句代码的后面,包括如何修改,基本可以涵盖多种神经网络控制(模糊神经网络,自适应神经网络等等)相信这个程序解读对本科及硕士的毕业设计是有极大帮助的-Matlab neural network control of the detailed code interpretation, through the use of neural networks a long time to contr
series1bmatlab
- machine learning example code
treeBPsen
- 一个三层BP神经网络,三输入,一输出。精典实例代码-A three-layer BP neural network, three input, one output. Classic example code
language_example-CODE-OF-PROLOG
- prolog语言程序例子程序-examples procedures -prolog programming language example program-examples procedures
Seven-genetic-algorithm-example-cPP
- 该资源包含了常用的7种C#遗传算法源码实例集,和遗传算法C#五子棋游戏程序-This resource contains 7 common genetic algorithm source code C# example sets, and genetic algorithms C# backgammon games
GA-of-MATLAB-program-design
- 遗传算法Matlab的核心思想讲解,流程阐述以及算例代码-The core idea of the genetic algorithm Matlab to explain, the process described and example code
BP_nnetwork-example
- 改进的BP神经网络代码以及实例验证可行性-Improved BP neural network code, and examples verify the feasibility of
ASREDemo
- asre机器人运动实例代码 asre机器人运动实例代码-Code the asre robot movement of the ASRE robot instance example code
ACA_QoS_MR
- 蚁群算法解决QoS组播路由的解决方案,根据基本算例编写的代码,可自行修改。-The ant colony algorithm to solve QoS multicast routing solution, according to the basic example code written, can modify.
cvSamplePeopleDetect
- opencv识别行人实例代码,需要自行加opencv的库,即可使用。-It s an opencv example code of Pedestrian recognition , you need to add their own opencv library to use.
Example-Source
- 这是Basic的写代码对韩国mini机器人,主要是机器人伺服控制,一些舞蹈动作的控制和点球动作的代码-This is Basic to write code for Korean mini robots, mainly robot servo control, some dance moves motion control and penalty code
RBF-example
- RBF神经网络MATLAB编程源代码,包含样本产生、训练、预测-RBF neural network and MATLAB programming source code, including the sample, training, prediction
Q-Learning-Example-1
- Q-学习是一种重要的强化学习方法,提供一个Q-学习做路径规划的例子,初学者可以通过代码学习Q-学习的原理。-Q- learning is an important reinforcement learning methods, to provide an example of Q- learning to do path planning, beginners can learn the principles of Q- code.
Iris数据集BP神经网络实例代码
- Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
handson-ml-master
- 这个项目的目的是教你机器学习的基本原理。它包含了Hands-on Machine Learning with Scikit-Learn and TensorFlow这本书的示例代码和解决方案。非常好的一本书!(This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in