您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Kohonen_python_implementation-源码

  2. Kohonen_python_implementation 这是无监督Kohonen映射的优化python实现,用于信号(= 1d观测值),还包含matplotlib FuncAnimation实现,以可视化收敛。 from SOM_implementation import * x_size = len ( data [ 0 ]) size = 10 alpha = 0.05 ap = Animation_prototypes ( size = size , dataset = data_
  3. 所属分类:其它