解决 Cannot resolve org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde jar放入D根目录执行: 以下命令加入本地maven库 mvn install:install-file -DgroupId=org.pentaho -DartifactId=pentaho-aggdesigner-algorithm -Dversion=5.1.5-jhyde -Dpackaging=jar -Dfile=D:/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
2021-06-09 18:07:38 49KB pentaho aggdesigner algorithm 5.1.5-jhyde
1
RDD编程初级实践Tom,DataBase,80 Tom,Algorithm,50 Tom,DataStructure,60 Jim,DataBas
2021-06-09 18:05:55 11KB spark
1
wifi-BCC编码-Viterbi译码算法Matlab实现,建议理解viterbi译码原理再下载本代码。不喜轻喷
2021-06-09 09:01:46 3KB wifi BCC viterbi algorithm
1
This introduction to computational geometry focuses on algorithms. Motivation is provided from the application areas as all techniques are related to particular applications in robotics, graphics, CAD/CAM, and geographic information systems. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement.
2021-06-08 14:34:33 4.96MB Algorithm
1
In Hacker’s Delight, Second Edition, Hank Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren’s hacks are eminently practical, but they’re also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve.
2021-06-08 08:47:25 12.22MB Algorithm
1
通过混合转换和依赖于峰值时序的反向传播来启用深度峰值神经网络 这是与在发表的论文“使用混合转换和峰值定时依赖的反向传播实现深度尖峰神经网络”相关的代码。 培训方法 培训分以下两个步骤进行: 训练ANN('ann.py') 将ANN转换为SNN并执行基于尖峰的反向传播('snn.py') 档案文件 'ann.py':训练一个ANN,可以提供输入参数来提供建筑设计,数据集,训练设置 'snn.py':从头开始训练SNN或执行ANN-SNN转换(如果有预训练的ANN可用)。 / self_models:包含ANN和SNN的模型文件 'ann_script.py'和'snn_script.py':这些脚本可用于设计各种实验,它创建可用于运行多个模型的'script.sh' 训练有素的人工神经网络模型 训练有素的SNN模型 问题 有时,“ STDB”的激活在训练过程中会变得不稳定,从而
1
免责声明 此 repo 仅供个人使用(尽管您可以随意咨询),旨在通过algorithmic-skills-sharpening-stuff跟踪/记录我的所有恶作剧。 里面的代码不是为了漂亮或清晰,它的唯一目的是在在线评委中获得 AC。
2021-06-07 20:03:07 175KB Python
1
这篇paper是Hinton大牛在2006你那发表的文章,该文在神经网络的深度学习领域取得重大突破。
2021-06-06 14:18:37 532KB 神经网络 深度学习
1
主元分析(PCA)MATLAB实现(NIPLS)+实例
2021-06-06 14:06:09 1KB 主元分析 PCA 降维 去噪
1
文件包含2021年群智能优化算法的变色龙群算法,参考文献为:Braik Malik Shehadeh. Chameleon Swarm Algorithm: A bio-inspired optimizer for solving engineering design problems[J]. Expert Systems With Applications, 2021, 174。适合机器学习、优化计算以及算法设计的研究者使用。