代码搜索:kohonen
找到约 207 项符合「kohonen」的源代码
代码结果 207
www.eeworm.com/read/380747/9129857
m kohonen.m
www.eeworm.com/read/169875/9835287
m kohonen.m
www.eeworm.com/read/168051/9940944
m kohonen.m
function [W,M]=Kohonen(s)
p=[0 1;0 1;0 1];
%s=10;
M=nbgrid(s);
W=initsm(p,s);
pause
clc
tp=[25 4000 0.5];
fpa=fopen('g:\lfx\newtask\trainingdata2\SXcropland.txt','r');
fpb=fopen('g:\lfx\newta
www.eeworm.com/read/240954/13186305
m kohonen.m
www.eeworm.com/read/140283/5793055
h kohonen.h
/**
*/
#ifndef KOHONEN_H
#define KOHONEN_H
#include "Exception.h"
#include "Network.h"
#include "SimpleNeuron.h"
#include "InputNeuron.h"
#include "InputLayer.h"
#include
namespace annie
{
www.eeworm.com/read/223459/14641213
m kohonen.m
www.eeworm.com/read/165306/5483544
h kohonen.h
/**
*/
#ifndef KOHONEN_H
#define KOHONEN_H
#include "Exception.h"
#include "Network.h"
#include "SimpleNeuron.h"
#include "InputNeuron.h"
#include "InputLayer.h"
#include
namespace annie
{
www.eeworm.com/read/315543/3619637
h kohonen.h
/**
*/
#ifndef KOHONEN_H
#define KOHONEN_H
#include "Exception.h"
#include "Network.h"
#include "SimpleNeuron.h"
#include "InputNeuron.h"
#include "InputLayer.h"
#include
namespace annie
{