我是靠谱客的博主 心灵美山水,最近开发中收集的这篇文章主要介绍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 and Google Cloud Tutorial所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部