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

搜索资源列表

  1. ant-C++

    0下载:
  2. 蚁群算法的C++程序,转载于下面网站 http://fashionxu.bokee.com/4673640.html-ant colony algorithm C program, reproduced in the following website http : / / fashionxu.bokee.com/4673640.html
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4957
    • 提供者:罗佳
  1. MarkovAnalysis

    2下载:
  2. 用C++编写的遗传算法,markov是应用在入侵检测上的 用的数据是 http://www.cs.unm.edu/~immsec/data/synth-sm.html 上的 -prepared by the genetic algorithm, Markov is the application Intrusion Detection of the data used is http : / / ~ www.cs.unm.edu/ immsec / data / Jr.-sm.h the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11229
    • 提供者:唐宇
  1. OpenSVM-1.0.1-Beta-SRC(2)

    0下载:
  2. OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:621367
    • 提供者:njustyw
  1. j-alice-src-0.3.1

    0下载:
  2. J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini-http服务器在控制台或irc聊天。目前,它以同样的功能运行在Linux,BeOS,Windows和Solaris
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:500386
    • 提供者:hotnetbar
  1. mani

    0下载:
  2. mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by G
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14212
    • 提供者:suxin
  1. PCNN_toolbox.rar

    1下载:
  2. 该程序是我用在图像融合中的脉冲耦合神经网络(PCNN)的代码,希望对各位有用。欢迎访问http://quxiaobo.go.8866.org or http://quxiaobo.blog.edu.cn,The program that I used in image fusion of Pulse-Coupled Neural Network (PCNN) code, in the hope that useful. Welcome to http://quxiaobo.go.8866.org
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:229620
    • 提供者:小波
  1. gaul-devel.tar

    0下载:
  2. http://gaul.sourceforge.net/ 这里大部分人讨论的是在Matlab里实现GA的toolbox.以上为一个GA的C语言的软件包.如果你想利用GA做优化算法,非常有用.而且有很多example.方便起见,我把软件包附件. -http :// gaul.sourceforge.net/most of the people here are discussed in Matlab GA achieve the toolbox. More than a GA C langu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:561425
    • 提供者:handman
  1. neuralnetwork.tar

    0下载:
  2. A complete implementation of neural network with different example of training set generation. http://takinginitiative.wordpress.com/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8103
    • 提供者:ximilian
  1. particle

    1下载:
  2. 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1602
    • 提供者:olivejy
  1. GAforMaxfunction

    0下载:
  2. 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2700
    • 提供者:竹子的信仰
  1. libsvmtest

    1下载:
  2. eclipse project导入即可使用。 本例包含用libsvm做训练分类用的完整实例。运行predict_svm.py 其中,pattern.txt是模式列表,train-c.txt,test-c.txt分别是训练集和测试集。其中svm.py和svmutil.py是来自libsvm官网3.11中的python包,经过修改之后的。 详情请看这里: 关于这个bug:http://www.tanglei.name/a-bug-in-libsvm-3.11/
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:20310
    • 提供者:tl3shi
  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. incremental_svm.tar

    0下载:
  2. This package contains a c++ implementation of "Incremental and Decremental Support Vector Machine Learning, Cauwenberghs and Poggio" based on their matlab implementation (http://biology.ucsd.edu/~gert/svm/incremental/).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1319533
    • 提供者:Adam Xu
  1. source.tar

    0下载:
  2. 1千行C代码打造你自己的Lisp语言 http://www.buildyourownlisp.com/-1000 lines of C code to create your own Lisp language http://www.buildyourownlisp.com/
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:39083
    • 提供者:叶晞
  1. cnn_linear_max-master

    0下载:
  2. 一个简单的卷积神经网络与线性神经元。 结构:输入- >卷积- > max池- >卷积- > max池- >完全连接。 编译c++马克斯池功能首先输入“墨西哥人MaxPooling.cpp”。 数据可以在http://ai.stanford.edu/下载~ amaas /数据/ data.zip 可以在http://ufldl.stanford.edu/wiki/index.php/Using_the_MNIST_Dataset下载的数据加载函数
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:90849
    • 提供者:jianfei
  1. ID3AlgorithmforWeatherJudge

    1下载:
  2. 讲ID3算法应用于天气决策。给定一组数据集,构建ID3判定树,对某一天气状况进行判断。使用Python脚本编写,C语言版本可参考百度文库(http://wenku.baidu.com/link?url=B3ltO-rUB7K927wLNaGaSInD0hoXRzjVtxFhwcvCdKqewIOu4BZ3SzpC9kRER4qOdBW2_19j-TdYd0H13LJhXZWApI1udXK3wIKBYwso37e),未验证。-Speak ID3 algorithm is applied to w
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:19681
    • 提供者:wangkai
  1. DeepLearnToolbox_CNN_lzbV3.0

    5下载:
  2. CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:982016
    • 提供者:陆振波
  1. OpenCode_luzhenbo

    5下载:
  2. [原创]混沌分析,聚类分析,支持向量机,群体智能优化,深度学习(卷积神经网络)Matlab工具箱全开源版本下载 作者: 陆振波 毕业院校:海军工程大学,船舶与海洋工程(水声工程),博士 精通方向:信号处理,图像处理,人工智能,模式识别,支持向量机,深度学习,机器学习,机器视觉,群体智能,非线性与混沌,Matlab与VC++混编,大数据 擅长技能:团队激励,战略规划,企业文化,组织架构,C,C++,Matlab,OpenCV,并行计算,图像处理,智能视觉,卷积神经网络,人脸检测,行
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1847296
    • 提供者:陆振波
搜珍网 www.dssz.com