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

搜索资源列表

  1. PathFinderLibrary_src

    0下载:
  2. A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8633
    • 提供者:成东
  1. gacode-in-c

    0下载:
  2. This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24548
    • 提供者:阳光灿烂
  1. deboor-cox.rar

    0下载:
  2. 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-13
    • 文件大小:220809
    • 提供者:高阳
  1. nnetwork.rar

    0下载:
  2. 人工神经网络的c++实现源码,含实现神经网络层的类,神经网络的类,中文详细注释, 并含有使用示例,学习神经网络的好源码,Artificial neural network c++ implementation source code, including achieve the type of neural network layer, the type of neural network, a detailed English notes, and contain the use of exa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8080
    • 提供者:neo
  1. BP3Layer

    0下载:
  2. C#中封装MATLAB中BP神经网络的类 可以进行数据类型的转换-C# in the MATLAB package of BP neural network can be the type of data type conversion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1731
    • 提供者:麦子
  1. NineGrid

    1下载:
  2. 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:55054
    • 提供者:李建峰
  1. nsga-original

    0下载:
  2. 非支配排序算法,用于求解多目标问题,c语言。-This is a GA implementation for multi-objective optimization. *** *** For multi-objective optimization, non-domonated sorting has *** *** been used. The design variables can be Binary, Integer, Real *** *** or Enumerat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:16212
    • 提供者:陈重
  1. sdggzip

    0下载:
  2. C++实现的自动聚类系统KlustaKwik源代码\KlustaKwik-R1-7\KlustaKwik-ks for any type of data. We needed a program that would: 1) Fit a mixture of Gaussians with unconstrained covariance matrices 2) Automatically choose the number of mixture components 3)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:409284
    • 提供者:大家
  1. kmeans

    0下载:
  2. 数据挖掘Kmeans算法C/C++语言实现。 提供接口让使用者可以指定输入输出文件、聚类结果中类别个数、中心点计算方式、初始化方法。-Kmeans,data mining algorithms,C/C++language. Provides the interface so that users can specify the input and output file, type in the number of clustering results, the center of ca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:350963
    • 提供者:blue
  1. ga

    1下载:
  2. 本代码是利用遗传算法解决简单的JOB—SHOP型的生产调度问题。代码简单,且已经过调试,可以正常运行,C++及遗传算法的初学者可以参考!-This code is the JOB-SHOP-type production scheduling problems using genetic algorithms to solve simple. Simple code, and have been debugging the normal operation of OK, C and Geneti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2942
    • 提供者:李鹏飞
  1. FuzzyCAC

    0下载:
  2. FuzzyCAC by gaobin Email:gaobinsw@163.com QQ:632218827 博客:http://blog.sina.com.cn/gaobinsw 电话:13618257358 淘宝网店:http://gaobinsw.taobao.com 2012.4.12 [X,enterprise]=FuzzyCAC(type,classn)函数用法 type:选择聚类的方法 type=1
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-21
    • 文件大小:2048
    • 提供者:gaobin
  1. DSP_ARMA_Lattice_C_language

    0下载:
  2. 在数字信号处理中,格型(Lattice)网络起着重要的作用,使得它在现代谱估计,语音处理,自适应滤波,线性预测和逆滤 波等方面已得到广泛应用。本项目在VC6.0上用标准C语言实现了ARMA格型滤波器,提供单点滤波和向量滤波的实现,并给出测试程序。算法实现的稳定性也在工程项目中得到验证。-In digital signal processing, the lattice type (Lattice) network plays an important role, so that it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:213305
    • 提供者:林元陈
  1. fis

    0下载:
  2. /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:14190
    • 提供者:王行凤
  1. neural_network

    0下载:
  2. 这是一份有关神经网络的C程序,神经网络类型为单隐层结构-This is a C program about neural networks, neural network type is a single hidden layer structure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:KARAS
  1. Naivebayes-classification

    0下载:
  2. 简单朴素贝叶斯 分类器,针对数值型和名称型属性的分类基本算法。-Simple bayesian classifier, in view of the numeric type and name attributes the classification of the basic algorithm.NaiveBayesSimple.java * Copyright (C) 1999 University of Waikato, Hamilton, New Zealand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6667
    • 提供者:杨高伟
  1. libsvm-3.1

    0下载:
  2. LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-ty
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1322415
    • 提供者:carl2380
  1. libsvm-3.22

    0下载:
  2. libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it impl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:839934
    • 提供者:carl2380
搜珍网 www.dssz.com