572 skills found · Page 10 of 20
Code-XYZxyz / Real Time Interferometric Measurement Control For Photopolymer Additive ManufacturingThis is a comprehensive MATLAB-based software platform developed for real-time measurement and feedback control of a custom mask-projection photopolymerization based additive manufacturing system (referred as "ECPL", i.e., Exposure Controlled Projection Lithography) using a lab-built interferometry (referred as "ICM&M", i.e., Interferometric Curing Monitoring and Measurement). A graphical user interface using the graphical user interface development environment (GUIDE) of MATLAB was created to implement the ICM&M method for the ECPL process. The software interfaces with the hardware of the ECPL system’s ultraviolet lamp and DMD, and the ICM&M system’s camera. It was designed to streamline the operation of the ECPL process with the aid of parallel computing that implements online both the ICM&M acquisition and measurement analysis as well as the feedback control method. The application logs the acquired interferogram video data, performs numerical computations for the ICM&M measurement algorithms and control law, saves the real-time data and measurement results for all voxels in the region of interest. Meanwhile, it displays interferogram frames and visualize the photocuring process without a substantial sacrifice in temporal performance of other key functions such as data acquisition and measurement & control analysis. The software could be extended to real-time process measurement and control for other additive manufacturing systems, for example, metal based additive manufacturing aided by in-situ thermal images analysis.
myidpt / PFSsimParallel File System Simulator for I/O Scheduling Algorithm Designers
zzhang777 / Paralleled CdugksFoamOptimized version of dugksFoam with hybrid parallelization strategy and conserved algorithm.
prayagss / C4.5 Using Hadoop Map Reduce FrameworkC4.5 is a commonly used in decision tree algorithm in data mining for classification. The existing C4.5 algorithm implementation is running in serial way. We are implementing this algorithm using Hadoop MapReduce framework which can run parallel in multiple system.
deeptavker / PiNNSParallel implementation of Nearest Neighbour Search algorithm
RayhanShikder / Lcs ParallelThis repository contains three parallel implementation of the LCS algorithm in MPI, OpenMP, and hybrid MPI-OpenMP platforms
shubham0704 / ParallelGSOA highly scalable parallel version of Galactic Swarm Optimisation Algorithm
postmalloc / SkeletonideSkeletonide is a parallel implementation of Zhang-Suen morphological thinning algorithm written in Halide-lang. Use it for fast skeletonization of binary masks on the GPU.
toaksoy / Parallel Closest Object SearchParallel search algorithm for finding the closest object in a collection of polygonal models based on Hausdorff Distance with implementation using MPI in Python
bottero / IMCMCrunIMCMCrun is used to perform a seismic inversion using a fast eikonal solver and interactive markov chains algorithm. TODO add reference to the article when it is done. Author : Alexis Bottero (alexis Dot bottero At gmail Dot com). Feel free to contact me for any questions. Source code (c/c++/fortran) can be found in directory src. This program include wavelet library : Wavelib. This program can be run in parallel on a CPU cluster. Directory utils contains some useful python script to watch the results of an inversion.
jtilly / Parallel NeldermeadParallel Algorithms for Nelder-Mead
spartensor / Hamsi MfHAMSI (Hessian Approximated Multiple Subsets Iteration) is a parallel incremental optimization algorithm
aosewski / RidgeDetectionParallel implementation of the ridge detection algorithm for curve reconstruction in CUDA
lionell / PagerankParallel implementations of the PageRank algorithm
andreyto / Mr Mpi SomParallel implementation of Self-Organizing Map (SOM) algorithm with MapReduce-MPI
l3lackcurtains / Dbscan Kdtree Cuda:fries: Massively parallel DBSCAN algorithm implemented in CUDA along with a KD-Tree for searching neighbors.
eddelbuettel / PgapackA general-purpose, data-structure-neutral, and parallel genetic algorithm library
deep-reinforcement-learning-book / Chapter13 Learning To RunChapter 13 Learning to Run in book Deep Reinforcement Learning: code example of solving NIPS 2017: Learning to Run challenge with paralleled Soft Actor-Critic (SAC) algorithm.
yangyang14641 / Parallel Matrix Multiplication FOX Algorithm:coffee:Implement of Parallel Matrix Multiplication Methods Using FOX Algorithm on Peking University's High-performance Computing System
Chris-Arvin / GSLST A Parallel Algorithm Combining Improved Connect RRT And JPS With Closed OperationGlobal Sampling and Local Search Tree(GSLST), a parallel algorithm combining Connect-RRT and JPS with Closed-Operation. The paper named "A Parallel Algorithm Combining Connect-RRT and JPS with Closed-Operation" is accepted by CASE2020.They are codes of the paper