机器学习 Resources

Showing items tagged with "机器学习"

Application Background: This toolbox implements machine learning methodologies including sparse coding-based classification, dictionary-based dimensionality reduction with sub-dictionary learning, learning models, and linear regression/classification (LRC). It features implementations of kernel l1-regularized and/or non-negative constrained sparse coding and dictionary learning models. Key Technologies: The optimization utilizes active set, interior point, proximal, and decomposition methods. Current version: 1.9 (March 2, 2015). Freely available for academic use with commercial licenses offering advanced features and technical support.

MATLAB 298 views Tagged

Comprehensive machine learning source code authored by Zhejiang University professors Cai Deng and He Xiaofei, covering spectral regression, dimensionality reduction, feature selection, topic modeling, matrix factorization, sparse coding, hashing techniques, clustering methods, active learning, and matrix learning. This collection serves as an excellent resource for understanding algorithm implementations through practical code examples.

MATLAB 251 views Tagged

Explore various machine learning techniques available in MATLAB, including how to quickly explore data, evaluate machine learning algorithms, compare results, and apply the optimal machine learning approach to your specific problems. The focus covers both unsupervised and supervised machine learning techniques, featuring: • K-means and other clustering tools with cluster evaluation methods • Neural networks with architecture customization options • Decision trees and ensemble learning with boosting capabilities • Naive Bayes classification with probability estimation features • Linear, logistic, and nonlinear regression with model fitting functions

MATLAB 241 views Tagged

Comprehensive MATLAB source code for machine learning, featuring multi-class SVM algorithms, pattern recognition systems, feature selection methods, and various regression techniques with practical implementation examples.

MATLAB 279 views Tagged

The banana-shaped standard dataset is designed for testing machine learning and pattern recognition algorithms, featuring comprehensive image variations for robust algorithm evaluation.

MATLAB 288 views Tagged

The EM algorithm is a widely used technique in machine learning. This implementation demonstrates its most basic form applied to Gaussian Mixture Models, featuring clear code structure with separate E-step and M-step functions for educational purposes.

MATLAB 234 views Tagged

A machine learning course assignment implementing PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis) for dimensionality reduction. Unlike many online resources with sparse comments, this implementation includes comprehensive annotations and attention to implementation details. Features a comparative Naive Bayes classifier and uses the OLR face image dataset. Important: ReducedDim parameter specifies the exact number of features to extract, not a percentage.

MATLAB 274 views Tagged