CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模板

搜索资源列表

  1. research-of-gesture-recognition

    0下载:
  2. 近年来手势识别技术的快速发展,基于手势识别技术的人机交互应用系统的建立使得人机交互的发展前景广阔。从 手形、手势和手形手势的建模出发,介绍了模板匹配、特征提取、神经网络和隐马尔可夫模型4 种手势识别的方法,并且综述 了基于手势识别技术人机交互的发展,详细介绍了3 类人机交互系统:漫游型系统、编辑型系统和操作型系统。-The rapid progress of techniques in hand posture and gesture recognition provides a pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:314578
    • 提供者:Decheng Yu
  1. eye-position

    0下载:
  2. 用模板匹配方法,实现的人眼定位,快速方便!-Using template matching method to achieve positioning of the human eye, quick and easy!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-05-15
    • 文件大小:30504
    • 提供者:周涛
  1. .files

    0下载:
  2. 完整的遗传算法程序,可用于解决各种优化问题,是一个很好的遗传算法模板-Complete genetic algorithm, can be used to solve various optimization problems, genetic algorithm is a good template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:150460
    • 提供者:zhenzhi
  1. intPSO

    0下载:
  2. 该程序是一整数版的PSO程序。该程序对于整数版PSO的各种应用可作为模板程序-this is a good source code for integer pso
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3793
    • 提供者:曹婧
  1. math-problems

    0下载:
  2. 一些数学问题算法模板,稍微做了下分类 目录 1 欧几里得和模线性方程 欧几里德 扩展欧几里德 模线性方程 2 欧拉φ函数 扩展欧拉函数 3 线性时间素数筛法 生成欧拉函数表 4 因式分解 5 Nim游戏和sg函数 合肥B 题 -Some mathematical problems algorithm template, do a little under Categories 1and mode of linear eq
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:20879
    • 提供者:Leo
  1. 3097808055Bp

    0下载:
  2. 人工神经网络上网反向传播方法也就是BP神经网络的实现!可以作为模板重复使用的!-Internet back-propagation artificial neural network approach is the realization of BP neural network! Can be reused as a template!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:251312
    • 提供者:master
  1. kecheng2011

    1下载:
  2. 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-20
    • 文件大小:81920
    • 提供者:delen2096
  1. kennedy_-pso

    0下载:
  2. 二进制粒子群的源代码,可以用来给初学者作为学习的模板。只要修改目标函数,就可以运行解决离散的优化问题-Binary particle swarm of source code, and can be used as a template for beginners to learn. As long as the objective function changes can run to solve the problem of the optimization of the discrete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2555
    • 提供者:liushich
  1. Untitled4

    0下载:
  2. 这是用神经网络的方法识别英文字母的程序和文件资料,自己做的模板,刚接触神经网络的新手可以参考参考-Neural network approach to identify letters of the alphabet, make their own templates, new to the novice of the neural network can refer to reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:56488
    • 提供者:王子文
  1. Automatic-People-Counting-

    0下载:
  2. 提出了智能视频监控中基于机器学习的自动人数统计系统。。该系统通过机器学习的方法对视频序列中人的头肩部位进行准确地检测。克服了传统检测方法如连通域分析和简单模板匹配的不足。-Automatic people counting system based on machine learning in intelligent video surveillance. . The system through machine learning methods to accurately detect the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:445028
    • 提供者:刘伟豪
  1. sjtuClassicalAcmTemplete

    0下载:
  2. 上海交通大学ACM算法模板,word共90页,常用的图论算法,专题探讨,数论和重要公式,还有stl的一些讲解和实例-Shanghai Jiaotong University ACM algorithm template, word of 90 commonly used graph theory algorithms specifically examine, number theory and formula stl some explanations and examples of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:316691
    • 提供者:sum
  1. 走迷宫问题

    0下载:
  2. 本程序是用C语言写的迷宫问题,其中很多算法都是很经典的,初学者可以好好学习下回溯算法的应用,很实用的,对于此类问题能有一个很好的模板作用。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-31
    • 文件大小:215150
    • 提供者:bycer@115
  1. bp神经网络源代码

    0下载:
  2. 基本的bp神经网络源码,可以作为代码模板
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-08
    • 文件大小:1222
    • 提供者:tahuang
  1. Eight

    0下载:
  2. 运用诸多C++特性如模板,继承等手法完成的针对八数码问题的A*算法求解。-Use a lot of C++ features such as templates, inheritance, and other techniques for the completion of the A* algorithm eight digital problem solving.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4158
    • 提供者:刘凯新
  1. templateMatching

    0下载:
  2. 使用HoG 特征做模板匹配工作(matlab与C++混合编译)-template matching using HoG feature(matlab and C++)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:462647
    • 提供者:王淑丹
  1. SOBEL

    0下载:
  2. 基于改进的多算子融合的图像识别系统设计,选择不同的模板进行图像边缘分割-Based on the improved multi-operator fusion image recognition system design, choose different templates for image edge segmentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:2025032
    • 提供者:易水寒
  1. MGMM_Particle-Filter

    0下载:
  2. 本文分别实现了整体模板更新和选择性子模块更新方法,以适应运动目标的运动姿态变化以及运动背景变化,并将其分别与粒子滤波目标跟踪算法相结合,以提高跟踪的鲁棒性。-This thesis studies and implements a total target model updating method and a selected sub-model updating method, and then combines it with the particle filter algorithm f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:4748876
    • 提供者:孙杰
  1. ji633

    0下载:
  2. 通过反复训练模板能有较高的识别率,用平面波展开法计算二维声子晶体带隙,MIT人工智能实验室的目标识别的源码。- Through repeated training LEwYMKKlate have higher recognition rate, Computation Method D phononic bandgap plane wave, MIT Artificial Intelligence Laboratory identification of the target source.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-20
    • 文件大小:6144
    • 提供者:赵士胜
  1. teifao-V2.5

    0下载:
  2. FMCW调频连续波雷达的测距测角,有信道编码,调制,信道估计等,通过反复训练模板能有较高的识别率。- FMCW frequency modulated continuous wave radar range and angular measurements, Channel coding, modulation, channel estimation, Through repeated training yjWkAFulate have higher recognition rate.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-17
    • 文件大小:8192
    • 提供者:张改胡
  1. haqj974

    0下载:
  2. 程序用matlab实现基于模板和肤色的人脸检测,可以实现一幅图片-Matlab program based on template and the color of skin of face detection, can realize a picture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:vfi$68028
« 1 2 34 »
搜珍网 www.dssz.com