240 发简信
IP属地:安徽
  • 【LeetCode】130-被围绕的区域

    130. 被围绕的区域 Tags: DFS, BFS 给定一个二维的矩阵,包含 'X' 和 'O'(字母 O)。找到所有被 'X' 围绕的区域,...

  • 【LeetCode】696-计数二进制子串

    696. 计数二进制子串 Tags: 字符串 给定一个字符串 s,计算具有相同数量0和1的非空(连续)子字符串的数量,并且这些子字符串中的所有0...

  • Resize,w 360,h 240
    【CS224W课程笔记】Spectral Clustering

    Overview Spectral Clustering Algorithoms(谱聚类算法)的三个基本阶段: Pre-processing(预...

  • Resize,w 360,h 240
    【CS224W课程笔记】Graph Neural Networks

    Limitation of ‘Shallow Encoders’ 在Graph Repretention Learning一课中,我们已经学习了...

  • Resize,w 360,h 240
    【论文阅读笔记】文本摘要任务中的copy机制(Summarization with Pointer-Generator Networks)

    Pointer Network (Vinyals et al., 2015) Pointer Network针对原seq2seq模型的输出序列受...

  • 【CS224W课程笔记】Graph Representation Learning

    Feature Learning in Graphs Goal: 基于图为机器学习进行高效的、任务独立的特征工程。 Task: 将图中的每个节点...

  • Resize,w 360,h 240
    【论文阅读笔记】代码注释生成任务综述

    Paper: A survey of automatic generation of source code comments: Algorit...

  • Resize,w 360,h 240
    【CS224W课程笔记】Message Parsing and Node Classification

    Outline Main question today:给定一个部分节点有标签的网络,如何为网络中的剩余节点分配标签? Collective c...

  • Resize,w 360,h 240
    【论文阅读笔记】Transformer-XL

    Paper: Transformer-XL: Attentive Language Models Beyond a Fixed-Length C...