- 博客(16)
- 收藏
- 关注
原创 CS224W: Machine Learning with Graphs - 10 Heterogeneous Graphs and Knowledge Graph Embeddings
CS224W: Machine Learning with Graphs - 10 Heterogeneous Graphs and Knowledge Graph Embeddings
2022-02-04 07:21:57
387
原创 CS224W: Machine Learning with Graphs - 09 How Expressive are GNNs
CS224W: Machine Learning with Graphs - 09 How Expressive are GNNs
2022-01-10 12:35:07
581
原创 CS224W: Machine Learning with Graphs - 08 GNN Augmentation and Training
CS224W: Machine Learning with Graphs - 08 GNN Augmentation and Training
2022-01-03 09:17:36
703
原创 CS224W: Machine Learning with Graphs - 07 Graph Neural Networks (GNN) 2: Design Space
CS224W: Machine Learning with Graphs - 07 Graph Neural Networks (GNN) 2: Design Space
2021-12-23 11:48:58
396
原创 CS224W: Machine Learning with Graphs - 06 Graph Neural Networks (GNN) 1: GNN Model
CS224W: Machine Learning with Graphs - 06 Graph Neural Networks (GNN)
2021-10-25 23:30:02
267
原创 CS224W: Machine Learning with Graphs - 05 Message Passing and Node Classification
CS224W: Machine Learning with Graphs - 05 Message Passing and Node Classification
2021-10-25 22:33:53
119
原创 CS224W: Machine Learning with Graphs - 04 Graph as Matrix: PageRank,Random Walks and Embeddings
CS224W: Machine Learning with Graphs - 04 Graph as Matrix: PageRank,Random Walks and Embeddings
2021-10-25 04:18:59
209
原创 CS224W: Machine Learning with Graphs - 03 Node Embeddings
CS224W: Machine Learning with Graphs - 03 Node Embeddings
2021-10-21 22:16:05
233
原创 CS224W: Machine Learning with Graphs - 02 Traditional Feature-based Methods
CS224W: Machine Learning with Graphs - 02 Traditional Feature-based Methods
2021-10-20 04:13:05
217
原创 CS224W: Machine Learning with Graphs - 01 Introduction
CS224W: Machine Learning with Graphs - 01 Introduction
2021-10-19 11:47:27
243
原创 循环神经网络(RNN)与长短期记忆网络(LSTM)讲解
循环神经网络(RNN)对于典型的深度神经网络(DNN),就是通过在输入层与输出层之间增加隐藏层来构建网络,如下图所示。与DNN不同的是,循环神经网络(RNN)赋予了网络对前面的内容的一种“记忆功能”,即一个序列当前的输出与前面的输出也有关。具体的表现形式为网络会对前面的信息进行记忆并应用于当前输出的计算中,即隐藏层之间的节点不再无连接而是有连接的,并且隐藏层的输入不仅包括输入层的输出还包括上...
2019-10-01 13:12:35
4955
转载 利用长短期记忆网络(LSTM)对正弦函数进行预测
import numpy as npimport tensorflow as tffrom matplotlib.pyplot as pltHIDDEN_SIZE = 30 # Lstm中隐藏节点的个数NUM_LAYERS = 2 # LSTM的层数TIMESTEPS = 10 ...
2019-01-06 19:54:49
2024
1
原创 利用MATLAB读取NetCDF文件
网络通用数据格式(NetCDF,network Common Data Form)是在气象科学领域用于存储数据的常见存储标准。该格式将数据存储成扩展名为.nc的文件,MATLAB、Python和Java等语言都支持对该类型文件的读取。本文主要讲述利用MATLAB读取NetCDF文件。...
2018-12-27 20:10:16
23877
9
原创 Ubuntu18.04通过Anaconda安装Python3.5.2
Ubuntu18.04系统本身自带Python3.6.5,但本身自带的Python缺少了很多常用的包(如numpy、pandas等),之后单独安装会比较麻烦,所以需要自己把Python重装一下,可以借助Anaconda安装Python。查看Python版本python --version查看python已安装包pip listAnaconda包下载Anaconda可以从官网(...
2018-11-18 20:17:54
2757
原创 Ubuntu18.04安装Xfce桌面与VNC远程工具
Xfce桌面的安装Xfce是一款轻量级的桌面环境,运行在类Unix操作系统 (如Linux、FreeBSD 和 Solaris)上。安装Xfce前需要更新一下系统sudo apt-get update安装Xfcesudo apt-get install xfce4 如果安装时出现错误,就多更新几次系统。安装结束之后,重启电脑。在登陆界面选择Xfce Session即可进入Xf...
2018-11-17 21:29:17
12420
8
原创 Ubuntu18.04安装
Ubuntu18.04安装功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入之前曾在Windows10上部署过tenso...
2018-11-17 21:05:42
1403
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人