资源列表
最小二乘法拟合程序
- 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
网格划分
- ansys建模过程中的自由网格划分,使网格更加规则(Free meshing in the ansys modeling process, making the grid more regular)
logisticRegressionshiyan线性回归
- 用于数据挖掘,疾病自动诊断,经济预测等领域。例如,探讨引发疾病的危险因素,建立Logistics回归模型,并根据此预测疾病发生的概率等(Used for data mining, disease automatic diagnosis, economic forecasting and other fields. For example, to explore the risk factors for disease, establish Logistics regression model,
smibode
- Synchronous Machine Two Axis Model using MATLAB
oneaxis
- One Axis Model of Synchronous Machine
redumod
- Flux Decay Model of Synchronous Machine
MATLAB算法练习
- 某三层钢筋混泥土结构弹塑性时程分析程序。结构恢复力模型采用三线型刚度退化模型。(time history analysis)
first_model
- 二阶微分方程求解输出,供初学者熟悉Simulink仿真,熟悉相关模块的功能及使用方法(Two order differential equation solving output)
szjs
- 牛顿迭代法实现解方程确定迭代变量建立迭代关系式对迭代过程进行控制(Solving equation of solution by Newton iterative method)
lr
- 线性回归,正则化项,lasso正则化,L2-正则化等(linear regression, regularization, Lasso reg., L2-reg.)
随机数
- 该程序可以实现随机数的产生.......该程序可以实现随机数的产生(The program can realize the generation of random numbers)
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)