资源列表
Robust_ESF
- 基于学习的ACM算法,通过采用SVM和神经网络来拟合图像的边界,从而快速分割(This is a method for image segmentation.)
神经网络
- 模拟人思维的第二种方式。这是一个非线性动力学系统,其特色在于信息的分布式存储和并行协同处理。虽然单个神经元的结构极其简单,功能有限,但大量神经元构成的网络系统所能实现的行为却是极其丰富多彩的。(he second way to simulate human thinking. This is a non-linear dynamic system, which is characterized by distributed storage of information and parallel
polar code源码
- polar码的matlab编译码算法,很实用(matlab code of polar codes)
经典遗传算法
- 本遗传算法为经典遗传算法matlab程序,内部还含有调用遗传算法工具箱的程序。如有问题欢迎咨询
CNN
- 基于卷积神经网络的无限电调制方式识别,数据集由软件无线电产生(Recognition of infinite electrical modulation based on convolutional neural network. Data sets are generated by software radio)
MICO水平集算法源代码
- 这是2014年发表的MICO水平集算法对应的源代码,matlab语言实现的,可以正常运行,是学习水平集最新算法的好资料。
yolo V3
- 这个版本作者已经编译过了 可以在WIN系统上运行 YOLO3主要的改进有:调整了网络结构;利用多尺度特征进行对象检测;对象分类用Logistic取代了softmax。 在基本的图像特征提取方面,YOLO3采用了称之为Darknet-53的网络结构(含有53个卷积层),它借鉴了残差网络residual network的做法,在一些层之间设置了快捷链路(shortcut connections)。
convolutional_network
- 用tensorflow搭建卷积神经网络实现手写数据集的识别(Recognition of Handwritten Data Set by Constructing Convolutional Neural Network with Tenorflow)
SVM建模
- 介绍三种参数的SVM建模,分别预测股票价格(This paper introduces three parameters of SVM modeling, and predicts stock price separately.)
遗传算法
- 用两个例子来说明如何使用遗传算法进行参数优化(Two examples are given to illustrate how to use genetic algorithm to optimize parameters.)
A 算法的机器人路径规划代码
- 可以用于移动机器人的轨迹规划研究,仿真,这是MATLAB代码(It can be used for trajectory planning of mobile robot)
随机森林
- 程序包含决策树 随机森林代码 附带数据 python2.7版本