我是靠谱客的博主 心灵美山水,这篇文章主要介绍CS224W——Snap.py and Google Cloud Tutorial,现在分享给大家,希望可以做个参考。

Snap.py Tutorial

** Introduction to SNAP**

What is SNAP?

Stanford Network Analysis Platform (SNAP)
is a general purpose, high-performance system for analysis and manipulation of large networks

  • http://snap.stanford.edu
  • Scales to massive networks with hundreds of millions of nodes and billions edges
SNAP software
  • Snap.py for Python, SNAP C++
Snap.py Resources
  • Prebuilt packages availables for Mac OS X, Windows, Linux
    - http://snap.stanford.edu/snappy/index.html
  • Snap.py docementation:
    - http://snap.stanford.edu/snappy/doc/index.html
    - Quick introduction, Tutorial, Reference Manual
  • SNAP user mailing list
    - http://groups.google.com/group/snap-discuss
  • Developer resource
    - Software available as open source under BSD license
    - Github repository
    - http://github.com/snap-stanford/snap-python
SNAP datasets

Over 70 network datasets

  • Social networks: online social networks, edges represent interactions between people
  • Twitter and Memetracker: Metetracker phrases, links and 467million Tweets
  • Citation networks: nodes represent papers, edges represent citations
  • Collaboration networks: nodes represent scientists, edges represent collaborations (co-authoring a paper)
  • Amazon networks: nodes represen products and edges link commonly co-purchased products

Snap.py for Python
在这里插入图片描述

  • Installation:
  • Follow instructions on the Snap.py webpage
pip install snap-stanford

在这里插入图片描述

  • Import the snap module
import snap

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
Network analytics
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

Google Cloud Platform for Higher Education

在这里插入图片描述

Why choose Google Cloud?

在这里插入图片描述
在这里插入图片描述

最后

以上就是心灵美山水最近收集整理的关于CS224W——Snap.py and Google Cloud Tutorial的全部内容,更多相关CS224W——Snap.py内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部