@Configuration
public class PropertySourcePlaceholderConfig {
@Bean
public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer(){
PropertySourcesPlaceholderConfigurer configurer = new PropertySourcesPlaceholderConfigurer();
configurer.setIgnoreUnresolvablePlaceholders(true);
return configurer;
}
}
</div>
</div>
Node Embedding
受限玻尔兹曼机(RBM, Restricted Boltzmann machines)和深度信念网络(DBN, Deep Belief Networks)
长尾分布,重尾分布(Heavy-tailed Distribution)
SVD分解与数据压缩
Batch Normailzation
Attention Mechanism
新装的Ubuntu在Nvidia显卡上分辨率不对
人工神经网络(Artificial Neural Network)
Xdebug+phpstorm配置