Newsletter

Newsletter
 

Applications

AccelerEyes provides a number of application examples that help both prospective and existing customers with the use of Jacket. We are always looking for additional application examples from our customers and partners to expand our portfolio so please let us know if you have something that you think might be useful for others.

FDTD algorithm image

FDTD Example for Electromagnetics & Seismic Applications

Description: This example demonstrates the implementation of the FDTD algorithm (example available for 2D and 3D images). This algorithm is common to electromagnetics and seismic oil and gas applications.

Available in the <jacket_root>/examples/fdtd_example & fdtd3d_example directories.
Monte Carlo Integration image

Monte-Carlo Numerical Integration using GFOR

Description: This example demonstrates Monte-Carlo integration using Jacket's GFOR loop, which enables simultaneous execution of many loop iterations.

Available in the <jacket_root>/examples/montecarlo_integration_example directory.
Black Scholes Simulation image

Financial (Black-Scholes) Example

Description: This example demonstrates the speedups achieved using Jacket for Black-Scholes finanical computations.

Available in the <jacket_root>/examples/black_scholes_example directory.
Filter2 image for image processing

Image Processing with Filter2

Description: This example demonstrates the use of FILTER2 for a image smoothing operation using a 3x3 kernel.

Available in the <jacket_root>/examples/filter2_example directory.
Neural Network image

Neural Network Example

Description: This example demonstrates how easily you can take a MATLAB application and make it run on the GPU with minimal changes using Jacket. The example is a Multi-Layer Perceptron (MLP) Neural Network (NN).

Available in the <jacket_root>/examples/nnet_example directory.
Image of Pi

Pi Computation Example

Description: This example demonstrates the computation of pi on the GPU using a Monte-Carlo method.

Available in the <jacket_root>/examples/pi_example directory.
Image of PCA

PCA Example

Description: This example demonstrates a PCA (principal component analysis) algorithm with Jacket.

Available in the <jacket_root>/examples/pca_example directory.