CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - idea algorithm

搜索资源列表

  1. aco

    0下载:
  2. In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the a
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:48128
    • 提供者:reyhooon
  1. 卷积神经网络详述

    2下载:
  2. 从卷积神经网络的发展历史开始,详细阐述了卷积神经网络的网络结构、神经元模型和训练算法。在此基础上以卷积神经网络在人脸检测和形状识别方面的应用为例,简单介绍了卷积神经网络在工程上的应用,并给出了设计思路和网络结构。(Starting from the history of the convolution neural network, the network structure, neuron model and training algorithm of the convolution neur
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:531456
    • 提供者:longbing001
  1. Kmeans

    1下载:
  2. 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:startrek
  1. Random Forest

    0下载:
  2. 在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。 Leo Breiman和Adele Cutler发展出推论出随机森林的算法。 而 "Random Forests" 是他们的商标。 这个术语是1995年由贝尔实验室的Tin Kam Ho所提出的随机决策森林(random decision forests)而来的。这个方法则是结合 Breimans 的 "Bootstrap aggregating" 想法
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:271360
    • 提供者:RichealYoung
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. moead-ira

    0下载:
  2. 这是进化算法中常用到的一种算法,moead-ida结合分解和参考点的思想更有利于解决高维多目标问题。(This is an algorithm commonly used in evolutionary algorithms. The idea of combining moead-ida with decomposition and reference points is more conducive to solving high-dimensional multi-objective pr
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:893952
    • 提供者:hxw
  1. C程序设计语言(第2版·新版)

    0下载:
  2. C语言作为许多编程语言的基础,许多开发者的入门功夫,扎实的理论基础是未来发展的一个决定性因素。但是,语言终究只是工具,算法才是核心,思路才是灵魂。本教程在知识点上安排了大量的习题,希望读者通过练习,学习编程的设计思路,学会设计算法,学会构建程序。(C language as the basis of many programming languages, many developers get started, a solid theoretical foundation is a decisi
  3. 所属分类:书籍源码

    • 发布日期:2018-04-19
    • 文件大小:1102848
    • 提供者:rzf_rookie
  1. ER随机图构造算法

    1下载:
  2. ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm: (1) initialization: a given
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:heqinglin123
  1. floyd

    0下载:
  2. Floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,与Dijkstra算法类似(Floyd algorithm, also called plug point method, is an algorithm based on the idea of dynamic programming to find the shortest path between multiple source points in a weighted graph, simil
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:79872
    • 提供者:盖世帝尊
  1. 4-6改进分水岭分割算法

    0下载:
  2. 给出了关于图像的多种处理方法,并且自己相处了想出了分水岭算法的改进(Given a variety of approaches to image processing, and got along with the idea of an improved watershed algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:乎卡乎卡
  1. MATLAB神经网络应用设计

    0下载:
  2. 《图论算法及其MATLAB实现》系统介绍了图论重要算法的思想及其MATLAB实现。("Graph theory algorithm and its MATLAB implementation" system introduces the idea of the important algorithm of graph theory and its MATLAB implementation)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:14671872
    • 提供者:大撒大1
  1. FTPsource

    0下载:
  2. FTP 服务器现场v消息称v需大是大非阿迪斯发顺丰撒法大使的飞洒发(This follows the same idea as the decimal multiplication algorithm.)
  3. 所属分类:Ftp客户端

    • 发布日期:2018-04-22
    • 文件大小:34816
    • 提供者:he110
  1. 数字信号处理实验3

    0下载:
  2. 一、实验目的 1.掌握DFT频谱分析的原理与编程方法。 2.理解FFT算法的编程思想。 2.熟练掌握利用FFT对信号作频谱分析,包括正确地进行参数选择、画频谱 及读频谱图。 3. 利用FFT频谱分析进行快速卷积和太阳黑子周期性检测。 二、实验环境 1.Windows xp以上操作系统 2.安装MATLAB2007a软件(First, the purpose of the experiment 1. master the principle and programming m
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:63488
    • 提供者:球球ss
  1. 迭代最近点算法综述

    0下载:
  2. 三维点集配准问题是计算机技术中的一个极其重要的问题,作为解决三维点集配准问题的一个应用较为广泛的算法,ICP算法得到了研究者的关注,本文以一种全新的思路从配准元素的选择、配准策略的确定和误差函数的求解等3个方面对三维点集配准的ICP算法的各种改进和优化进行了分类和总结。(The three-dimensional point set registration problem is an extremely important issue in computer technology. As an
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:171008
    • 提供者:东大大
  1. leela-zero-0.12

    1下载:
  2. alphago的一种快速实现算法,算法和论文中的思想十分接近。(A quick implementation of alphago algorithm, the algorithm and the idea in the paper are very close.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1654784
    • 提供者:小追梦
  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. 0153、电子万年历设计与制作论文资料

    0下载:
  2. 高级别LED实验算法,并使用模块化思想,使新手在进入单片机后的模块化编程的思想树立起来,进一步规范化编程,为以后好的编程的打下基础(High level LED experiment algorithm, and use modularization idea)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1481728
    • 提供者:小道士
  1. matlab_project

    0下载:
  2. 一阶直线倒立摆小车的防 摆控制算法,运用了LQR的控制思想。(The anti pendulum control algorithm of the first order linear inverted pendulum is used, and the control idea of LQR is used.)
  3. 所属分类:matlab例程

  1. pathanddistance

    0下载:
  2. 任意两点间最短路算法 Warshall-Floyd算法思想,最短距离矩阵+任意给定两顶点的最短路所包含顶点。(The shortest path algorithm between any two points The idea of Warshall-Floyd algorithm, the shortest distance matrix + the shortest path contained by any given two vertex is the vertex.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:SARAH寒
  1. 银行家算法

    1下载:
  2. 根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。(According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock.
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1531904
    • 提供者:超儿曾
« 1 2 ... 38 39 40 41 42 4344 »
搜珍网 www.dssz.com