搜索资源列表
NGrid
- 经典8数码问题扩展为N数码问题,JAVA可视化编程,注意算法大家看一下-classic problem for the N digital expansion, JAVA visual programming, the attention we look at the algorithm
S200502106_SVM_for_classfication
- SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
FI565
- 内附两个源代码,其中一个源代码是识别程序的,另一个是一个矩阵类库的,所以一并附上。 ~..~因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。 -containing 2 source code,
immune_algorithm
- 一个使用免疫算法实现物流调度的源代码,使用SQL Server 2005+Visual Studio C# 2005开发,可以在地图上描出优化路径。压缩包中的wldd.bak和wldd1.bak为数据库文件,将其恢复到SQL Server 2005中即可。需要注意的是,默认的连接字符串为 connectionString=\"Data Source=YANXL\\SQLEXPRESS Initial Catalog=wldd1 User ID=sa Password=dream\" 初始
AI_prog
- 这是一个非常简单的遗传算法源代码,对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。-This is a very simple genetic algorithm source code for a specific application to amend this code, Users only need to change t
filter
- 科学研究中常用的协同过滤算法的delphi语言实现,代码中有注视。-Commonly used in scientific research collaborative filtering algorithm delphi language, code in attention.
VR_7.2-47.tar
- VR程序包 神经网络的R程序包 可以解决一般的神经网络的问题-thanks your attention,it is helpful to sovle the question about the nnet
SummerizationOfMachineLearning
- 机器学习中集成学习越来越受到人们的关注,这是一篇较为全面的有关集成学习的综述性文献!尤其值得入门者阅读!-Integration of machine learning to learn more and more attention, this is a more comprehensive overview of the integrated study of literature! Particularly beginners to read!
FREQ2LEVY
- 系统模式识别函数,注意是最小相位系统,利用freq2levy算法,源代码-Pattern Recognition System function, attention is a minimum phase system
eDetection
- 静态人脸检测程序,注意需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,-Static face detection process, attention to the need to provide OpenCV library support, so please be the first to the relevant Web site to download and install OpenCV,
AP
- 一种新的聚类算法,被翻译为“吸引力传播聚类”,希望对研究模式识别的同学有帮助,谢谢啦-A new clustering algorithm is provided, which is called the Affinity Propagation Clustering. I hope it is helpful for people major in PR. Thank you for your attention.
recognition
- 利用模式识别的方法对数据进行分类,注意是利用BP神经网络进行分类的源代码及资料-Using pattern recognition method for data classification, pay attention to is the use of BP neural network to classify the source code and data
hongkongADS
- 香港中文大学ADS教程,注意是繁体。ADS 简明教程,值得一看-The Chinese University of Hong Kong ADS tutorial, attention is traditional.
ElevatorSystem
- 随着城市化建设的快速发展,高层建筑不断增多。作为主要垂直运输工具的电梯得到了越来越广泛的应用,电梯群控技术也越来越受到重视。为了提高多台电梯行效率和服务质量,采用优质的电梯群控系统,统一管理多台电梯运行是一个值得研究的问题。电梯群控系统所要解决的是一个复杂的、具有非线性和不确定性的多目标随机决策问题。现代建筑多采用电梯群控技术来调度电梯群的运行,在提高系统服务质量和运营效率的同时降低能耗。-With the rapid development of urbanization, high-rise
net
- 用c写的BP神经网络人脸识别,可以识别姿势,表情,是否带太阳镜。gcc下执行通过,其中含有说明文件,注意编译和执行时放好文件夹的路径-C write with the BP neural network face recognition, can recognize gestures, facial expressions, whether with sunglasses. performed by gcc, which contains documentation, pay attention
dynamic-coattention-network-master
- 这是新的attention机制模型 dynamic-attention 机制(this is dynamic attention model have a good performance)
attention-is-all-you-need-pytorch-master
- 这是 attention is all your need 的pytorch 代码实现(this is the article "attention is all your need " code)
AttentionalPoolingAction-master
- 行为识别中的attention pooling方法(attention pooling in action recognition)
symbol_resnet
- RACNN注意力机制,细腻度图片分类。 RA-CNN由上到下用了3个尺度并且越来越精细,尺度间构成循环,即上层的输出作为当层的输入。RA-CNN主要包含两部分:每一个尺度上的卷积网络和相邻尺度间的注意力提取网络(APN, Attention Proposal Network)。在每一个尺度中,使用了堆叠的卷积层等,最后接上全连接层于softmax层,输出每一个类别的概率;这个是很好理解的,代码采用的网络结构是VGG的网络结构。(RACNN attention mechanism)
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot
