复杂网络
文章平均质量分 96
竹篱茅舍1997
生物信息学、python、R、Linux、Perl学习交流
展开
-
基于PyG(PyTorch Geometric)的图神经网络学习(1)
PyG *(PyTorch Geometric)*是一个建立在 PyTorch上的库,便于写和训练在结构化数据中具有广泛应用的图神经网络(Graph Neural Networks, GNNs)。翻译 2022-08-08 17:35:35 · 869 阅读 · 0 评论 -
Machine Learning in Complex Networks读书笔记
文章目录第1章 简介1.1 大背景1.2 本书的关注点第1章 简介1.1 大背景(1)机器学习基本概念:监督学习,非监督学习,分类,回归,半监督学习。(2)复杂网络的发展历史:a. 1736年,欧拉在解决哥尼斯堡七桥问题时,奠定了图论基础。b.1959年,Paul Erdos和Alfred Reyni提出了random networks。c.1967年,Stanley Milgram发现了“六度分离”的概念,成为了小世界网络的研究的种子。d.1998年,Watts和Strogatz发现改变翻译 2020-09-15 13:19:56 · 474 阅读 · 1 评论 -
Complex Network Analysis in Python学习笔记
代码下载:https://pragprog.com/titles/dzcnapy/complex-network-analysis-in-python/文章目录Preface1. The Art of Seeing Networks.Part I - Elementary Networks and tools.2. Surveying the Tools of the Craft3. Introducing NetworkXPreface1. The Art of Seeing Networks..翻译 2020-09-13 16:00:31 · 2021 阅读 · 2 评论