-
CCL
便于学习有关时变时滞网络化控制系统的研究,方便广大读者。(Easy to learn study delay network control systems related to time-varying, easy readers.)
- 2021-02-27 14:49:36下载
- 积分:1
-
[美]Python机器学习经典实例.pdf
说明: 在如今这个处处以数据驱动的世界中,机器学习正变得越来越大众化。它已经被广泛地应用于不同领域, 如搜索引擎、机器人、无人驾驶汽车等。本书首先通过实用的案例介绍机器学习的基础知识,然后介绍一 些稍微复杂的机器学习算法,例如支持向量机、极端随机森林、隐马尔可夫模型、条件随机场、深度神经 网络,等等。
本书是为想用机器学习算法开发应用程序的 Python 程序员准备的。它适合 Python 初学者阅读,不过熟 悉 Python 编程方法对体验示例代码大有裨益。(Machine learning in Python)
- 2019-12-26 21:16:13下载
- 积分:1
-
3d-dv-hop
不同于普通DV-Hop算法,讲述了三维DV-Hop算法的过程。(Unlike ordinary DV-Hop algorithm, and about the process of three-dimensional DV-Hop algorithm.)
- 2012-12-05 12:21:12下载
- 积分:1
-
email收发软件例子源代码
email收发软件例子源代码-email to send and receive software source code examples
- 2023-05-14 11:50:03下载
- 积分:1
-
TestScktIocp
与ScktComp兼容的IOCP服务端组件
参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket
其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas)
测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接.
用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
如发现有错误之处请更正后通知本人.(ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.)
- 2021-04-13 02:08:56下载
- 积分:1
-
mie
说明: 实现米散射算法,其中文件mie.m为主算法。(The Mie scattering algorithm is implemented, in which the file mie. m is the main algorithm.)
- 2020-06-17 00:20:02下载
- 积分:1
-
NDIS,网卡传输抓包工具的源代码,接口程序
NDIS,网卡传输抓包工具的源代码,接口程序-NDIS, capturing Packet Ethernet transmission source tools, interface procedures
- 2022-12-06 10:20:03下载
- 积分:1
-
jixiebi
设计一个用于解决两关节机械臂手的反演运动学的前馈网络,要求末端执行器的运动轨道是一条直线中的AB,具体要求如下:
(1) 设计合适的网络结构
(2) 按要求给出11个训练数据,用BP算法训练网络使之能满足控制要求
(Sports track design a feedforward network for solving two joint manipulator inverse kinematics of the hand, called for an end of the actuator is in a straight line AB, specific requirements are as follows:
(1) design appropriate network architecture
(2) according to the requirements given 11 training data, using BP algorithm to train the network so that it can meet the control requirements)
- 2020-12-29 08:59:01下载
- 积分:1
-
waveletnnnpid
基于小波神经网络的PID控制Matlab仿真,有代表性,值得研究(Based on Wavelet Neural Network PID Control Matlab simulation, representative, is worth studying)
- 2021-02-01 15:00:00下载
- 积分:1
-
vae
说明: 什么是变分自动编码器?
为了理解VAE,我们首先从最简单的网络说起,然后再一步一步添加额外的部分。一个描述神经网络的常见方法是近似一些我们想建模的函数。然而神经网络也可以被看做是携带信息的数据结构。假如我们有一个带有解卷积层的网络,我们设置输入为值全为1的向量,输出为一张图像。然后,我们可以训练这个网络去减小重构图像和原始图像的平均平方误差。那么训练完后,这个图像的信息就被保留在了网络的参数中。(What is a variational automatic encoder?
To understand VAE, we start with the simplest network, and then add additional parts step by step. A common way to describe neural networks is to approximate some of the functions we want to model. However, neural networks can also be regarded as data structures carrying information. If we have a network with deconvolution layer, we set the input to a vector with all values of 1 and output to an image. Then, we can train the network to reduce the average square error between the reconstructed image and the original image. After training, the information of the image is retained in the parameters of the network.vae)
- 2019-04-26 16:46:35下载
- 积分:1