资源列表
基于遗传算法改进的BP神经网络
- 基于遗传算法改进的BP神经网络,适用于基础学习···
基于matlab的简易BP神经网络
- 基于matlab的简易BP神经网络Simple BP Neural Network Based on MATLAB(Simple BP Neural Network Based on MATLAB)
pso
- 粒子群算法的源代码,包括线性递减惯性权重的改进代码(Source code of particle swarm optimization, including improved code of linear decreasing inertia weight)
凸优化cvx软件包
- 确定目标函数为凸函数后,对函数进行最优化处理(After determining that the objective function is convex, the function is optimized)
椭圆约束主动轮廓视盘分割
- 对图像分割,初始轮廓为椭圆。变化的过程中始终以椭圆为约束(For image segmentation, the initial contour is an ellipse.)
声致发光气泡模拟
- 运用K-M方程,使用龙格库塔方法模拟了声致发光气泡半径的变化情况,最后得到的结果与实验拟合的很好
YBJAN1916_SIR model in whole population
- SIR 传染病模型,主要是我通过加入时滞因素以及连续种群的出生率的因素来建立的模型(The SIR epidemic model is mainly built by adding time-lag factors and birth rate factors of continuous population.)
小波提取纹理特征
- 在matlab中利用图像处理工具实现了通过小波变换提取纹理特征,包含例子
code545423
- 动作的表面肌电信号进行频谱分析和功率谱估计,计算 肌电信号的时域和频域参数,根据结果分析讨论肌肉工作状态程序源码,在matlab软件测试成功(The spectrum analysis and power spectrum estimation of the surface electromyogram signal of the action are carried out, and the time domain and frequency domain parameters of the
hsmm
- 隐马尔科夫模型是关于时序的概率模型,描述由一个隐藏的马尔科夫链随机生成不可观测的状态随机序列,再由各个状态生成一个观测而产生观测序列的过程。隐藏的马尔科夫链随机生成的状态的序列,称为状态序列;每个状态生成一个观测,而由此产生的观测的随机序列,称为观测序列。马尔科夫链由初始概率分布、状态转移概率分布以及观测概率分布确定(The hidden Markov model is a probabilistic model for time series. It describes the process
基于GA优化的BP算法
- 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
16QAM调制仿真
- 16QAM调制仿真,通信的PHY层+传输层+接收机仿真,亲测可用