代码搜索:Recurrent

找到约 100 项符合「Recurrent」的源代码

代码结果 100
www.eeworm.com/read/215139/15073055

m createnetrsom.m

function Net = CreateNetRSOM(INNum , RSOMSize , varargin) % CreateNetRSOM Create recurrent self-organizing map (RSOM) network % structure % % Inputs: INNum: Number of
www.eeworm.com/read/274099/4189164

c recursvc.c

/*++ Copyright (c) 1989 - 1999 Microsoft Corporation Module Name: recursvc.c Abstract: This module implements the recurrent services in the mini rdr. These are services that
www.eeworm.com/read/445158/7598474

txt readme.txt

This package includes files for modelling nonlinear dynamic systems using a recurrent generalized neural network. The learning scheme uses the complex method of nonlinear nonderivative optimization,
www.eeworm.com/read/445158/7598469

m complex_pump.m

%this uses the complex method to optimize a recurrent neural network to %model a load sensing hydraulic pump. % Copyright Travis Wiens 2008 % % This program is free software: you can redistribu
www.eeworm.com/read/404974/11474796

bp poetry.bp

* In this problem a recurrent network is used to memorize two lines of * poetry and in effect form a linked list. It comes from William * James' book, _Psychology_ in the chapter on Assoication. T
www.eeworm.com/read/124245/14584365

bp poetry.bp

* In this problem a recurrent network is used to memorize two lines of * poetry and in effect form a linked list. It comes from William * James' book, _Psychology_ in the chapter on Assoication. T
www.eeworm.com/read/215139/15073057

txt readme.txt

--------------------------------------------------------------- Recurrent Self-Organizing Map (RSOM) Toolbox for MATLAB Amir Reza Saffari Azar Alamdari amir@ymer.org , http://www.ymer.org/main.
www.eeworm.com/read/135035/13966251

bp poetry.bp

* In this problem a recurrent network is used to memorize two lines of * poetry and in effect form a linked list. It comes from William * James' book, _Psychology_ in the chapter on Assoication. T
www.eeworm.com/read/148683/12443997

h recurrentneuron.h

#ifndef _RECURRENTNEURON_H #define _RECURRENTNEURON_H #include "SimpleNeuron.h" #include "defines.h" #include namespace annie { /** A neuron used for recurrent networks. * The
www.eeworm.com/read/130567/14184964

h recurrentneuron.h

#ifndef _RECURRENTNEURON_H #define _RECURRENTNEURON_H #include "SimpleNeuron.h" #include "defines.h" #include namespace annie { /** A neuron used for recurrent networks. * The