network

Achieving a Better Stability-Plasticity Trade-off via Auxiliary Networks in Continual Learning论文阅读笔记

## 摘要 连续学习过程中的稳定性-可塑性权衡是一个重要的问题。作者提出了Auxiliary Network Continual Learning (ANCL),通过auxiliary network提高了模型的可塑性。 ## 方法 ### The Formulation of Auxiliary ......

pycharm环境配置_network

[TOC] [CUDA10.1的安装_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1ov41137Z8/?p=4&spm_id_from=pageDriver&vd_source=0171aff436db6d7c707fb12c8ad61d69) ......
pycharm network 环境

Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation

[TOC] > [Xia X., Yin H., Yu J., Wang Q., Cui L and Zhang X. Self-supervised hypergraph convolutional networks for session-based recommendation. AAAI, ......

Region Proposal Network (RPN) 架构详解

动动发财的小手,点个赞吧! ## 简介 如果您正在阅读[这篇文章](https://towardsmachinelearning.org/region-proposal-network/ "Source"),那么我假设您一定听说过用于目标检测的 RCNN 系列,如果是的话,那么您一定遇到过 RPN, ......
架构 Proposal Network Region RPN

论文翻译系列-Network Slimming

​ 本文来自公众号“AI大道理”。 本文是2017年发表在计算机视觉领域顶会ICCV的一篇文章,是引用比较广泛的一种模型剪枝方法,作者来自清华大学、英特尔中国实验室、复旦大学和科内尔大学。 论文原文: https://arxiv.org/pdf/1708.06519.pdf (AI大道理:Netwo ......
论文翻译 Slimming Network 论文

ceph使用ipv6部署,创建osd:unable to find any IPv4 address in networks 'x:x::0/64' interfaces

使用 **ipv6** 部署 **ceph** 多节点集群 ceph.conf 配置文件如下: ``` public_network = 2001::0/64 cluster_network = 2001::0/64 ms_bind_ipv6 = true ``` 在进行osd创建时无报错,创建好之 ......
interfaces networks address unable ceph

Global Context Enhanced Graph Neural Networks for Session-based Recommendation

[TOC] > [Wang Z., Wei W., Cong G., Li X., Mao X. and Qiu M. Global context enhanced graph neural networks for session-based recommendation. SIGIR, 202 ......

/etc/netplan/network-manager-all.yaml 配置服务器ip

本文为博主原创,转载请注明出处: /etc/netplan 是用于配置 Ubuntu 系统网络接口的目录。在 Ubuntu 中,网络配置的默认工具为 Netplan,而 /etc/netplan 则是 Netplan 配置文件的存储位置。 在 /etc/netplan 目录中,通常会有一个或多个 Y ......

[CVPR23 Highlight] Side Adapter Network for Open-Vocabulary Semantic Segmentation论文阅读笔记

** ## 摘要 本文提出了一个用于开放词汇语义分割的新框架SAN,将语义分割任务建模为区域识别问题,提取mask proposals并使用CLIP对mask进行识别。SAN可以重新利用CLIP的特征,因此其本身可以非常轻量;同时网络可以端到端地进行训练,从而使SAN适应冻结的CLIP模型。本文方法 ......

文献阅读-Inferring Networks of Diffusion and Influence

Authors: Manuel Gomez-Rodriguez, Jure Leskovec, Andreas Krause Authors Info & Claims ACM Transactions on Knowledge Discovery from DataVolume 5Issue 4A ......

docker入门命令——image、container、network、dockerfile、docker-compose、docker swarm、docker stack

# docker ```shell docker version docker info docker --help ``` ## 镜像操作image ```shell docker images # 本地仓库镜像信息 结果解释: REPOSITORY(镜像名称) TAG(标签|版本) IMAGE ......

git团队协作_network

Git教程:https://www.runoob.com/git/git-tutorial.html Git大全:[Git 大全 - Gitee.com](https://gitee.com/all-about-git) Git分支管理[一种适合小团队的Git协作流程 - 知乎 (zhihu.com ......
团队 network git

docker删除网络报错:Error response from daemon: error while removing network

在安装harbor发现docker的network已经存在了 然后直径ls去查看发现存在如下,然后去rm删除的时候发现删不掉 [root@st-test-hemu-harbor-2 harbor]<20230529 11:37:11># docker network ls NETWORK ID NA ......
response removing network docker daemon

Uncovering the Representation of Spiking Neural Networks Trained with Surrogate Gradient

郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! Published in Transactions on Machine Learning Research (04/2023) ......

Basics of Neural Network Programming

[TOC] # Basics of Neural Network Programming ## Logistic Regression given x , want $\hat{y}=P(y=1|x)$, $x\in\R^{n_x}$ > $\hat{y_1}=w_{11}*x_{11}+w_{12 ......
Programming Network Basics Neural of

[论文阅读] DGFont++ Robust Deformable Generative Networks for Unsupervised Font Generation

## Pre title: DGFont++: Robust Deformable Generative Networks for Unsupervised Font Generation accepted: Arxiv 2022 paper: https://arxiv.org/abs/2212. ......

Efficient Graph Generation with Graph Recurrent Attention Networks

[TOC] > [Liao R., Li Y., Song Y., Wang S., Nash C., Hamilton W. L., Duvenaud D., Urtasun R. and Zemel R. NIPS, 2019.](http://arxiv.org/abs/1910.00760) ......

使用 TensorFlow 自动微分和神经网络功能估算线性回归的参数(Estimate parameters for linear regression using automatic differentiation or neural network functions of TensorFlow)

大多数的深度学习框架至少都会具备以下功能: (1)张量运算 (2)自动微分 (3)神经网络及各种神经层 TensorFlow 框架亦是如此。在《深度学习全书 公式+推导+代码+TensorFlow全程案例》—— 洪锦魁主编 清华大学出版社 ISBN 978-7-302-61030-4 这本书第3章 ......

Paper Reading: forgeNet a graph deep neural network model using tree-based ensemble classifiers for feature graph construction

[toc] Paper Reading 是从个人角度进行的一些总结分享,受到个人关注点的侧重和实力所限,可能有理解不到位的地方。具体的细节还需要以原文的内容为准,博客中的图表若未另外说明则均来自原文。 | 论文概况 | 详细 | | | | | 标题 | 《forgeNet: a graph dee ......

Combining Label Propagation and Simple Models Out-performs Graph Neural Networks

[TOC] > [Huang Q., He H., Singh A., Lim S. and Benson A. R. Combining label propagation and simple models out-performs graph neural networks. ICLR, 20 ......

[USACO08JAN]Cell Phone Network G

### 题意: 给出由n个点和(n-1)条边构成的树,每个点可以覆盖每个相邻点,求把树上所有点覆盖完成至少需要挑出多少点来做覆盖操作 ### 思路: 先明确用树形dp来做解答,用dp[i][]来表示覆盖对应点和其下方所有节点的最小花费 对于要覆盖的每个点,我们可以有三种选择: 1.自己覆盖自己:这时 ......
Network USACO Phone Cell JAN

《AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks》特征交叉论文阅读

背景 这是一篇利用多头attention机制来做特征交叉的论文 模型结构 AutoInt的模型结构如上图所示,搞模型包含 Embedding Layer、Interacting Layer、Output Layer三个部分,其中Embedding Layer和Output Layer和普通模型没什么 ......

Putty连接虚拟机(在win11中安装的ubuntu20.04)提示: Network error: Connection refused

# 开启防火墙 sudo ufw enable# 开启22号端口 sudo ufw allow 22 # 重启防火墙 sudo ufw reload # 查看状态 sudo ufw status # 安装ssh sudo apt install openssh-server# 尝试能否远程登录ssh ......
Connection Network refused ubuntu Putty

ubuntu network配置

引用: ubuntu 22.04如何配置静态IP、网关、DNS - 小鲨鱼2018 - 博客园 (cnblogs.com) Network configuration | Ubuntu 1、当前系统 lsb_release -a ubuntu 22.04. 2、进入/etc/netplan/目录,列 ......
network ubuntu

Understanding Structural Vulnerability in Graph Convolutional Networks

Chen L., Li J., Peng Q., Liu Y., Zheng Z. and Yang C. Understanding structural vulnerability in graph convolutional networks. IJCAI, 2021. 概 mean 是在 G ......

docker network

引子 https://github.com/fanqingsong/fastapi-react-postgres-keycloak-sso docker compose 配置文件定义了若干service version: "3" services: nginx: image: nginx:1.17 ......
network docker

MBN:Mutual Boost Network for Attributed Graph Clustering

论文阅读07-MBN:Mutual Boost Network for Attributed Graph Clustering 论文信息 论文地址:https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4195979 代码地址:https://git ......
Attributed Clustering Network Mutual Boost

m车载自组织网络(Vehicular Ad-hoc Network,VANET)通信系统的matlab仿真

1.算法仿真效果 matlab2022a仿真结果如下: 2.算法涉及理论知识概要 这里根据那个fluid dynamic model 和stochastic model模型,这里使用一种如下的车辆移动模型,能够反映出车辆移动的随机性和连续性。 首先,考虑到第三步骤的实际的问题的仿真,因此,我们在这里 ......
组织网络 Vehicular Network Ad-hoc matlab

Twitter延迟转化论文《Addressing Delayed Feedback for Continuous Training with Neural Networks in CTR prediction》阅读

背景 由于用户的兴趣是实时变化的,现代推荐、广告系统采用了流式更新的方式来捕捉用户实时兴趣的变化。实时训练的方式面临的一个难题就是正样本的回传是有延迟的,一个实时发送的负样本其实是无法确认是否是真的负样本的。也就是说实时观测到的数据流是一个有偏数据流,并不是真实的数据。如果模型在这个有偏分布上学习, ......

[Pix2Pix] Image-to-Image Translation with Conditional Adversarial NetWorks

paper:https://arxiv.org/pdf/1611.07004.pdf [CVPR 2017] code: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix https://phillipi.github.io/pix2pi ......