资源列表
LG
- 展示拉盖尔-高斯光束不同弧向量子数、径向量子数、束腰大小以及不同轴向位置上的光强分布。(The work shows the light intensity distribution of Laguerre-Gaussian beam with different parameters including radial quantum number, radial vector quantum number, waist size and different axial positions.)
pytorch-a2c-ppo-acktr-master
- 改代码为ACKTR代码,该算法比传统的TRPO和DQN在运行速度和计算量都有很大的提升(scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation)
数据拟合
- 数据拟合:一元函数插值、样条插值、多项式插值或拟合、曲线拟合、各种边界条件的样条插值、样条拟合、二元函数插值、拉格朗日插值法(Data fitting: interpolation of unary functions, spline interpolation, polynomial interpolation or fitting, curve fitting, spline interpolation of various boundary conditions, spline fitti
倒立摆理论
- 建立模型一级倒立摆,数篇倒立摆论文及仿真程序。(Inverted pendulum model, papers and procedures)
keras_to_tensorflow-master
- 将keras的h5模型转换为tensorflow六月使用的checkpoint模型(Convert keras's H5 model to the checkpoint model used by tensorflow in June.)
MATLAB程序
- 关于空间计量模型,其中包括空间滞后、空间误差、空间杜宾(study about spatial econometric models)
UDF for thermal properties of water
- 密度,比热,热导率,粘性系数随压力、温度变化的UDF(UDF of density, specific heat, thermal conductivity, viscosity coefficient with pressure and temperature.)
UWB算法程序
- 超宽带UWB室内定位算法,程序,matlab版(Ultra wideband UWB indoor positioning algorithm, program, matlab Edition)
LS-MIMO-uplink-detection-master
- 这是用于大规模多输入多输出上行链路系统中各种检测算法性能仿真的项目(This is a project for performance simulation of various detection algorithms in large-scale multi-input multi-output uplink system)
马尔科夫链蒙特卡洛模拟的matlab源代码
- 使用马尔科夫蒙特卡洛方法对非常规的概率密度函数进行样本抽取(use MCMC to draw samples)
dbn-master
- 度信念网络是一个概率生成模型,与传统的判别模型的神经网络相对,生成模型是建立一个观察数据和标签之间的联合分布,对P(Observation|Label)和 P(Label|Observation)都做了评估,而判别模型仅仅而已评估了后者,也就是P(Label|Observation)。(The degree belief network is a probability generation model. Compared with the neural network of the tradi
拉格朗日插值算法
- 以上提供的是拉格朗日插值算法,由matlab2016编写完成,用于缺失数据填补,希望共同进步!