替换要求功能 替换某些模块的 require 函数 安装 $ npm install --save replace-require-functions 用法 var replaceRequires = require ( 'replace-requires' ) ; // Call it on a string of JS code replaceRequires ( 'require("foo")' , { foo : 'bar' } ) ; // Returns the file, but with the `require` function replaced bar ( "foo" ) // Call it again replaceRequires ( 'require("foo/fooz")' , { foo : 'bar' } ) ; // Also works on
2021-07-20 15:03:49 4KB JavaScript
1
对等丢失功能 此存储库是ICML2020接受的“”的Pytorch Pytorch实现。 所需的包装和环境 支持的操作系统: Windows,Linux,Mac OS X; 的Python:3.6 / 3.7; 深度学习库: PyTorch(需要GPU) 所需软件包: Numpy,Pandas,random,sklearn,tqdm,csv,火炬(如果要估计噪声转换矩阵,则需要Keras)。 实用工具 该存储库包括: :clipboard: 对等丢失功能的多类实现; :clipboard: 深度学习中的对等丢失功能; :clipboard: Peer Loss功能的动态调整策略可进一步提高性能。 运行详细信息( 每个文件夹的README.md文件中都提到了MNIST,Fashion MNIST,CIFAR-10,CIFAR-100上具有不同噪声设置的对等丢失功能。 的工作流程 加权对等损失函数包括: 决策边界可视化 给定2D合成
2021-07-05 20:43:27 128.59MB Python
1
列出 Codeigniter 中未使用的函数 一个 Codeigniter 控制器,用于列出在您的控制器和模型中找到的所有功能并显示未使用的功能。 用法 要使用这些文件,请将 application/controllers/code_review.php 控制器放入 application/controllers 文件夹,并将 application/views/code_review.php 视图文件放入 application/views/ 文件夹,然后打开 。 这假设您的应用程序文件夹在您的系统文件夹之外。
2021-07-04 15:03:13 4KB PHP
1
This Recommendation specifies four types of SHA-3-derived functions: cSHAKE, KMAC, TupleHash, and ParallelHash, each defined for a 128- and 256-bit security strength. cSHAKE is a customizable variant of the SHAKE function, as defined in Federal Information Processing Standard (FIPS) 202. KMAC (for KECCAK Message Authentication Code) is a variable-length message authentication code algorithm based on KECCAK; it can also be used as a pseudorandom function. TupleHash is a variable-length hash function designed to hash tuples of input strings without trivial collisions. ParallelHash is a variable-length hash function that can hash very long messages in parallel.
2021-06-04 19:00:12 490KB 信息安全
1
Modern developments in theoretical and applied science depend on knowledge of the properties of mathematical functions, from elementary trigonometric functions to the multitude of special functions. These functions appear whenever natural phenomena are studied, engineering problems are formulated, and numerical simulations are performed. They also crop up in statistics, financial models, and economic analysis. Using them effectively requires practitioners to have ready access to a reliable collection of their properties. This handbook results from a 10-year project conducted by the National Institute of Standards and Technology with an international group of expert authors and validators. Printed in full color, it is destined to replace its predecessor, the classic but long-outdated Handbook of Mathematical Functions, edited by Abramowitz and Stegun. Included with every copy of the book is a CD with a searchable PDF of each chapter.
2021-06-01 20:32:01 27.8MB Handbook Mathematical Functions
1
Iteration of rational functions by Alan F. Beardon (z-lib.org).pdf
2021-06-01 16:02:23 6.24MB 数学
1
apache-drill-函数 掩码示例 0: jdbc:drill:> 从dfs中选择account_id、amount、transaction_id。 /frdo/gess/json/demo_gess_sink.json其中 account_id LIKE 'a61%' and amount > 50 order by transaction_id limit 20; +-------------+---------+------------------------- --------------+ | account_id | 金额 | 交易ID | +-------------+---------+------------------------- --------------+ | a612 | 300 | 000105c2-0df7-11e5-b970-0a96a0cdd6
2021-05-31 19:03:41 20KB Java
1
这个存储库包含我编写的函数,用于重用与计算机视觉相关的一些基本任务,或者可以在一般情况下使用。
2021-05-29 21:02:38 4KB matlab
1
无服务器参考体系结构:图像识别和处理后端 图像识别和处理后端演示了如何使用通过 , , 和来编排无服务器处理工作流程。 此工作流程处理上传到Amazon S3的照片,并从图像中提取元数据,例如地理位置,大小/格式,时间等。然后,它使用图像识别来标记照片中的对象。 同时,它还会生成照片的缩略图。 该存储库包含下图所示的所有Lambda函数的示例代码,以及用于创建函数和相关资源的AWS CloudFormation模板。 您还可以运行一个测试Web应用程序来与后端进行交互。 架构演练 将图像上传到private/{userid}/uploads前缀下的PhotoRepo S3存储桶 S3上传事件触发S3Trigger Lambda函数,该函数在AWS Step Functions中启动ImageProcStateMachine的执行,并传入S3存储桶和对象键作为输入参数。 ImagePr
2021-05-29 14:15:31 11.24MB JavaScript
1