资源列表
经典遗传算法
- 本遗传算法为经典遗传算法matlab程序,内部还含有调用遗传算法工具箱的程序。如有问题欢迎咨询
连杆刚度矩阵下载
- 用于计算斯图尔特平台连杆的刚度,然后得到六自由度平台的笛卡尔刚度。
Deep Neural Network
- 深度神经网络训练过程中:首先是进行初始化,根据需求设置神经网络的基本结构;然后进行前向传递(feedforward),层与层之间进行传递,求得误差;然后进行反向传播(back propogation),根据误差最小化原则,使用随机梯度下降法,对各个参数进行求导,确定下降方向,对各个参数进行更新(In the training process of deep neural network, firstly, initialization is carried out, and the basic
北京市三甲医院基本数据(未精校)
- 训练数据集,包含各种三家医院,可以自己再筛选一下(Training data set, including a variety of three hospitals, you can filter yourself)
mesh_stiffness1
- 该程序可以用来计算齿轮啮合的时变啮合刚度(Time-varying meshing stiffness of gears)
frogman_linearraywideband
- 线性宽带CSM相干信号下的MUSIC算法,可用于DOA定位。(MUSIC algorithm for linear broadband CSM coherent signal can be used for DOA location.)
kalmanfilter11
- 卡尔曼滤波器的仿真模型图,非常好用,大家可以试一试(Simulation Model Chart of Kalman Filter)
程序 (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.)
Python for Data Analysis
- 利用python进行数据分析,英文书籍,从pandas库的数据分析工具开始利用高性能工具对数据进行加载、清理、转换、合并以及重塑;利用matpIotlib创建散点图以及静态或交互式的可视化结果;利用pandas的groupby功能对数据集进行切片、切块和汇总操作;处理各种各样的时间序列数据。(Starting from the data analysis tools of pandas database, high performance tools are used to load, clea
filled function
- 利用matlab的填充函数方法求解全局最优解的源代码(Using Matlab's Fill Function Method to Solve the Source Code of Global Optimal Solution)
DP
- 动态规划算法程序,用于汽车能量管理方面的控制,可以给大家的相关方面的研究做为参考(Dynamic programming algorithm program for the control of automotive energy management, can be used as a reference for everyone's research)
FFT变换的matlab实现
- 此代码为基2时间抽取的快速傅里叶变换,可实现将信号从时域转换到频域。