资源列表
小波神经网络中不同小波基的性能对比
- 对比不同小波基作为传递函数的性能,包括sigmoid函数,morlet函数,polywog函数(Compare the performance of different wavelet bases as transfer function, including sigmoid function, Morlet function, polywog function)
BP神经网络程序
- 关于智能算法bp神经网络实例程序,代码没有很长,可借鉴。
EKF
- 扩展卡尔曼滤波C语言代码,以及一些矩阵相关操作(Extended Kalman filter C code and some matrix related operations)
小波变换和混沌理论在股市预测中的应用
- 应用小波变换和混沌理论相结合的方法对股票市场进行预测 ,即先对股指时序进行小波分解 ,然后对分解得到的高、低频部分分别进行混沌预测 ,再将预测的结果进行小波重构 ,得到原时序的预测结果。 在此基础上应用小波和混沌理论提出进一步提高预测精度的方法 ,即通过对高频部分再进行小分解、混沌预测和小波重构而使高频部分的预测精度得以提高 ,进而提高原始时序的预测精度。(The method of combining wavelet transform and chaos theory is used to
object-detection-master
- 基于深度学习的目标检测方法,效果很好,可以进行学习(Object detection method based on deep learning)
rnn
- 作为刚开始研究RNN 的小白,可以看RNN和LSTM的matlab程序,本人刚开始学习 ,把找到的资源分享给大家。(As a novice who just started researching RNN, you can see the matlab program of RNN and LSTM. I just started to learn and share the resources I found.)
PythonProject
- 对pcap包中未知网络协议识别与分类,使用的ML库为sklearn(Identification and classification of unknown network protocols in pcap)
GA-BP汇总大全(含详细教程代码和论文)
- 文中包含利用遗传算法进行优化的梯度下降神经网络的代码和教程,内容非常丰富,包含可以直接运行的代码和相关重要参考文献论文,可帮助理解,属于很综合的优秀资料,个人现分享出来供大家学习,谢谢!(This article contains the code and tutorial of gradient descent neural network optimized by genetic algorithm. The content is very rich, including the code
基于遗传算法的函数优化与多旅行商问题
- MATLAB平台实现的基于遗传算法的函数优化与多旅行商问题,有GUI界面,界面简洁,便于交互
57578870ROI~
- MATLAB图像标记,可以对图像中的你感兴趣的区域进行提取和标记,为后续分析提供帮助,程序可运行(mLabel is a very good image tag under matlab tools, includes the use of examples of pairs of image processing researchers have a certain effect)
predmaint
- Predictive maintenance tools matlab
吴恩达作业3ex3
- 吴恩达机器学习ex3练习题及数据集.包含吴恩达课后作业及英文讲解.