Summit 300-48交换机是一种48端口(外加四个铜缆端口和迷你型GBIC端口)第二层/第三层WLAN交换机,它带有一个扩展槽,可以用于未来升级和新兴的移动应用。Summit 300-48交换机带有冗余电源,为无线端口提供了全面的加密和安全服务,如AES、WES和WPA。为支持这一解决方案而增强的ExtremeWare 操作系统功能包括改善的安全性、扩充能力和透明管理功能。除Extreme的Altitude 300无线端口外,Summit 300-48基本上可以与符合标准的其它无线接入点一起运行。
2024-01-15 16:26:46 23KB 网络
1
内含Jeff Heaton的三本关于神经网络的英文书: (1)《Introduction to Neural Networks for Java, 2nd Edition》; (2)《Introduction to neural networks for c# Second Edtion》; (3)《Introduction to the Math of Neural Network》
2024-01-13 12:19:49 6.76MB Neural Networks Java/C# Jeff
1
城市交通网络中的随机混合均衡行为建模,赵晖,高自友,本文研究了随机系统中同时包含竞争行为与合作行为的混合交通平衡。在目标系统中,同时考虑三类不同性质的局中人,即具有随机用户
2024-01-11 15:48:58 407KB 首发论文
1
Learning Generative Adversarial Networks 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2024-01-11 11:30:39 10.85MB Learning Generative Adversarial Networks
1
计算机网络经典 附习题答案 英文版 原书为chm格式,答案为pdf格式
2023-11-19 09:54:49 8.8MB 计算机网络 Tanenbaum
1
NetScreen-200 系列产品带有 4 个或 8 个具有自动速率检测、两极自动调整功能的 10/100 Base-T 以太网端口,能够提供接近线速的防火墙功能(NetScreen-204 的速度为 400 Mbps, NetScreen-208 的速度为 550 Mbps)。即使 3DES 和 AES 加密等严格应用上亦能提供高于 200 Mbps 的速率性能。
2023-10-27 16:12:44 47KB 安全
1
LazyProgrammer, "Convolutional Neural Networks in Python: Master Data Science and Machine Learning with Modern Deep Learning in Python, Theano, and TensorFlow" 2016 | ASIN: B01FQDREOK | 52 pages | EPUB | 1 MB This is the 3rd part in my Data Science and Machine Learning series on Deep Learning in Python. At this point, you already know a lot about neural networks and deep learning, including not just the basics like backpropagation, but how to improve it using modern techniques like momentum and adaptive learning rates. You've already written deep neural networks in Theano and TensorFlow, and you know how to run code using the GPU. This book is all about how to use deep learning for computer vision using convolutional neural networks. These are the state of the art when it comes to image classification and they beat vanilla deep networks at tasks like MNIST. In this course we are going to up the ante and look at the StreetView House Number (SVHN) dataset - which uses larger color images at various angles - so things are going to get tougher both computationally and in terms of the difficulty of the classification task. But we will show that convolutional neural networks, or CNNs, are capable of handling the challenge! Because convolution is such a central part of this type of neural network, we are going to go in-depth on this topic. It has more applications than you might imagine, such as modeling artificial organs like the pancreas and the heart. I'm going to show you how to build convolutional filters that can be applied to audio, like the echo effect, and I'm going to show you how to build filters for image effects, like the Gaussian blur and edge detection. After describing the architecture of a convolutional neural network, we will jump straight into code, and I will show you how to extend the deep neural networks we built last time with just a few new functions to turn them into CNNs. We will then test their performance and show how convolutional neural networks written in both Theano and TensorFlow can outperform the accuracy of a plain neural network on the StreetView House Number dataset.
2023-10-26 06:03:37 1.21MB Python Neural Network
1
总共1000多页,很好的资料,着重讲DL4J。
2023-10-24 12:53:43 11.53MB Java Deep Learning
1
For graduate-level neural network courses offered in the departments of Computer Engineering, Electrical Engineering, and Computer Science. Renowned for its thoroughness and readability, this well-organized and completely up-to-date text remains the most comprehensive treatment of neural networks from an engineering perspective. Refocused, revised and renamed to reflect the duality of neural networks and learning machines, this edition recognizes that the subject matter is richer when these topics are studied together. Ideas drawn from neural networks and machine learning are hybridized to perform improved learning tasks beyond the capability of either independently.
2023-10-07 23:06:25 13.71MB 机器学习 神经网络 深度学习
1
用于文档图像变形的门控和分叉堆叠式U-Net模块 捕获文档图像是记录它们的最简单,最常用的方法之一。 但是,这些图像是在手持设备的帮助下捕获的,通常会导致难以消除的不良失真。 我们提出了一个监督的门控和分叉堆叠式U-Net模块,以预测变形网格并从输入中创建无失真的图像。 在对网络进行人工合成的文档图像训练时,将根据真实世界的图像来计算结果。 我们方法的新颖性不仅存在于U-Net的分叉中,以帮助消除网格坐标的混合,而且还存在于使用门控网络的情况下,该门控网络为模型增加了边界和其他分钟线级别的细节。 我们提出的端到端流水线仅在先前方法中使用的数据的8%进行训练后,就可以在DocUNet数据集上实现最新的性能。 要求 所需的软件包: 火炬(> 1.4.0) 火炬视觉(> 0.6.0) numpy(> 1.18.4) 要安装所有必需的软件包,请使用pip install -r requir
1