Data Structures and Algorithms with Python,2015年最新出版
2022-03-06 23:45:08 12.82MB Python
1
An introduction of computational algebraic geometry
2022-03-03 14:40:56 6.92MB computational algebraic geometry
1
变异量子因式分解 介绍 该存储库包含Eric R. Anschuetz,Jonathan P. Olson,AlánAspuru-Guzik,Yudong Cao的文章“可变量子因式”中提出的算法的实现。 它在上。 代码中的符号直接指的是本文中的符号。 我讲了这个项目,这可能是一个很好的介绍。 您可以找到它并且幻灯片在presentation.pdf文件的此存储库中。 由于QAOA是算法的重要组成部分,因此,如果您不熟悉它,您可能会发现很有帮助。 要求 该项目严重依赖pyquil和grove库。 不幸的是,在我开发该项目时,发行版中存在一些对该项目至关重要的错误。 因此,我从源代码安装了它们: pyquil,提交sha: f22a851d5803e0a6aa73b236c25d28a5fcdb0116 格罗夫,commit-sha: dc6bf6ec63e8c435fe52b1e
1
Introduction To Algorithms 3rd Edition(算法导论英文版最新),超清,可打印哦
2022-03-02 21:24:02 4.87MB 算法
1
GNN算法 图神经网络相关算法重构及实现教程。 受到pytorch_geometric启发,我们开发了基于Tensorflow的GNN库: ,其中集成了高效且对科研工作者友好的GNN模型。GNN-algorighms则是基于tf_geometric对近几年如火如荼的图神经模型进行此类以及以及手把手教大家实现GNN模型的教程。 目录 本人才疏学浅,如教程有任何不妥当或错误之处,欢迎扫描下方的二维码加群或者开问题讨论。同时本群也欢迎志同道合之士加群共同探讨图神经网络。AI恒久远,GNN永流传。(由于GNN-algorithms交流群人数已经超过200人,只能通过邀请进群,有意者请扫码加我微信,邀你进群)
2022-03-02 21:11:34 959KB
1
随机傅立叶特征 该存储库提供Python模块rfflearn ,该模块是用于内核方法的随机傅立叶特征[1,2]的库,如支持向量机和高斯过程模型。 该模块的功能包括: 模块的接口非常接近 , 支持向量分类器和高斯进程回归器/分类器,提供CPU / GPU训练和推理, 与接口,可更轻松地进行超参数调整, 该存储库提供了,该显示RFF对于实际的机器学习任务很有用。 现在,此模块支持以下方法: 方法 CPU支援 GPU支持 典型相关分析 rfflearn.cpu.RFFCCA -- 高斯过程回归 rfflearn.cpu.RFFGPR rfflearn.gpu.RFFGPR 高斯过程分类 rfflearn.cpu.RFFGPC rfflearn.gpu.RFFGPC 主成分分析 rfflearn.cpu.RFFPCA rfflearn.gpu.RFFPCA 回归 rff
1
分布估计算法(Estimate Distributation Algorithms:EDAs)优化算法matlab程序
1
This unique book provides readers with an understanding of the TMS320C66xx SoC as well as its constraints. It offers critical analysis of each element, which not only broadens their knowledge of the subject, but aids them in gaining a better understanding of how these elements work so well together. Written by Texas Instruments’ First DSP Educator Award winner, Naim Dahnoun, the book teaches readers how to use the development tools, take advantage of the maximum performance and functionality of this processor and have an understanding of the rich content which spans from architecture, development tools and programming models, such as OpenCL and OpenMP, to debugging tools. It also covers various multicore audio and image applications in detail. Additionally, this one-of-a-kind book is supplemented with: A rich set of tested laboratory exercises and solutions Audio and Image processing applications source code for the Code Composer Studio (integrated development environment from Texas Instruments) Multiple tables and illustrations
2022-02-23 23:28:19 86.64MB Multicore DSP Algorithms TMS320C66x
1
Convex Analysis and Minimization Algorithms I Fundamentals Authors: Hiriart-Urruty, Jean-Baptiste, Lemarechal, Claude Convex Analysis may be considered as a refinement of standard calculus, with equalities and approximations replaced by inequalities. As such, it can easily be integrated into a graduate study curriculum. Minimization algorithms, more specifically those adapted to non-differentiable functions, provide an immediate application of convex analysis to various fields related to optimization and operations research. These two topics making up the title of the book, reflect the two origins of the authors, who belong respectively to the academic world and to that of applications. Part I can be used as an introductory textbook (as a basis for courses, or for self-study); Part II continues this at a higher technical level and is addressed more to specialists, collecting results that so far have not appeared in books.
2022-02-21 12:57:16 35.1MB Convex Analysis
1
matlab的egde源代码声源本地化 经典的声源定位算法,包括波束成形,TDOA和高分辨率频谱估计。 用法 matlab -nodesktop -nosplash –r matlabfile (name of .m) 算法解释 波束成形:一种空间滤波方法,是一种在传感器阵列中用于定向信号传输或接收的信号处理技术。 音乐:多信号分类 ESPRIT:通过旋转不变技术估算信号参数 MVDR:最小方差无失真响应 GCC-PHAT:广义互相关-相变(TDOA估计) SRP-PHAT:转向响应功率-相位变换 参考文件 论文1 标题:近距离目标的到达方向(DOA)估计技术的比较 作者:瑙曼·安瓦尔·拜格(Nauman Anwar Baig)和穆罕默德·比拉勒·马利克(Mohammad Bilal Malik) 已出版:未来计算机和通信国际期刊2,第6(2013):654 论文2 职称: 结果 1.算法总结 1.1经典波束成形 1.2最低标准 1.3音乐 1.4 MVDR 2.波束成形 2.1麦克风阵列 2.2定位结果的二维图 2.3定位结果的三维图 3.音乐 3.1 matlab_implemen
2022-02-20 21:41:08 3.59MB 系统开源
1