生成对抗神经网络matlab代码犯罪现场调查谋杀案 描述 利用来自 Wi-Fi 信号的信道状态信息 (CSI) 的无设备被动定位正在Swift成为现实。 虽然此功能将启用新的应用程序和服务,但它也引发了对公民隐私的担忧。 在这项工作中,我们针对此类基于 CSI 的定位方法之一提出了一种精心设计的混淆技术。 特别是,我们通过利用不可逆的随机序列来修改传输的 I/Q 样本。 发射机处的 I/Q 符号操作会在保留通信的同时扭曲 CSI 中的位置特定信息,因此攻击者无法再获得有关用户位置的信息。 我们针对基于神经网络 (NN) 的定位系统测试了该技术,并表明 CSI 的随机化使得不需要的定位实际上不可行。 定位系统和随机化 CSI 管理都是在真实设备中实现的。 我们实验室获得的实验结果表明,所考虑的定位方法(首先在一篇硕士论文中提出)无论环境如何都能顺利运行,并且向 CSI 添加随机信息会扰乱定位,从而为社区提供了一个系统同时具有位置隐私和通信性能。 存储库中包含的内容 使用 Matlab WLAN 工具箱生成 WiFi 帧并使用 SDR 平台传输它们。 每个帧的 CSI 可以随意人为更改,以
2023-03-08 22:23:26 13KB 系统开源
1
大学深度学习论文提交,描述了生成模型G,判别模型D
2022-12-23 11:26:24 112KB 深度学习 GAN
1
scNym-用于单细胞分类的半监督对抗神经网络 scNym是一个神经网络模型,用于根据单细胞分析数据(例如scRNA-seq)预测细胞类型,并从这些模型中得出细胞类型表示形式。 尽管细胞类型分类是主要的用例,但是这些模型可以将单个细胞概况映射到任意输出类别(例如实验条件)。 我们已经在Genome Research的最新论文中详细描述了scNym 。 如果您发现此工具有用,请引用我们的工作。 我们也有一个研究网站,介绍scNym简报- 用于单细胞分类的半监督对抗神经网络。 雅各布·金梅尔(Jacob C.Kimmel)和大卫·凯利(David R.Kelley)。 基因组研究。 2021. doi: : BibTeX @article{kimmel_scnym_2021, title = {Semi-supervised adversarial neural networ
1
基于生成对抗神经网络的三维多孔介质重构 Reconstruction of three-dimensional porous media using generative adversarial neural networks
2022-05-10 16:03:56 95.96MB 神经网络 重构 源码软件 深度学习
资源内容为GAN对抗神经网络的各种常用变体。 项目源自Github:https://github.com/eriklindernoren/Keras-GAN 如果没有积分或者打不开的朋友可以联系邮箱:1454196320@qq.com 具体内容包括: 1.GAN(经典) 2.半监督生成对抗网络(SGAN) 3.边界搜索生成对抗网络(BGAN) 4.对偶生成对抗网络(DualGAN) 5.辅助分类-生成对抗网络(Auxiliary Classifier GAN) 6.基于上下文的半监督生成对抗网络(CC-GAN) 7.耦合生成对抗网络(CoGAN) 8.深度卷积生成对抗网络(DCGAN) 9.双向生成对抗网络(BiGAN) 10.信息最大化的生成对抗网络(InfoGAN) 11.最小均方误差的生成对抗网络(LSGAN) 12.Wasserstein GAN
2022-04-12 21:06:10 2.61MB 人工智能 深度学习 机器学习 对抗网络
生成对抗神经网络matlab代码表征签名验证的对抗性示例 该存储库包含用于评估对基于 CNN 和基于 LBP 的模型的攻击的代码 [1],以及用于评估 CNN 训练的两种防御机制(Madry 防御 [2] 和 Ensemble 对抗性训练 [3])的脚本。 [1] Hafemann、Luiz G.、Robert Sabourin 和 Luiz S. Oliveira。 “表征和评估离线手写签名验证的对抗性示例”() [2] Madry, A.、Makelov, A.、Schmidt, L.、Tsipras, D. 和 Vladu, A.,2017 年。走向能够抵抗对抗性攻击的深度学习模型。 [3] Tramèr, F.、Kurakin, A.、Papernot, N.、Goodfellow, I.、Boneh, D. 和 McDaniel, P.,2017 年。整体对抗训练:攻击和防御。 安装 首先安装包如下: pip install git+https://github.com/luizgh/sigver.git --process-dependency-links 下载(或克隆)此
2022-02-04 10:53:17 171KB 系统开源
1
生成对抗神经网络matlab代码神经网络的鲁棒性 团队成员: 里查·辛格 FNU萨钦 注意:由于文件较大,我们无法上传 EMNIST 数据集 emmist-balanced.mat 文件。 这个数据集可以在链接上找到。 如果找不到,请发送电子邮件至 或 。 项目内容: src/main.ipynb:运行 PDF 报告中提到的代码的 Pyhton notebook。 src/emmist-balanced.mat:EMNIST 数据集的 MATLAB 格式(由于大小超过 25 MB,无法上传)。 src/adversarial_examples.py:生成各种对抗样本的脚本。 src/plots.py:绘制各种分析图的脚本。 src/train_network.py:用于训练基本和蒸馏神经网络的脚本。 src/l0_attack.py:为我们的基础设施修改的作者代码。 包含 L-0 攻击。 src/l2_attack.py:为我们的基础设施修改的作者代码。 包含 L-2 攻击。 src/li_attack.py:为我们的基础设施修改的作者代码。 包含 L-Infinity 攻击。 src
2021-11-03 14:28:03 35.34MB 系统开源
1
Chapter 1, Introduction to Deep Learning, speaks all about refreshing general concepts and terminology associated with deep learning in a simple way without too much math and equations. Also, it will show how deep learning network has evolved throughout the years and how they are making an inroad in the unsupervised domain with the emergence of generative models. Chapter 2, Unsupervised Learning with GAN, shows how Generative Adversarial Networks work and speaks about the building blocks of GANs. It will show how deep learning networks can be used on semi-supervised domains, and how you can apply them to image generation and creativity. GANs are hard to train. This chapter looks at some techniques to improve the training/learning process. Chapter 3, Transfer Image Style Across Various Domains, speaks about being very creative with simple but powerful CGAN and CycleGAN models. It explains the use of Conditional GAN to create images based on certain characteristics or conditions. This chapter also discusses how to overcome model collapse problems by stabilizing your network training using BEGAN. And finally, it covers transferring styles across different domains (apple to orange; horse to zebra) using CycleGAN. Chapter 4, Building Realistic Images from Your Text, presents the latest approach of stacking Generative Adversarial Networks into multiple stages to decompose the problem of text to image synthesis into two more manageable subproblems with StackGAN. The chapter also shows how DiscoGAN successfully transfers styles across multiple domains to generate output images of handbags from the given input of shoe images or to perform gender transformations of celebrity images. Chapter 5, Using Various Generative Models to Generate Images, introduces the concept of a pretrained model and discusses techniques for running deep learning and generative models over large distributed systems using Apache Spark. We will then enhance the resolution of low quality images using pr
2021-09-30 20:59:57 10.73MB 对抗神经网络
1
多尺度特征融合的对抗神经网络人群计数算法.pdf
2021-09-25 17:06:07 1.39MB 神经网络 深度学习 机器学习 数据建模
Tensorflow 中的领域对抗神经网络对抗神经网络在 Tensorflow 中的实现。 重新创建 MNIST 到 MNIST-M 实验。 使用tensorflow-gpu==2.0.0和python 3.7.4 。 MNIST 到 MNIST-M 实验 生成 MNIST-M 数据集 改编自 要生成MNIST-M数据集,您需要下载 ,并将其放置在./Datasets/BSR_bsds500.tgz 。 运行create_mnistm.py脚本。 或者,如果在目录中找不到,脚本create_mnistm.py将为您提供下载的选项。 python create_mnistm.py 这应该会生成./Datasets/MNIST_M/mnistm.h5文件。 数据集也可在此处获得: 训练 运行DANN.py脚本。 python DANN.py 取消注释#train('so
1