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

搜索资源列表

  1. icsiboost-0.3.tar

    0下载:
  2. Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:113.95kb
    • 提供者:njustyw
  1. ParallelLBM

    1下载:
  2. Parallel LBM in C++ In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-10-13
    • 文件大小:766byte
    • 提供者:lcg
  1. adaboost_for_matlab

    0下载:
  2. AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learnin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6.42kb
    • 提供者:来海锋
  1. MyMembFunc

    0下载:
  2. 在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。 -In C++ Templates: The Complete Guide , a book (hereinafte
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6.01kb
    • 提供者:李金冰
  1. opt4j-2.0

    1下载:
  2. Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-17
    • 文件大小:1.88mb
    • 提供者:stuart
  1. dijst

    0下载:
  2. 用MATLAB实现的dijikstra最短路径算法,在算法中运用了元包技术用以记录路径/以及蒙特卡诺算法-Using MATLAB implementation dijikstra shortest path algorithm, the algorithm used in the meta-package technology to record the path
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:578byte
    • 提供者:fengyunlucky
  1. SimulatedAnnealing

    0下载:
  2. Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:19.67kb
    • 提供者:dingchong
  1. DICOMDIR

    0下载:
  2. DICOMDIR Reader Matlab实现DICOMDIR读取 Matlab, Image Processing Toolbox 程序读取DICOMDIR文件,读取meta数据,生成三维矩阵。 相关知识 Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dico
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6.59kb
    • 提供者:鲁冰
  1. opt4j-2.2

    0下载:
  2. Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. Version 2.2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.9mb
    • 提供者:Andr茅
  1. dicom

    0下载:
  2. 文章首先针对DICOM3.0 标准, 对DICOM 医学图象的数据结构进行系统的分析, 阐述了文件元信息, 数据集和数据元素的 格式 然后结合DICOM 图象显示的各种方法,创建了DICOM 图象显示核心类, 并简要描述了部分函数的功能。-This paper is to analyze the structure of DICOM medical image,including the structure of File Meta Information,dataset and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:274.45kb
    • 提供者:zhengfang
  1. ACO-P-Tabu

    0下载:
  2. This refers to ACO which is a meta heuristics and use this in Tabu search algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:713.62kb
    • 提供者:Long
  1. Ada_Boost

    0下载:
  2. AdaBoost, short for Adaptive Boosting, is a machine learning algorithm, formulated by Yoav Freund and Robert Schapire. It is a meta-algorithm, and can be used in conjunction with many other learning algorithms to improve their performance.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:986byte
    • 提供者:soroosh
  1. ngx_pagespeed-master

    0下载:
  2. 该算法是最优化算法当中处理图形的较为常见的算法,适合初学者学习-ngx_pagespeed ngx_pagespeed speeds up your site and reduces page load time by automatically applying web performance best practices to pages and associated assets (CSS, Javascr ipt, images) without requiring you to m
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:107.79kb
    • 提供者:shigeaixiaomao
  1. Plots

    0下载:
  2. This sript loads meta biopac data and converts it to easy to use signal vectors. The code is fast and useful for extracting many signals in one process.-This sript loads meta biopac data and converts it to easy to use signal vectors. The code is fas
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:243.95kb
    • 提供者:Bob Dart
  1. adaboost1

    0下载:
  2. adaboost代码,比较简单。但方便了解Adaboost算法的基本原理-The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6.14kb
    • 提供者:孙水发
  1. GODLIKE

    0下载:
  2. GODLIKE is an abbreviation of Global Optimum Determination by Linking and Interchanging Kindred Evaluators. This algorithm is an attempt to gen- eralize and improve the robustness of the four meta-heuristic optimization al- gorithms GA, PSO, DE
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:280.49kb
    • 提供者:applepie12356
  1. Qt_Project

    0下载:
  2. 泡泡龙是一款很受欢迎的小游戏,画面简洁,操作简单容易,是很适合娱乐休闲的游戏。 Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。基本上,Qt 同 X Window 上的 Motif、Openwin、GTK 等图形界面库和 Windows
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4.76mb
    • 提供者:赵娅
  1. 11

    2下载:
  2. ProFx30分钟图指标交易分析系统在国外卖121美金,原来汇客中国也是做为商业指标的,为了答谢广大投资这对汇客中国外汇网站的支持 现在特免费提供出来供大家分析参考! 作者有多年的MetaQuotes编程语言的经验。分析了外汇市场有超过6年。自08/2007起盈利+34320 Pips This is a manual trading strategy designed for the Meta Trader 4 platform with clear trading rul
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:124.67kb
    • 提供者:宇文凯泽
  1. RECONFG

    1下载:
  2. This paper presents a new method to solve the network reconfiguration problem in the presence of distributed generation (DG) with an objective of minimizing real power loss and improving voltage profile in distribution system. A meta heuristic
  3. 所属分类:matlab

    • 发布日期:2015-11-28
    • 文件大小:29kb
    • 提供者:hari
  1. genetic-cuckoo-optimization-algorithm-gcoa.txt.zi

    0下载:
  2. n this paper, Optimization is considered as the main impact of insight problem and heuristic methods. A proposed method is represented by using two optimization algorithms cuckoo optimization is heuristic method and Genetic algorithm is meta-heuristi
  3. 所属分类:AI-NN-PR

« 12 »
搜珍网 www.dssz.com