rls-lab-master

所属分类:数值算法/人工智能
开发工具:Python
文件大小:33KB
下载次数:4
上传日期:2013-03-26 23:21:20
上 传 者tomdickhairy
说明:  Regularized least squares

文件列表:
__init__.py (112, 2010-06-29)
data (0, 2010-06-29)
data\smp.mat (1062, 2010-06-29)
documentation (0, 2010-06-29)
documentation\notes.rst (0, 2010-06-29)
license.rst (1619, 2010-06-29)
rifkin_code (0, 2010-06-29)
rifkin_code\LICENSE (1526, 2010-06-29)
rifkin_code\explodey.m (656, 2010-06-29)
rifkin_code\kernels (0, 2010-06-29)
rifkin_code\kernels\polykernel.m (62, 2010-06-29)
rifkin_code\lrls_us2.m (252, 2010-06-29)
rifkin_code\lrlsloo.m (1298, 2010-06-29)
rifkin_code\lrlsloo_ll.m (691, 2010-06-29)
rifkin_code\lrlsloo_ll1.m (558, 2010-06-29)
rifkin_code\lrlsloobest.m (750, 2010-06-29)
rifkin_code\norm_mat.m (306, 2010-06-29)
rifkin_code\rls_vd.m (259, 2010-06-29)
rifkin_code\rlsloo.m (1304, 2010-06-29)
rifkin_code\rlsloo_ll.m (679, 2010-06-29)
rifkin_code\rlsloo_ll1.m (524, 2010-06-29)
rifkin_code\rlsloobest.m (808, 2010-06-29)
rifkin_code\test (0, 2010-06-29)
rifkin_code\test\colorchar.m (327, 2010-06-29)
rifkin_code\test\gaussianclouds.m (717, 2010-06-29)
rifkin_code\test\loodirect.m (649, 2010-06-29)
rifkin_code\test\octaveormatlab.m (351, 2010-06-29)
rifkin_code\test\plotclouds.m (625, 2010-06-29)
rifkin_code\test\plotline.m (241, 2010-06-29)
rifkin_code\test\plotstr.m (382, 2010-06-29)
rifkin_code\test\testlrls2d.m (900, 2010-06-29)
rls_pipeline.py (3299, 2010-06-29)
setup.py (932, 2010-06-29)
tests (0, 2010-06-29)
tests\__init__.py (0, 2010-06-29)
tests\data (0, 2010-06-29)
tests\data\linear_rls.mat (2841, 2010-06-29)
... ...

Notes: ============ This package provides linear and non-linear rls code computation in python similar to Ryan Rifkins matlab code. This code follows exactly the same logic and steps to compute RLS. It is just python version of Ryan Rifkin's matlab code. With this package Ryan Rifkin's original code is added for reference. However, for all the copyrights, licenses and IP related to original matlab code of Ryan Rifkin please refer his original code and copyright notice. This python version is provided as is with no guarentee data/smd.mat is a random matrix generated which was used for benchmarking purposes The linear and non-linear RLS gives the same output as Ryan Rifkin's matlab code Few tests and regression tests are provided with this package. Example 1 ----------- python rls_pipeline.py data/smp.mat out --rls_type linear python rls_pipeline.py data/smp.mat out --rls_type nonlinear Tests ------------ cd tests/ nosetests test_rlspackage.py

近期下载者

相关文件


收藏者