资源列表
cosziguramion
- 此程序实现的是对一个给定一定的初始条件或限制的轨迹进行卡尔曼滤波的仿真()
40516499
- 粗糙集是一种数据预处理算法,可以用遗传算法对其进行优化,是很好的分类算法()
sBP
- 一个简单的BP神经网络程序,可以对二维数据进行预测(A simple BP neural network that can be used to predict two dimensional data.)
bykec062
- 该代码是在matlab编写的,主要用于求解线性规划问题()
Alice
- 支持中文的alice,中文分词采用的是mmseg算法(alice with mmseg support chinese,need download mmseg4j.jar.)
mcmcexamples
- 基本的马尔可夫链程序,几个简单的数值算例,matlab运行程序(The basic Markov chain program, several simple numerical examples, Matlab running program)
源码、素材以及效果图
- 项目名称:自动添加圣诞帽 自动识别图片中的人脸信息,为其加上帽圣诞帽。(Name of the project: automatically add a Christmas hat Automatically identify the face information in the picture and add a hat to the hat.)
DVGR
- Hello every one sorry this file i upload to be a member ship
RL
- 用python搭建了各类常用的强化学习算法的框架,通过迷宫寻路的例子实现各类算法。(The framework of all kinds of commonly used reinforcement learning algorithms is built with Python, and all kinds of algorithms are realized by the example of labyrinth finding.)
1
- 手机通讯录的存储与删除,里面包含全套的C语言程序,打开即用(delete your connecters)
Reinforcement-learning-with-tensorflow-master
- 各种强化学习代码,强化学习(reinforcement learning),又称再励学习、评价学习,是一种重要的机器学习方法,在智能控制机器人及分析预测等领域有许多应用。(Reinforcement learning (reinforcement learning), also known as reinforcement learning and evaluation learning, is an important machine learning method. It has many
fga.m
- 遗传算法通用函数,非常实用和珍贵 描述简介如下: % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB(General