发表评论取消回复
相关阅读
相关 Deep Learning with Pytorch- neural network
Deep Learning with Pytorch: A 60 Minute BlitzNeural Networks神经网络神经网络是使用 torch.nn 包构建的...
相关 论文笔记《ImageNet Classification with Deep Convolutional Neural Networks》
AlexNet在ImageNet LSVRC-2012上取得了top-1 和top-5错误率分别为37.5%和17.0%的好成绩,获得了冠军。它使用的神经网络有600000个参
相关 ILFO:Adaversarial Attack on Adaptive Neural Networks
ILFO:Adaversarial Attack on Adaptive Neural Networks `论文收录于CVPR 2020` 文章目录
相关 论文阅读笔记:ProjectionNet: Learning Efficient On-Device Deep Networks Using Neural Projections
提示:阅读论文时进行相关思想、结构、优缺点,内容进行提炼和记录,论文和相关引用会标明出处。 文章目录 前言 介绍 相关工作 神经投影网络(Neu
相关 DeepInspect: A Black-box Trojan Detection and Mitigation Framework for Deep Neural Networks笔记
Challenges: C1.后门的隐蔽性使得他们很难通过功能测试functional testing来识别(这种测试通常会使用测试准确率作为检测标准)
相关 Fine-Pruning: Defending Against Backdooring Attacks on Deep Neural Networks 笔记
Code: https://github.com/kangliucn/Fine-pruning-defense Context: 因为在我们训练模型时,由于我们所需要的
相关 STRIP: A Defence Against Trojan Attacks on Deep Neural Networks 笔记
Code: https://github.com/garrisongys/STRIP?utm\_source=catalyzex.com 本文提出的 detect 方法
相关 《Channel Pruning for Accelerating Very Deep Neural Networks》论文笔记
1. 概述 这篇文章提出了一种基于LASSO回归的通道选择和最小二乘重构的迭代两步算法,有效地对每一层进行修剪。并进一步将其推广到多层和多分枝的场景下。论文中的方法能够减
相关 《Learning Structured Sparsity in Deep Neural Networks》论文笔记
1. 概述 这篇文章提出了结构系数学习(Structured Sparsity Learning,SSL)的方法去正则网络的结构(filter,channel,filte
相关 《ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation》论文笔记
1. 概述 > 导读:一般的分割网络需要大量的浮点运算以及较长的运算时间,这个妨碍了其在实时要求较高场合的使用,这篇文章提出了基于编解码器结构的实时分割网络ENT(Eff
还没有评论,来说两句吧...