├── .gitignore ├── LICENSE ├── README.md ├── mysimpleMKL_implementation.py ├── working_helpers_al.py └── working_kernel_helpers.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/README.md -------------------------------------------------------------------------------- /mysimpleMKL_implementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/mysimpleMKL_implementation.py -------------------------------------------------------------------------------- /working_helpers_al.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/working_helpers_al.py -------------------------------------------------------------------------------- /working_kernel_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qintian0321/SimpleMKL_python/HEAD/working_kernel_helpers.py --------------------------------------------------------------------------------