Keras混合物密度网络层 使用TensorFlow的发行模块的Keras的混合密度网络(MDN)层。 这使得使用神经网络进行实验变得更加简单,该神经网络预测了多个可能包含多个可能值的实值变量。 该层可以帮助构建类似于 , ,甚至所使用的MDN- 。 您可以使用MDN做很多很酷的事情! 此实现的一个好处是您可以预测任意数量的实值。 TensorFlow的Mixture , Categorical和MultivariateNormalDiag分布函数用于生成损失函数(多元正态分布与对角协方差矩阵混合的概率密度函数)。 在以前的工作中,通常会手动指定损失函数,这对于1D或2D预测是合适的,但此后会变得更加烦人。 提供了两个重要的功能用于训练和预测: get_mixture_loss_func(output_dim, num_mixtures) :此函数生成具有正确输出尺寸a和混合
2021-08-30 14:08:20 746KB neural-network tensorflow mdn keras
1
吡咯 PY马拉松实现对于R andomW¯¯烷基,其中R estart(PyRWR)。 重新启动随机游走(RWR)是著名的链接分析算法之一,该算法可测量任意类型的图(网络)中的节点到节点的接近度。 代表性的应用程序包括各种现实世界中的图形挖掘任务,例如个性化节点排名,图形中的推荐(例如,“您可能认识的人”)以及异常检测。 pyrwr目的是在Python中使用numpy和scipy实现基于Power Iteration的RWR分数计算算法。 更具体地说, pyrwr专注于计算给定查询(种子)节点的单个源RWR得分向量,该向量用于对查询节点进行个性化节点排名。 除了RWR, pyrwr支持计算具有多个种子和PageRank的Personalized PageRank(PPR),这是RWR的著名变体。 pyrwr支持的功能有: 查询类型 重新启动随机游走(RWR):个性化排名; 只允许一
2021-08-30 11:05:26 151KB graph network pagerank python3
1
UCINET Version 6.708 | 28 June 2020 非破解版 Fixes ◾In the CLI, triadcensus was giving results only for the first matrix in a dataset ◾In the menu, Network|Whole networks|density|density by groups was printing the within group densities multiple times, with only the last one being complete
2021-08-30 11:01:29 71.17MB 社会网络 UCINET Social Network
1
深度强化学习算法 该存储库将使用PyTorch实现经典的深度强化学习算法。 该存储库的目的是为人们提供清晰的代码,以供他们学习深度强化学习算法。 将来,将添加更多算法,并且还将保留现有代码。 当前实施 深度Q学习网络(DQN) 基本DQN 双Q网络 决斗网络架构 深度确定性策略梯度(DDPG) 优势演员评判(A2C) 信任区域策略梯度(TRPO) 近端政策优化(PPO) 使用克罗内克因素信任区域(ACKTR)的演员评论家 软演员评论(SAC) 更新信息 :triangular_flag: 2018年10月17日-在此更新中,大多数算法已得到改进,并添加了更多关于图的实验(DPPG除外)。 PPO现在支持atari游戏和mujoco-env 。 TRPO非常稳定,可以得到更好的结果! :triangular_flag: 2019-07-15-在此更新中,不再需要为openai基准安装。 我在rl__utils模块中集成了有用的功能。 DDPG也重新实现,并支持更多结果。 自述文件已被修改。 代码结构也有微小的调整。 :triangular_flag: 201
2021-08-29 18:54:48 3.92MB algorithm deep-learning atari2600 flappy-bird
1
华为HCIP-Datacom Enterprise Network Solution Design 考试大纲培训手册和实验教材
2021-08-29 18:14:32 312.66MB 华为 HCIP 数据通信
华为HCIP-Datacom-Campus Network Planning and Deployment V1.0考试大纲培训手册和实验教材
2021-08-29 18:14:31 318.11MB 华为 HCIP 数据通信
华为HCIP-Datacom-Network Automation Developer V1.0考试大纲培训手册和实验教材
2021-08-29 18:14:30 85.21MB 华为 数据通信 HCIP
HCNA-HNTD (Huawei Certified Network Associate - Huawei Network Technology and Device)认证考试题库
Title: Understanding Network Hacks: Attack and Defense with Python Author: Bastian Ballmann Length: 178 pages Edition: 2015 Language: English Publisher: Springer Publication Date: 2015-01-20 ISBN-10: 3662444364 ISBN-13: 9783662444368 This book explains how to see one's own network through the eyes of an attacker, to understand their techniques and effectively protect against them. Through Python code samples the reader learns to code tools on subjects such as password sniffing, ARP poisoning, DNS spoofing, SQL injection, Google harvesting and Wifi hacking. Furthermore the reader will be introduced to defense methods such as intrusion detection and prevention systems and log file analysis by diving into code. Table of Contents Chapter 1 Installation Chapter 2 Network 4 Newbies Chapter 3 Python Basics Chapter 4 Layer 2 Attacks Chapter 5 TCP/IP Tricks Chapter 6 WHOIS DNS? Chapter 7 HTTP Hacks Chapter 8 Wifi Fun Chapter 9 Feeling Bluetooth on the Tooth Chapter 10 Bargain Box Kung Fu Appendix A Scapy Reference Appendix B Secondary Links
2021-08-27 15:52:15 1.95MB Network Hacks Python
1
Qt的BPNN人脸识别:Q Qt开发的基于BPNN(反向传播神经网络)的人脸识别系统
2021-08-25 22:32:25 1.47MB qt recognition neural-network cpp
1