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

搜索资源列表

  1. GN

    1下载:
  2. 用于社区结构划分,GN算法是最受认可的社区结构划分算法-GN,social network, network community detection
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:5682
    • 提供者:秦岩
  1. algorithm-for-betweenness-centrality

    0下载:
  2. 社交网络中一些点是中枢点,这些点在社交网络中占有重要地位,但是计算结点连接度的复杂度比较高,这篇论文主要做了改进算法效率的工作-Social network is the central point of some points, these points in the social network plays an important role, but the computing nodes connected relatively high degree of complexity, th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:573472
    • 提供者:lovell
  1. complex-network

    1下载:
  2. 汪小帆,陈关荣版复杂网络理论及应用书中的部分程序,包括WS,BA,internet,NW,tiers,waxman等等。-Wasserman s.and Faust k, social edition complex network theory and application of the book is part of the program, including WS, BA, Internet, NW, tiers, waxman and so on.
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:20843
    • 提供者:白波
  1. AB-model4

    0下载:
  2. AB 模型,经典的社交网络算法,用于计算结点与结点之间的权重。-AB model classic social network algorithm for computing nodes and the node between the weights.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:31607
    • 提供者:满达
  1. GraphBetweennessCentrality

    0下载:
  2. 求复杂网络中的度的介数,输入网络的邻接矩阵,对分析社交网络的拓扑性质很重要-Find the degree of complexity of the network betweenness, enter the network adjacency matrix for analyzing social networks are important topological properties
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:985
    • 提供者:许其超
  1. SosyalAg

    0下载:
  2. Social Network simulation algorithm.Code takes file name as a command-line argument.This file should have names and numbers on it which indicates its relationship with other people on network.Finally, program will give output which will find close fr
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1118
    • 提供者:VefasizOlum97
  1. AIsimilar

    0下载:
  2. 根据朋友之间共同邻居的多少,也就是他们的相似度预测社交网络中的朋友关系。-Predict friend link in social network according to their similarity.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5699
    • 提供者:lian
  1. disanti

    0下载:
  2. 华为机试题目,要求涉及一个简易的社交网络。-Huawei machine head questions, request relates to a simple social network.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5520
    • 提供者:梅旭光
  1. timushejiaowangluo

    0下载:
  2. 华为机试题目,编写一个社交网络,推送可能认识的人-Huawei machine head questions, write a social network, push may know
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5923
    • 提供者:梅旭光
  1. social-networks-mining

    0下载:
  2. 社会网络挖掘 随书配套代码下载,详尽,有效-Social Network Mining Codes matching with the book, detailed and effective
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:753670
    • 提供者:李文涛
  1. CELF

    0下载:
  2. CELF算法是一种比较经典的社会网络影响最大化发现算法,算法的数据结构是采用邻接表-CELF algorithm is a kind of more classic social network influence maximization algorithm, algorithm of adjacency list data structure is adopted.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1122094
    • 提供者:达松
  1. SimulatedAnnealing

    0下载:
  2. 社会网络影响最大化问题中的模拟退火算法,是格局爬上算法的一种优化算法,用于社会网络分析.-Social network influence maximization problem in simulated annealing algorithm, is a kind of pattern climb algorithm optimization algorithm, for social network analysis.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1241088
    • 提供者:达松
  1. GeneralGreedy

    1下载:
  2. 社会网络分析中通用的贪心算法,包含IC模型,LT模型,WC模型,对比试验中经常用到以及后续改善比较常用的贪心算法框架。-Gm s greedy algorithm in the social network analysis, including IC model, LT model, WC model, is often used in the experiment and further improve the greedy algorithm framework which are fre
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-06
    • 文件大小:1245184
    • 提供者:达松
  1. Social-Networks-PPT-a-R

    0下载:
  2. 主要内容为R语言环境下的社交网络数据挖掘,附有源代码和数据,并包含案例所使用的PPT和相关文献。-The main content is under R locales social network data mining, with the source code and data, and includes cases PPT and related documentation used.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-23
    • 文件大小:6828956
    • 提供者:王蕾
  1. Social-Network

    0下载:
  2. 使用R语言中的igraph包建立并分析社交网络,查找社交网络的中心结点,聚集度等重要参数指标-Using the R language igraph package and build a social network analysis, the central node to find social networking, aggregation and other important parameter index
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:339063
    • 提供者:黄子灵
  1. Degree

    0下载:
  2. 社交网络度中心性算法,按节点的度值求出节点的编号-Social network centricity algorithm, according to the node degree of the node number
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:859
    • 提供者:华哥
  1. netplot

    0下载:
  2. 社交网络网络拓扑图,可以得出每个节点的连接关系-Social network network topology, you can draw the connection of each node
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:822
    • 提供者:华哥
  1. Gossip spread in social network Models

    0下载:
  2. 网络谣言传播模型等。八卦几乎不可避免地出现在真实的社交网络中。在这篇文章中我们调查 一个人的朋友数量之间的关系和对八卦有多远的限制 该人可以在网络中传播。(Gossip almost inevitably arises in real social networks. In this article we investigate the relationship between the number of friends of a person .)
  3. 所属分类:数据结构

    • 发布日期:2017-12-28
    • 文件大小:1189888
    • 提供者:lxy3103
  1. SimRank

    0下载:
  2. 链路预测中的相似性打分算法,适用于社交网络分析,数据挖掘等方面研究(similarity rank method for social network analysis)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:36864
    • 提供者:dammon
  1. AI_social_network-master

    0下载:
  2. influencer in social networks by python matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:941056
    • 提供者:ahmadshahbaz
« 12 »
搜珍网 www.dssz.com