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

搜索资源列表

  1. kalyp-0[1].3.4-alpha

    0下载:
  2. kalyp是人工生命和神经网络方面架构最全的代码,对于进行仿真代码实现很有参考价值。-kalyp of artificial life and neural network architecture of the entire code for simulation code to achieve great reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:786.5kb
    • 提供者:王莼栋
  1. fuzzy

    0下载:
  2. The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) outpu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:50.08kb
    • 提供者:beyonddoor
  1. 遗传算法优化神经网络结构

    0下载:
  2. 遗传算法进行优化神经网络结构-genetic algorithm optimization neural network architecture! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38.92kb
    • 提供者:於俊
  1. joone-ext

    0下载:
  2. Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎,一个GUI编辑器和一个分布式训练环境组成。可以通过写新的模块来扩展它,以实现新的算法或始于基础组件的新的体系结构。-Java Object Oriented Neural Engine is a Java was the neural network framework. It consists of a core engine, a GUI editor and a comp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.65mb
    • 提供者:yybb
  1. pellet-2.3.0一种基于Tableau算法的描述逻辑推理机

    1下载:
  2. Pellet是一种基于Tableau算法的描述逻辑推理机,由美国马里兰大学(College Park分校)的MindSwap实验室开发。此为最近的更新-Pellet is an OWL 2 reasoner. Pellet provides standard and cutting-edge reasoning services for OWL ontologies. For applications that need to represent and reason about
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-16
    • 文件大小:24.26mb
    • 提供者:王冬冬
  1. protege-src-3.1.1.zip

    0下载:
  2. 人工智能本体建模软件protege的java源码,这个软件架构很值得学习。我检查了下,这里没有,Ontology Modeling artificial intelligence software protege of java source code, this software architecture is worth learning. I checked, the There is no
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:利群
  1. MLPNetworksimulation.rar

    0下载:
  2. Matlab 下 BP 神经网络的举例及详细说明。美国大学的一个实验。 虽然是 PDF文件,但程序可以直接粘贴下来运行。,The process to train and test a designed MLP neural network : 1) We make training patterns and test patterns. 2) A network architecture should be defined by newff MATLAB function with th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:97.63kb
    • 提供者:zhulz
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3.7kb
    • 提供者:张镇
  1. Mamdani-fuzzy

    0下载:
  2. Mamdani模糊控制系统的结构分析理论研究及其在暖通空调中的应用-Mamdani fuzzy control system architecture analysis theory and its application in HVAC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8.63mb
    • 提供者:徐凯
  1. binos-mbc

    0下载:
  2. Evolving Neural Network Architecture and Weights Using An Evolutionary Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:277.71kb
    • 提供者:JAVAD
  1. SourceCode

    0下载:
  2. neural-network模型中,在產生一個輸出值前units轉換它們的net-input數值為一個activation value並視為一個中介的步驟。很多架構省略這個中介的步驟並且直接到輸出值的產生。在這裡,先忽略這個activation value的複雜度,我們首要的工作是output value輸出值的產生。我們以一個微分方程式的形式來表示一個unit的output value。就好像是生物學中所提的同等事物一樣,units的輸出值是時間的動態函數。-neural-network mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:78.06kb
    • 提供者:曾琪騰
  1. gausss

    0下载:
  2. Creates a Gaussian mixture model with specified architecture.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:elmo
  1. Alpha_Beta

    0下载:
  2. 基于VC++的神经网络剪枝算法程序;“剪枝算法”是一种通过简化神经网络结构来避免网络过拟合的有效方法之一。内附程序说明文档,介绍了该算法的主要原理,运行结果说明以及程序流程图。是很好的学习资料-VC++ based on neural network pruning algorithm program " pruning algorithm" is a kind of neural networks by simplifying the network architectur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:225.16kb
    • 提供者:xinxin
  1. )Computer.Architecture--A.Quantitative.Approach--S

    0下载:
  2. 讲解计算机结构在一个可以量化的维度上 说明如何去评价一个计算机架构的-Explain computer architecture can be quantified in a dimension on how to evaluate a computer architecture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:210.91kb
    • 提供者:谭楠
  1. SVMhybridsystem

    0下载:
  2. A distributed PSOSVM hybrid system with feature selection and parameter optimization -Abstract This study proposed a novel PSO–SVM model that hybridized the particle swarm optimization (PSO) and support vector machines (SVM) to improve the clas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:551.66kb
    • 提供者:alice
  1. RoboCup

    0下载:
  2. 文章从功能分析、结构设计、软件实现三个层面,逐步求精的设计实现混合的Agent体系结构,规划各模块的功能和接口,并解决Agent与Server的同步问题。 介绍底层通信器、感知器、执行器的实现。 第五章使用类图设计世界模型的结构,设计更新算法融入各种感知信息和动作 预测,依据基本信息推导出一些球场状况判断函数为高层决策所用。 介绍了建立四层动作模型,采用解析计算法实现多种个人技术动作,如跑位、 截球、传球、带球、射门、守门等。-Articles from functional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:lichenlong
  1. ICRA11_0860_MS

    0下载:
  2. Parallel Software Architecture for Intelligent Robots(PSAIR)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:254.62kb
    • 提供者:esid
  1. cuda-GPU

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing devices unified architecture,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.82mb
    • 提供者:逍遥
  1. AIGameProgrammingWisdom

    0下载:
  2. 人工智能开发是一个程序员能够承担的最有挑战性的任务之一,而这本独一无二的论文集提供给程序员应对这个挑战的非常急需的信息。本书汇集了与智能游戏开发有关的人工智能内容,借助这些内容,程序开发员能够开发出智能角色。本书分为11章,分别是:通用智能,实用技术和专用系统,A*路径搜索,路径搜索与运动,战术问题和智能的群体运动,通用智能游戏架构,决策体系结构,FPS、RTS和RPG游戏中的智能,竞赛与运动智能,脚本语言,学习理论。-AI development is a programmer can tak
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-20
    • 文件大小:32.5mb
    • 提供者:JINXIAOYU
  1. Biokey-SDK3.5

    0下载:
  2. 详细的介绍了算法,架构,控件对应方法及常见问题事项分析-Detailed descr iption of the algorithm, architecture, control methods and the corresponding issues of common problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:586.95kb
    • 提供者:liuyang
« 12 3 »
搜珍网 www.dssz.com