We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
Train a Gaussian mixture distribution on a numeric dataset:
Look at the distribution Information:
Obtain an option value directly:
Compute the probability density for a new example:
Plot the PDF along with the training data:
Generate and visualize new samples:
Find clusters of random 2D vectors as identified by the "GaussianMixture":
Find clusters of similar values using the "GaussianMixture" method:
Train a Gaussian mixture distribution on a two-dimensional dataset:
Plot the PDF along with the training data:
Use SynthesizeMissingValues to impute missing values using the learned distribution:
Train a Gaussian mixture distribution on a nominal dataset:
Because of the necessary preprocessing, the PDF computation is not exact:
Use ComputeUncertainty to obtain the uncertainty on the result:
Increase MaxIterations to improve the estimation precision:
Options (3) "ComponentsNumber" (1)Train a "GaussianMixture" distribution with 3 components:
Evaluate the PDF of the distribution at a specific point:
Visualize the PDF obtained after training a mixture of Gaussians with 1, 2, 3 and 10 components:
"CovarianceType" (1)Train a "GaussianMixture" distribution with a "Full" covariance:
Evaluate the PDF of the distribution at a specific point:
Visualize the PDF obtained after training a mixture of two Gaussians with covariance types "Full", "Diagonal", "Spherical" and "FullShared":
Perform the same operation but with an automatic number of Gaussians for each covariance type:
Maxiterations (1)Train a "GaussianMixture" distribution while limiting the number of expectation–maximization iterations to 10:
Evaluate the PDF of the distribution at a specific point:
Visualize the convergence of the expectation–maximization algorithm for a two-component distribution:
Possible Issues (1)Create and visualize noisy 2D moon-shaped training and test datasets:
Train a ClassifierFunction using "GaussianMixture" and find cluster assignments in the test set:
Visualizing clusters indicates that "GaussianMixture" performs poorly on intertwined clusters:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4