📄 readme
字号:
Nonlinear Dynamic Factor Analysis Matlab packageversion 1.0, 2005-08-12This package is based on the Nonlinear Factor Analysis Matlab packageWHAT'S NEW------------------------------------------------------------- New approximation for the tanh nonlinearity based on Gauss-Hermite quadratures which should solve most of the stability problems- Improved learning algorithm based on Natural Conjugate Gradient- Mex files are no longer used, recent versions of Matlab should run the code fast enough as it is- Support for missing values- Improved initialization- Numerous code cleanupsUSAGE-----------------------------------------------------------------[sources, net, tnet, params, status] = ... NDFA(data, 'searchsources', 5, 'hidneurons', 30, 'thidneurons', 20);Extract 5 nonlinear factors from data using anobservation MLP with 30 hidden neurons and temporal MLPwith 20 hidden neurons and default source initialisation. result = NDFA(data, 'initsources', my_s, 'hidneurons', 30, 'thidneurons', 20, 'iters', 50);Extract nonlinear factors from data using an observationMLP with 30 hidden neurons and temporal MLP with 20hidden neurons and custom initialisation given by my_susing 50 iterations of the algorithm.result = NDFA(data, result, 'iters', 500);Continue the previous simulation for 500 more iterations.result = NDFA(data, 'searchsources', 6, 'initcontrol', my_u, 'hidneurons', 30, 'thidneurons', 20);Extract 6 nonlinear factors from data driven by control my_u using an observation MLP with 30 hidden neurons andtemporal MLP with 20 hidden neurons.result = NDFA(data, 'searchsources', 4, 'hidneurons', 30, 'thidneurons', 20, 'notimedep', 500);Extract 4 nonlinear factors from two part data with the first part containing 500 samples using an observation MLP with 30 hidden neurons and a temporal MLP with 20 hidden neurons.result = ... NDFA(data, 'searchsources', 5, 'hidneurons', 30, 'thidneurons', 20);Extract 5 nonlinear factors from data using anobservation MLP with 30 hidden neurons and temporal MLPwith 20 hidden neurons and zero source initialisation.LEGALESE--------------------------------------------------------------Copyright (C) 2002-2005 by Harri Valpola, Antti Honkela and Matti TornioThis program is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public Licenseas published by the Free Software Foundation; either version 2of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.CONTACT INFORMATION---------------------------------------------------The WWW home page of this package is: http://www.cis.hut.fi/projects/ica/bayes/The authors can be reached by paper mail: Bayes group Laboratory of Computer and Information Science P.O.Box 5400 FI-02015 HUT Finlandor by email: nlfa@cis.hut.fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -