ICode9

精准搜索请尝试: 精确搜索
  • 关系抽取任务中的一些术语2021-05-07 16:02:56

    简写英文全称中文全称RERelation Extraction关系抽取KBKnowledge Base知识库KGKnowledge Graph知识图谱DSREDistant Supervision Relation extraction远程监督关系抽取CNNsConvolution Neural Networks卷积神经网络GNNsGraph Neural Networks图神经网络GCNsGraph Convolution Ne

  • Replay in biological and artificial neural networks2021-05-05 12:04:50

    原文参见DeepMind的博客:https://www.deepmind.com/blog/article/replay-in-biological-and-artificial-neural-networks 作者:Zeb Kurth-Nelson, Will Dabney   One of a series of posts explaining the theories underpinning our research. 一系列解释理论基础的文章之一,这些

  • 【论文精炼】 | Revisiting the Continuity of Rotation Representations in Neural Networks | 再次探讨神经网络中旋转表示的连续2021-05-02 11:35:50

    出自文献:Xiang S, Li H. Revisiting the Continuity of Rotation Representations in Neural Networks[J]. arXiv preprint arXiv:2006.06234, 2020. 摘要 本文详细分析了欧拉角和单位四元数在神经网络中旋转表示的病态性质。 具体说来,我们证明了,对于某些输入,这两种表示会产生

  • Computer Networks COMPSCI 453: Select Lectures Notes (Chapter 1: Computer Networks and the Internet)2021-05-01 21:03:12

    Computer Networking: a Top-Down Approach (8th ed.) : Select Lectures Notes Navigator 1    Resources and Introduction 2    Chapter 1: Introduction 3    Chapter 2: Application Layer   Chapter 1: introduction 1.1 What is the Internet? What is a p

  • 2021-cvpr-PAConv2021-04-30 22:59:33

    PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds Mutian Xu1 Runyu Ding1* Hengshuang Zhao2 Xiaojuan Qi1† 1The University of Hong Kong 2University of Oxford* cvpr-2021 github:https://github.com/CVMI-Lab/PAConv 〇、Intro

  • 《OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks》翻译2021-04-24 15:04:07

                                    O                         v                         e                         r                         F                        

  • Synthesizing the preferred inputs for neurons in neural networks via deep generator networks2021-04-23 18:01:27

    该算法(1)生成质量上最先进的合成图像,看起来几乎是真实的;(2)以可解释的方式揭示每个神经元学习的特征;(3)对新的数据集有很好的概括性,对不同的网络结构也有一定的概括性,而不需要重新学习先验;(4)可以被视为一种高质量的生成方法(在这种情况下,通过生成新颖、创造性、有趣、可识别的图像)。

  • Pytracking installation on Linux2021-04-22 20:34:02

    Linux(Ubuntu )Installation This document contains detailed instructions for installing the necessary dependencies for PyTracking. The instrustions have been tested on an Ubuntu 18.04 system. We recommend using the install script if you have not already tr

  • docker-compose的一些占位符运用2021-04-08 19:02:29

    这是一个普通的docker-compose文件 version: '3' services: applymgr: image: harbor.cloud.test/online/applymgr:b88b2301 networks: - default dns: - 10.99.165.22 extra_hosts: - "zk_hadoop_hbase_kafka:10.109.95.32"

  • docker-compose2021-04-06 22:31:59

    目录 一、简介二、编写yml文件1. 示例2. yml 配置指令参考2.1 container_name2.2 在构建时应用的配置选项2.2.1 bulid2.2.2 image 3. command4. depends_on5. environment6. expose7. ports8. extra_hosts9. networks9.1 指定 IPv410. aliases11. healthcheck12. logging13

  • Computer Networking: a Top-Down Approach (8th ed.) : Notes of Core Lectures (Content)2021-04-03 09:33:42

    1      Chapter 1: introduction 1.1    What is the Internet? What is a protocol? 1.1.1   The Internet: a “nuts and bolts” view Billions of connected computing devices: hosts (主机) = end systems (端系统) running network apps (应用) at Internet’s

  • docker-compose es集群部署2021-03-30 10:34:14

    注意es不支持直接映射对应目录 version: "3" networks: x-net: driver: bridge name: docker.x.com services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.8.12 restart: always container_name: elasticsearch envi

  • ubuntu18快速运行pytracking2021-03-22 16:33:44

    前提: ubuntu18系统+以安装好的conda环境 ubuntu系统下,ctrl+alt+t,打开终端,新建文件夹作为工作目录,输入下载源码命令: git clone https://github.com/visionml/pytracking.git 安装说明:https://github.com/visionml/pytracking/blob/master/INSTALL.md 中间可能会遇到pip instal

  • 【图深度自监督学习Philips S. Yu团队重磅新作】Graph Self-Supervised Learning: A Survey2021-03-13 20:32:17

    Graph Self-Supervised Learning: A Survey 作者:Philip S. Yu等 主要工作: 对图自监督学习进行归类总结了已有的图自监督学习的工作提出了对后续的图自监督学习工作方向的展望相较于已有的图自监督学习综述,他们的工作对这块分得更科学更细致 Introduction 部分 ​ 自监督学习

  • [论文笔记]——PIXEL DECONVOLUTIONAL NETWORKS2021-03-02 18:58:31

    论文:PIXEL DECONVOLUTIONAL NETWORKS 代码:添加链接描述 总体介绍 一般反卷积产生的问题:checkerboard(棋盘格) 原因:由于中间特征图都是同时生成的,他们独立的,输出特征图上的相邻像素间不存在之间联系 该论文的方法: 中间特征图数顺序生成,有依赖关系,而不再仅仅依靠于输入特征图 该

  • Docker-compose指令详解2021-02-25 21:31:13

    Doker和Compose 兼容性矩阵: 官方文档 提示:您可以使用此文件的扩展名为.yml或.yanl扩展名 文件结构说明 从上面的示例模板文件中可以看出,顶级的配置项有: ersion 定义了版本信息 services 定义了服务的配置信息 networks 定义了网络信息,提供给 services 中的 具体容器使用

  • Stacked Hourglass Networks 人体姿态检测2021-02-17 23:01:35

    本文是人体关键点中非常经典的一篇文章:Stacked Hourglass Networks for Human Pose Estimation 论文地址: https://arxiv.org/abs/1603.06937​arxiv.org   代码地址: wbenbihi/hourglasstensorlfow​github.com 论文框图: 摘要: 正如论文名称所说,我们提出的网络是漏斗形状,通过多

  • 【笔记】电路分析之单时间常数网络(STC networks)2021-02-15 23:35:36

    STC networks 在分析电路的频域响应时,单时间常数网络的知识非常有用。 单时间常数网络(Single-Time-Constant Networks)有两种组合:第一种是由电阻R加电容C组成,其时间常数为\(\tau=CR\);第二种是由电阻R加电感L组成,其时间常数为\(\tau=\frac{L}{R}\)。 STC networks的分类 大多数的S

  • Summary of Segmentation Networks2021-02-14 10:03:36

    本文主要总结整理一些「图像分割」的深度卷积神经网络和我遇到的一些问题。         前言 以下总结按照时间先后顺序来介绍深度卷积神经网络在图像分割领域的发展。其中本人用得最多的是基于UNet的框架结构,尤其在医学图像领域,UNet的一些列衍生变形结构可以取得很不错的效果。

  • Deep Forest Towards an Alternative to Deep Neural Networks2021-01-29 22:33:41

    文章目录 Abstract1 IntroductionDNN很牛逼 Abstract propose gcForest,a decision tree ensemble approach with performance highly competitive to deep neural networkscontrast to dnn require great effort in hyper-parameter tuning,gcForest much easier to

  • 【北京交通大学社会科学版】数字经济背景下的算力网络研究——CSSCI2021-01-29 21:29:03

    数字经济背景下的算力网络研究 吕廷杰1,刘峰2,3 (1.北京邮电大学 经济管理学院,北京100876;2.华东师范大学 计算机科学与技术学院,上海200062;3.上海对外经贸大学 人工智能与变革管理研究院,上海200235) 摘要: 算力网络(CFN,Computing First Networking)是随着以云计算为代表的传统中心

  • UVA 1590 IP Networks 位运算2021-01-29 19:33:39

    //位运算 #include<iostream> #include<algorithm> #include<string> #include<map> #include<stdlib.h> using namespace std; typedef unsigned int uint; typedef long long ll; int main() { int m; while(~scanf("%d", &

  • 图学习笔记(三):图与图学习2021-01-27 22:02:37

    图学习笔记(三):图与图学习 回顾六. 图神经网络(Graph Neural Networks)一、 什么是图神经网络二、 有哪些图神经网络符号定义1. 图卷积网络(Graph Convolution Networks,GCNs)2. 图注意力网络(Graph Attention Networks)2.1 图注意力网络(Graph Attention Network,GAT)2.2 门控注意力网

  • 神经网络中的ablation study是什么2021-01-26 11:34:12

        The original meaning of “Ablation” is the surgical removal of body tissue. The term “Ablation study” has its roots in the field of experimental neuropsychology of the 1960s and 1970s, where parts of animals’ brains were removed to study the

  • attention - 5 - GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond - 1 - 论文学习2021-01-22 20:05:09

      GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond Abstract Non-Local Network(NLNet)通过将特定于查询的全局上下文聚合到每个查询位置,为捕获长期依赖关系提供了一种先进的方法。然而,通过严格的实证分析,我们发现non-local网络建模的全局上下文

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有