% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
this directory
contains the following:
* The acdc algorithm for finding the
approximate general (non-orthogonal)
joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices.
[acdc.m]
* The acdc algorithm for finding the
same for a set of Symmetric matrices.
[acdc_s ...
Because of the poor observability of Inertial Navigation System on stationary base, the estimation
error of the azimuth will converge very slowly in initial alignment by means of Kalmari filtering, and making the
time initial alignment is longer. In this paper, a fast estimation method of the azimut ...
The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support.
96*64 dot matrix Graphic
LCD controller: SSD1818A
Parallel interface
Initial routine code
Command write and Data write
Base functions and application code
Ascii font library
Prod ...
December 19, 2006 - Ant 1.7.0 Available
Apache Ant 1.7.0 is now available for download.
Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource collections group ...
function [U,V,num_it]=fcm(U0,X)
% MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J.
% Hathaway on June 21, 1994.) The fuzzification constant
% m = 2, and the stopping criterion for successive partitions is epsilon =??????.
%*******Modified 9/15/04 to have epsilon = ...
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...