搜索资源列表
mockvis.tar
- 改进的多目标遗传算法聚类,效果很好,文章发表于2007念得IEEE TRANSACTIONS
what-is-artificial-intelligence
- 一篇经典的通俗易懂的关于人工智能的概述类文章,早期发表的-A classic user-friendly overview of classes on artificial intelligence articles published earlier
ELM_EELM_YELM
- ELM和ELM_2是现在流行的超强学习机(也叫极限学习机)源码 EELM是有效ELM的源码 (EELM发表于neuralcomputing ,作者:yuguangwang) YELM是一种改进的ELM的源码(已发表,作者:yuboyuan) 这个程序是三者的方法比对。 相关理论,可以用作者找文章。 运行时,要运行pendigits_mean就可以了!-extreme learning machine and effective learning machin
sparse_representation
- 最热门的稀疏表示的算法,马毅等人在PAMI上发表的文章代码-Sparse representation of the most popular algorithms, Yi Ma, and others published an article in the PAMI code
Extended_Chi2
- An Extended Chi2,是在chi2基础上改进的算法,文章发表于2005年-An Extended Chi2
Integral_Chi2
- Integral_Chi2算法 ,是在chi2算法基础上改进的算法,文章发表于2008年-Integral_Chi2
Cross-LayerOptimizedMACtoSupportMultihop
- 发表在外文会议上的很好的有关人工鱼群算法的文章-Meeting published in the foreign language a good article on artificial fish school algorithm
DistributedAlgorithmsforMinimumCostMulticast
- 发表在外文会议上的很好的有关人工鱼群算法的文章-Meeting published in the foreign language a good article on artificial fish school algorithm
tunning-PID-by-PSO
- 利用PSO算法优化求解PID参数,已发表文章,效果很好--Use of PSO algorithm for solving PID parameters, has published an article very good
Tracker
- zsp 跟踪的文章 2011年5月份发表的新算法 运行速度快 -zsp tracking article published in May 2011, a new algorithm running faster
moments
- Mahler发表的概率假设密度滤波和随机集领域的开创性文章-It is presened by Prof.Mahler for the probability hypothesis density filter and finite random set
GM_PHDpaper
- IEEE trans. 发表的高斯概率假设密度滤波的开创性文章-It is published in an IEEE tans. on Gaussian mixture probability hypothesis density filter and finite random set
PF_PHDpaper
- 粒子滤波实现的概率假设密度滤波和随机集领域的开创性文章,发表于IEEE trans-It is presened on the particle filter for the probability hypothesis density filter and finite random set
fsm_release
- 由王兴刚、白翔等人发表于2012CVPR上的文章,Fan Shape Model for Object Detection, 构建了全新的模型用于物体检测,师兄的这个组工作一直做得不错,赞一个!-The article from PROCEEDINGS, White Xiang et al published in 2012CVPR on, Fan Shape Model for Object Detection, build a new model for object detection,
feature_context
- 王兴刚和白翔合作发表的CVPR2011的文章, Feature Context for Object Detection and Image Classification,可以用于物体检测和图像的分类,用到了特征上下文,Feature Context-PROCEEDINGS and white Xiang cooperation the published CVPR2011 article Feature Context for Object Detection and Image Classi
CLPSO_code
- 综合学习粒子群算法代码,基于J.J.liang2006年发表在Trans的一点文章。-Comprehensive learning particle swarm optimizer for global optimization of multimodal functions
BBA
- 这Yang 14年发表的文章的一个代码,是对于之前的蝙蝠算法的一个推广使用。-Bat algorithm
matlab_efwa
- 增强型烟花算法matlab源代码!文章最初由杜振鑫发表,后来北大博士重新修改后发表,这是源代码-the cod of enhanced fireworks algorithm
AutoEncoder
- 最先提出深度学习算法hinton的自动编码器matlab代码,内容是:利用多层rbm进行自动编码的多层特征训练,然后使用梯度算法进行fine turn。可以进行特征提取,也可以进行分类。压缩包里已带有训练用签字图片数据。相应算法说明可以查看hinton于2006年发表在 science的文章-First proposed deep learning algorithm hinton automatic encoder matlab code that reads: multilayer r
deeplearing-hinton
- hinton2006年发表在science上的关于深度神经网络的文章Reducing the Dimensionality of Data with Neural Networks的matlab程序 mnistdeepauto.m //训练AutoEncoder的主文件 converter.m //将样本集从.ubyte格式转换成.ascii格式,然后继续转换成.mat格式 makebatches.m //创建小批量数据块用于RBM训练 rbm.m //训练RBM二进制隐层