EWT 经验小波分解源码 MATLAB仿真代码
2022-10-20 10:29:43 16KB MATLAB 经验小波
1
多智能体编程,可用于监管影响因素的研究方面 这是一个关于复杂网络度中心性 matlab源码,matlab源码的项目源码,可以用来学习matlaba实战项目案例。
1
cnn源码matlab (Open Set) 用于图像分类任务的域适应 新的! 动作识别数据集链接: ICCV'17 论文在: -> 在 Matlab 2013b 上测试 - Windows 7 -> 在 Visual Studio 2013 / Matlab 2013b 上编译的 Caffe 二进制文件(请使用您自己的二进制文件或预先计算的功能 -> 应为 Matlab 2015 升级包含的 OPTI 工具箱版本:开始分类任务: main.m(启动程序) Run_DA.m(一次运行多个实验的脚本) 修改参数: 输入参数.m isDA = true,激活域自适应 isOpenset = true,激活开放集协议。 否则,(标准)闭集 “ATI”是我们开发的方法 numSrcClusters 必须包含与类或视点相同的数量,因此“ATI”有效:Saenko = 10, Office = 31, Viewpoints = 8, 16, 24, 36, ... 对于开放集协议,计数共享类 + 1 (未知类) isMidResultsDA = true,用于可视化ATI优化过程中的附加结果 数据
2022-10-17 18:36:11 263.94MB 系统开源
1
Machine learning is becoming important in every discipline. It is used in engineering for autonomous cars. It is used in finance for predicting the stock market. Medical professionals use it for diagnoses. While many excellent packages are available from commercial sources and open-source repositories, it is valuable to understand how these algorithms work. Writing your own algorithms is valuable both because it gives you insight into the commercial and open-source packages and also because it gives you the background to write your own custom Machine Learning software specialized for your application. MATLAB® had its origins for that very reason. Scientists who needed to do operations on matrices used numerical software written in FORTRAN. At the time, using computer languages required the user to go through the write-compile-link-execute process that was time consuming and error prone. MATLAB presented the user with a scripting language that allowed the user to solve many problems with a few lines of a script that executed instantaneously. MATLAB has built-in visualization tools that helped the user better understand the results. Writing MATLAB was a lot more productive and fun than writing FORTRAN. The goal of MATLAB Machine Learning is to help all users harness the power of MATLAB to do a wide range of learning problems. This book has two parts. The first part, Chapters 1–3, provides background on machine learning including learning control that is not often associated with machine intelligence. We coin the term “autonomous learning” to embrace all of these disciplines. The second part of the book, Chapters 4–12, shows complete MATLAB machine learning applications. Chapters 4–6 introduce the MATLAB features that make it easy to implement machine learning. The remaining chapters give examples. Each chapter provides the technical background for the topic and ideas on how you can implement the learning algorithm. Each example is implemented in a MATLAB script supported by a number of MATLAB functions. The book has something for everyone interested in machine learning. It also has material that will allow people with interest in other technology areas to see how machine learning, and MATLAB, can help them solve problems in their areas of expertise.
2022-10-11 13:01:20 20.46MB matlab
1
反向学习策略源码matlab db-fx-strategy 通过Matlab工具将交易策略滚动模型转换为C ++或FPGA的历史: 我花了很多年研究各种技术交易平台和交易组件(如图表等)。现在是时候实际编写一个真实的交易策略了,所以我打算以此为滚动模型来生成这些交易思路。 我希望这些交易想法将涉及定量分析。 开始: 使用PDF作为参考。 我的工作流程目标完成后,将不再提供任何评论或进一步的支持。 有关这些工作流程的详细信息,请参见下文。 该项目的基本原理: 该项目中的错误比正确的错误多了,因为严格来说,这是学习对银行业的真实世界研究论文进行反向工程。 这不包括图表或交易执行等项目。 我对这种策略的执行也不感兴趣。 结果,我阻止了批评者,仇恨者和巨魔。 这仅仅是为了使该过程透明化,与使用开源软件项目模型没有什么不同。 我只是希望人们能为使这个项目/过程变得更好甚至正确做出贡献。 如果您对此表示怀疑,请告诉我,以便我可以从您的工作中进一步学习。 为什么要为自己选择Mupad和Matlab? 与开放源语言替代品相比,我发现这些工具使我更有效率,并且可以更快地编码思想。 这不是技术性的战争,但
2022-10-07 12:46:11 891KB 系统开源
1
三维图像表面高度恢复算法,采用Frankot-Chellappa 全局积分算法进行表面三维构造的重建 这是一个关于matlab定位算法源码,matlab源码的项目源码,可以用来学习matlaba实战项目案例。
2022-09-06 17:57:58 50KB matlab定位算法源码 matlab源码
可以对数据进行预测以及回归分析,有示例直接可用。
2022-07-18 14:00:20 247KB matlab
【达摩老生出品,必属精品,亲测校正,质量保证】 资源名:MATLAB实现波束形成 程序源码.zip 资源类型:程序源代码 源码说明: MATLAB实现波束形成程序,包括线阵、平面阵和圆阵等,包含完整源码和注释,非常适合借鉴学习 适合人群:新手及有一定经验的开发人员
这是MATLAB采用数学建模思想解决彩票选择问题的源码,压缩包包含四个文件:main.m是主程序,cpiao.m为目标函数,calculate_probability.m是计算各奖项获奖概率,nonlcon.m是非线性约束条件,四个文件解压后保存至同一路径下即可
2022-06-07 11:04:44 5KB 数学建模源码 MATLAB 彩票选择问题
1
自适应遗传算法matlab源码令人敬畏的matlab 精选的Matlab框架,库和软件的精选清单。 -PRML书籍中用于机器学习算法的Matlab代码 -用于深度学习的Matlab / Octave工具箱。 包括深层信任网,堆叠式自动编码器,卷积神经网络,卷积自动编码器和香草神经网络。 每种方法都有一些示例,可以帮助您入门。 -该程序将MATLAB:registered:/ Octave图形转换为TikZ / pgfplots图形,以平滑地集成到LaTeX中。 -Piotr的图像和视频Matlab工具箱 -用于导出出版物质量数据的MATLAB工具箱 -用于OpenCV库的matlab mex函数的集合和开发套件 -用于视频中背景建模和减法的低秩和稀疏工具 -Matlab实施ECO跟踪器。 -- :robot: MatLab / Octave流行的机器学习算法示例,并解释了代码示例和数学 -Gramm是Matlab的完整数据可视化工具箱。 它提供了易于使用的高级界面,可以生成具有各种统计可视化效果的复杂数据的发布质量图。 Gramm受到R的ggplot2库的启发。 -轻松应用和保存MATLAB中的配色方案。 -用于MEG
2022-05-24 12:52:56 96KB 系统开源
1