TANG16's repositories

aamtoolbox

Matlab toolbox for training and fitting active appearance models

Language:MATLABStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

expression-recog-svd

A MATLAB project that recognizes facial expressions (Happy, Sad, Angry, Surprised, Neutral) using Singular Value Decomposition

Stargazers:0Issues:0Issues:0

PG_Curve

Matlab code for computing and visualization: Confusion Matrix, Precision/Recall, ROC, Accuracy, F-Measure etc. for Classification.

Stargazers:0Issues:0Issues:0

skew

Performance Metrics Package for Imbalanced Data

Stargazers:0Issues:0Issues:0

UFLDL_LinearDecoders

An autoencoder with a sigmoid (or tanh) hidden layer and a linear output layer is Linear Decoders. If one uses PCA whitening, the input is no longer constrained to [0,1], then you go for Linear Decoders

Stargazers:0Issues:0Issues:0

UFLDL_SelfTaughtLearning

In Self-taught learning and Unsupervised feature learning, we will give our algorithms a large amount of unlabeled data with which to learn a good feature representation of the input.

Stargazers:0Issues:0Issues:0

UFLDL_SparseAutoencoder

An unsupervised learning algorithm that applies back propagation, setting the target values to be equal to the inputs. Also, we impose a sparsity constraint on the hidden units, then the autoencoder will still discover interesting structure in the data, even if the number of hidden units is large.

Stargazers:0Issues:0Issues:0

UFLDL_StackedAE

A stacked autoencoder is a neural network consisting of multiple layers of sparse autoencoders in which the outputs of each layer is wired to the inputs of the successive layer.

Stargazers:0Issues:0Issues:0