资源列表
多材料热接触的传热分析
- 基于ANSYS的多材料热接触的传热分析的命令流(Command Flow for Heat Transfer Analysis of Multi-material Thermal Contact Based on ANSYS)
ukf_bicycle-matlab
- 基于UKF的自行车状态估计matlab程序实现(Realization of Bicycle State Estimation Based on UKF with MATLAB Program)
JobSPMATLAB
- 物资调度优化问题,通过对车间中物资的分配进行优化提高,达到最大的利用率。
DEA01.m
- 非期望产出的SBM模型,计算带有非期望产出的效率模型(undesirable-sbm model)
FFT变换的matlab实现
- 此代码为基2时间抽取的快速傅里叶变换,可实现将信号从时域转换到频域。
DP
- 动态规划算法程序,用于汽车能量管理方面的控制,可以给大家的相关方面的研究做为参考(Dynamic programming algorithm program for the control of automotive energy management, can be used as a reference for everyone's research)
程序 (1)
- 数模2015A题程序设计,给定影子长度计算所在位置的经纬度。(MCM 2015A The program design of digital and analog question 2015A calculates the longitude and latitude of the position given the shadow length.)
kalmanfilter11
- 卡尔曼滤波器的仿真模型图,非常好用,大家可以试一试(Simulation Model Chart of Kalman Filter)
frogman_linearraywideband
- 线性宽带CSM相干信号下的MUSIC算法,可用于DOA定位。(MUSIC algorithm for linear broadband CSM coherent signal can be used for DOA location.)
mesh_stiffness1
- 该程序可以用来计算齿轮啮合的时变啮合刚度(Time-varying meshing stiffness of gears)
北京市三甲医院基本数据(未精校)
- 训练数据集,包含各种三家医院,可以自己再筛选一下(Training data set, including a variety of three hospitals, you can filter yourself)
Deep Neural Network
- 深度神经网络训练过程中:首先是进行初始化,根据需求设置神经网络的基本结构;然后进行前向传递(feedforward),层与层之间进行传递,求得误差;然后进行反向传播(back propogation),根据误差最小化原则,使用随机梯度下降法,对各个参数进行求导,确定下降方向,对各个参数进行更新(In the training process of deep neural network, firstly, initialization is carried out, and the basic