搜索资源列表
2d
- The dispersion relation and the optical transmittance of a two-dimensional photonic crystal composed of the hexagonal array of cylindrical air holes fabricated in a dielectric slab were analyzed by group theory and the numerical calculation based
ps_pointsprites
- 粒子系统实现火焰效果struct CParticle { float m_x //当前x坐标 float m_y //当前y坐标 float m_Angle //方向 float m_Speed //速度 float m_AngleAdjustment //角加速度 float m_Life //生命值 float m_Decay //衰减速度 } -Particle system to achieve the effect of flame s
Dl4j学习率衰减策略
- Dl4j学习率衰减策略代码,dl4j的学习率衰减策略应用部分是在反向传播计算完地图之后,调用Updater.update()方法对梯 度进行更新并且进行梯度的衰减。(Learning Rate Policy How to decay learning rate during training.)