在5秒钟内克隆语音以实时生成任意语音实时语音克隆此存储库是从语音验证到语音识别的多人语音合成语音学习(SV2TTS)的转移学习的一种实现,该声码器可以实时工作。 如果您好奇或正在寻找我未记录的信息,请随时检查我的论文。 通常,我建议您快速浏览一下引言之外的数字。 SV2TTS是一个三阶段的深度学习框架,允许从少数几个创建语音的数字表示
2021-12-03 10:26:57 200KB Python Natural Language Processing
1
这套国际知名教材中译本系列所选书目的范围,限于信息技术和电气工程学科所属各专业的技术基础课和主要专业课,教材原版本除了选自《国际知名大学原版教材—信息技术学科与电气工程学科系列》外,还将精选其他具有较大影响的国外知名的相关领域教材或教学参考书,教材内容适用于作为我国普通高等院校相应课程的教材或主要教学参考书。 阵列信号处理是近30年以来迅速发展的一个领域,在雷达、声纳、通信、电子对抗、地震信号处理、语音信号处理、射电天文等领域得到广泛应用,并逐渐成为众多应用领域中的核心技术和主要发展方向??如雷达中的相控阵技术、通信中的智能天线阵列技术、电子对抗中的超分辨率测向技术以及语音信号处理中的麦克风阵列技术等。 本书内容非常丰富,既包含了经典的阵列设计和空时随机过程分析的理论。也包含了近十年来在自适应阵列处理领域内自适应波束形成、波达方向估计(DOA)和空间谱估计方面的各种新的理论、算法和技术。作者结合多年的教学和撰写教材的经验,在内容选材上做到结构完整,脉络清晰。作者在每一章后面都为读者精心提供了很多习题。这些习题一方面可以帮助读者加强对基本概念的理解,另一方面也可以帮助读者开拓视野,了解相关问题的进一步研究方向。 中译本由清华大学资深研究人员及教师担任翻译工作。
2021-12-01 17:07:20 25.5MB 信号处理
1
本书提供了对自然语言处理的高度可理解的介绍,自然语言处理是支持各种语言技术的领域,从预测性文本和电子邮件过滤到自动摘要和翻译。
2021-12-01 13:38:28 81B 计算机科学
1
Mathematical Methods and Algorithms for Signal Processing书籍配套代码,希望对大家有所帮助。
2021-12-01 11:10:30 1.57MB 信号处理 数学方法 MATLAB
1
TPL 属于静态正则表达式库。TPL 全称为 Text Processing Library(文本处理库)。spirit、xpressive 是很好的东西,实现 TPL 库中对这两者有所借鉴。说起来开发 TPL 库的理由看起来挺好笑的:原因是 spirit、xpressive 太慢。不是执行慢,而是编译慢。
2021-11-30 14:02:42 457KB TPL 文本处理 短小
1
Digital Signal Processing: Fundamentals and Applications By 作者: Lizhe Tan Ph.D. Electrical Engineering University of New Mexico – Jean Jiang Ph.D. Electrical Engineering University of New Mexico ISBN-10 书号: 0128150718 ISBN-13 书号: 9780128150719 Edition 版本: 3 Release Finelybook 出版日期: 2018-11-23 pages 页数: (920 ) $120 Digital Signal Processing: Fundamentals and Applications, Third Edition, not only introduces students to the fundamental principles of DSP, it also provides a working knowledge that they take with them into their engineering careers. Many instructive, worked examples are used to illustrate the material, and the use of mathematics is minimized for an easier grasp of concepts. As such, this title is also useful as a reference for non-engineering students and practicing engineers. The book goes beyond DSP theory, showing the implementation of algorithms in hardware and software. Additional topics covered include adaptive filtering with noise reduction and echo cancellations, speech compression, signal sampling, digital filter realizations, filter design, multimedia applications, over-sampling, etc. More advanced topics are also covered, such as adaptive filters, speech compression such as PCM, µ-law, ADPCM, and multi-rate DSP, over-sampling ADC subband coding, and wavelet transform. Covers DSP principles with an emphasis on communications and control applications Includes chapter objectives, worked examples, and end-of-chapter exercises that aid the reader in grasping key concepts and solving related problems Provides an accompanying website with MATLAB programs for simulation and C programs for real-time DSP Presents new problems of varying types and difficulties Digital Signal Processing: Fundamentals and Applications Copyright Preface 1Introduction to Digital Signal Processing 2 Signal Sampling and Quantization 3Digital Signals and Systems 4Discrete Fourier Transform and Signal Spectrum 5 The z-Transform 6Digital Signal Processing Systems, Basic Filteri
2021-11-30 12:58:48 32.47MB Matlab
1
等号matlab代码拉曼和 SERS 处理 此 Matlab 代码可用于分析拉曼和 SERS 图。 主文件 aa_ProcessSERS.m 需要与所有函数位于同一路径中才能正确运行。 如果您已经使用 aa_ProcessSERS 计算了基线,那么您可以使用 aa_1_ifBaselineExists 来制作额外的地图和比率。 在处理大地图(>1000 个光谱)时,使用 aa_1_ifBaselineExists 是一个更快的选择。 对于要从​​文件名中自动提取的尺寸,它们的格式必须为 x=10;y=10;z=10#xs=10#ys=10#zs=12#es=0.5,没有其他等号( =)、冒号 (;) 或井号/hastags (#)。 可以包含所有其他字符。 如果你不想跟着这个代码,你可以在代码顶部预设地图尺寸(设置HW = 1)。 如果要输入每个地图的尺寸​​,请保留 HW = 0 。 对于每张地图,都会打开一个对话框,它会为您提供光谱的总数并询问您地图的尺寸​​。
2021-11-30 09:21:55 25KB 系统开源
1
pr 用Rust编写的快速,资源少的自然语言处理和错误纠正库。 nlprule使用资源为NLP实现了基于规则和查找的方法。 from nlprule import Tokenizer , Rules tokenizer = Tokenizer . load ( "en" ) rules = Rules . load ( "en" , tokenizer ) rules . correct ( "He wants that you send him an email." ) # returns: 'He wants you to send him an email.' rules . correct ( "I can due his homework." ) # returns: 'I can do his homework.' for s in rules . suggest ( "S
1
TextAttack是一个Python框架,用于对NLP模型进行对抗性攻击。 TextAttack从四个组件构建攻击:搜索方法,目标函数,转换和约束集。 TextAttack的模块化设计使其可以轻松扩展到新的NLP任务,模型和攻击策略。 TextAttack:octopus:为NLP模型生成对抗性示例文档•关于•设置•用法•设计关于TextAttack是一个Python框架,用于对NLP模型进行对抗性攻击。 TextAttack从四个组件构建攻击:搜索方法,目标函数,转换和约束集。 TextAttack的模块化设计使其可以轻松扩展到新的NLP任务,模型和攻击策略。 TextAttack当前支持对经过分类训练的模型的攻击
2021-11-29 09:10:55 5.54MB Python Natural Language Processing
1
脉络 使用叶脉算法处理草图。 基于 Runions A、Fuhrer M、Lane B、Federl P、Rolland-Lagan AG 等。 (2005) 叶脉的建模和可视化。 设置 下载 在 Processing 草图中创建一个名为“code”的文件夹,并从那里的 JGraphT libs 文件夹中复制 .jar 文件。
2021-11-29 02:20:22 192KB Processing
1