Academic literature on the topic 'Parallel sets'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Parallel sets.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Parallel sets"
Arvind, V., and Jacobo Torán. "Sparse sets, approximable sets, and parallel queries to NP." Information Processing Letters 69, no. 4 (February 1999): 181–88. http://dx.doi.org/10.1016/s0020-0190(99)00008-3.
Full textCrombez, G. "Parallel methods in image recovery by projections onto convex sets." Czechoslovak Mathematical Journal 42, no. 3 (1992): 445–50. http://dx.doi.org/10.21136/cmj.1992.128355.
Full textSchröder, Bernd S. W. "The Automorphism Conjecture for Small Sets and Series Parallel Sets." Order 22, no. 4 (November 2005): 371–87. http://dx.doi.org/10.1007/s11083-005-9024-7.
Full textCreţu, Eugen. "Parallel processing for fuzzy sets operations." Fuzzy Sets and Systems 130, no. 3 (September 2002): 305–20. http://dx.doi.org/10.1016/s0165-0114(01)00177-4.
Full textMantharam, M., and P. J. Eberlein. "New Jacobi-sets for parallel computations." Parallel Computing 19, no. 4 (April 1993): 437–54. http://dx.doi.org/10.1016/0167-8191(93)90056-q.
Full text-Z. Chen, Z., and X. He. "Parallel Algorithms for Maximal Acyclic Sets." Algorithmica 19, no. 3 (November 1997): 354–68. http://dx.doi.org/10.1007/pl00009178.
Full textDennig, Frederik L., Maximilian T. Fischer, Michael Blumenschein, Johannes Fuchs, Daniel A. Keim, and Evanthia Dimara. "ParSetgnostics: Quality Metrics for Parallel Sets." Computer Graphics Forum 40, no. 3 (June 2021): 375–86. http://dx.doi.org/10.1111/cgf.14314.
Full textHARALAMBIDES, JAMES, and SPYROS TRAGOUDAS. "BIPARTITIONING INTO OVERLAPPING SETS." International Journal of Foundations of Computer Science 06, no. 01 (March 1995): 67–88. http://dx.doi.org/10.1142/s0129054195000068.
Full textBalasubramanian, Hari, John Fowler, Ahmet Keha, and Michele Pfund. "Scheduling interfering job sets on parallel machines." European Journal of Operational Research 199, no. 1 (November 2009): 55–67. http://dx.doi.org/10.1016/j.ejor.2008.10.038.
Full textStephensen, Hans J. T., Anne Marie Svane, Carlos B. Villanueva, Steven A. Goldman, and Jon Sporring. "Measuring Shape Relations Using r-Parallel Sets." Journal of Mathematical Imaging and Vision 63, no. 8 (June 26, 2021): 1069–83. http://dx.doi.org/10.1007/s10851-021-01041-3.
Full textDissertations / Theses on the topic "Parallel sets"
Beck, John. "Interactive Visualization of Categorical Data Sets." OpenSIUC, 2012. https://opensiuc.lib.siu.edu/theses/950.
Full textNeumann, Christoph [Verfasser], and O. [Akademischer Betreuer] Stein. "Inner Parallel Sets in Mixed-Integer Optimization / Christoph Neumann ; Betreuer: O. Stein." Karlsruhe : KIT-Bibliothek, 2021. http://d-nb.info/1238147720/34.
Full textRawald, Tobias. "Scalable and Efficient Analysis of Large High-Dimensional Data Sets in the Context of Recurrence Analysis." Doctoral thesis, Humboldt-Universität zu Berlin, 2018. http://dx.doi.org/10.18452/18797.
Full textRecurrence quantification analysis (RQA) is a method from nonlinear time series analysis. It relies on the identification of line structures within so-called recurrence matrices and comprises a set of scalar measures. Existing computing approaches to RQA are either not capable of processing recurrence matrices exceeding a certain size or suffer from long runtimes considering time series that contain hundreds of thousands of data points. This thesis introduces scalable recurrence analysis (SRA), which is an alternative computing approach that subdivides a recurrence matrix into multiple sub matrices. Each sub matrix is processed individually in a massively parallel manner by a single compute device. This is implemented exemplarily using the OpenCL framework. It is shown that this approach delivers considerable performance improvements in comparison to state-of-the-art RQA software by exploiting the computing capabilities of many-core hardware architectures, in particular graphics cards. The usage of OpenCL allows to execute identical SRA implementations on a variety of hardware platforms having different architectural properties. An extensive evaluation analyses the impact of applying concepts from database technology, such memory storage layouts, to the RQA processing pipeline. It is investigated how different realisations of these concepts affect the performance of the computations on different types of compute devices. Finally, an approach based on automatic performance tuning is introduced that automatically selects well-performing RQA implementations for a given analytical scenario on specific computing hardware. Among others, it is demonstrated that the customised auto-tuning approach allows to considerably increase the efficiency of the processing by adapting the implementation selection.
Longoni, Gianluca. "Advanced quadrature sets, acceleration and preconditioning techniques for the discrete ordinates method in parallel computing environments." [Gainesville, Fla.] : University of Florida, 2004. http://purl.fcla.edu/fcla/etd/UFE0007560.
Full textHammond, Gregory Alan. "The instrumentation of a parallel, distributed database operation, retrieve-common, for merging two large sets of records." Thesis, Monterey, Calif. : Naval Postgraduate School, 1992. http://handle.dtic.mil/100.2/ADA247486.
Full textShariati, Saeed. "A solver for sets of linear systems for neural network simuations in CUDA." reponame:Repositório Institucional da UFABC, 2014.
Find full textDissertação (mestrado) - Universidade Federal do ABC, Programa de Pós-Graduação em Neurociência e Cognição, 2014.
Nowadays, utilizing co-processors, accelerators and specially GPGPU computation are widely accepted as a new paradigm of High Performance Computing (HPC). However, developing softwares that can utilize available resources still remains a challenging task. In other side, scientist have used legacy CPU-based simulators for decades and many of them are still the main tools in different fields of science. In fact, any activity that can combine the legacy simulators with powerful co-processors devices is in the main interest. In this project, we design and develop a simulation engine, Parallel Neural Network Simulator (PN2S), to communicate with MOOSE simulator (A well-known tools by Neuroscientists) and provide CUDA based execution for simulating realistic neural network models. The simulation engine maps the voltage distribution in neuron¿s body to sets of linear systems and solve them on GPU. To provide usable functionality, we also developed solver for active channels which support Hodgkin-Huxley model of ionic channels. We compared the engine with CPU version for both homogeneous simple models and randomly generated heterogeneous network. The evaluation focused on performance and also covered the accuracy of the simulation. The experimental results, showed that by facilitating PN2S engine, we can significantly increase the performance of a simulation engine, since its execution is quite transparent to the users and major parts of the host simulator.
Powell, S. Jacob. "ZipperOTF: Automatic, Precise, and Simple Data Race Detection for Task Parallel Programs with Mutual Exclusion." BYU ScholarsArchive, 2020. https://scholarsarchive.byu.edu/etd/8659.
Full textCastro, Jose R. "MODIFICATIONS TO THE FUZZY-ARTMAP ALGORITHM FOR DISTRIBUTED LEARNING IN LARGE DATA SETS." Doctoral diss., University of Central Florida, 2004. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/4449.
Full textPh.D.
School of Electrical and Computer Engineering
Engineering and Computer Science
Electrical and Computer Engineering
Wang, Chaoli. "A multiresolutional approach for large data visualization." Columbus, Ohio : Ohio State University, 2006. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=osu1164730737.
Full textVarduhn, Vasco [Verfasser], Ernst [Akademischer Betreuer] Rank, and Hans-Joachim [Akademischer Betreuer] Bungartz. "A Parallel, Multi-Resolution Framework for Handling Large Sets of Complex Data, from Exploration and Visualisation to Simulation / Vasco Varduhn. Gutachter: Hans-Joachim Bungartz ; Ernst Rank. Betreuer: Ernst Rank." München : Universitätsbibliothek der TU München, 2014. http://d-nb.info/1052307833/34.
Full textBooks on the topic "Parallel sets"
Hanrahan, Rotan B. W. The setcube calculus of value sets: A new paradigm of parallel test generation for combinational circuits. Dublin: University College Dublin, 1996.
Find full textShaharuddin, Salleh. Scheduling in parallel computing systems: Fuzzy and annealing techniques. Boston: Kluwer Academic, 1999.
Find full textVasilʹev, V. V. Seti Petri, parallelʹnye algoritmy i modeli mulʹtiprot͡s︡essornykh sistem. Kiev: Nauk. dumka, 1990.
Find full textParallel Sets. 1 Oliver’s Yard, 55 City Road, London EC1Y 1SP United Kingdom: SAGE Publications, Ltd., 2021. http://dx.doi.org/10.4135/9781529776263.
Full textNational Aeronautics and Space Administration NASA. Generating local addresses and communication sets for data-parallel programs. Independently published, 2018.
Find full textGenerating local addresses and communication sets for data-parallel programs. [Moffett Field, Calif.]: Research Institute for Advanced Computer Science, NASA Ames Research Center, 1993.
Find full textSiddhartha, Chatterjee, and Research Institute for Advanced Computer Science (U.S.), eds. Generating local addresses and communication sets for data-parallel programs. [Moffett Field, Calif.]: Research Institute for Advanced Computer Science, NASA Ames Research Center, 1993.
Find full textCapussela, Andrea Lorenzo. Continuity and Instability: The Spiral Sets In. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780198796992.003.0008.
Full textJ, Drago Raymond, United States. National Aeronautics and Space Administration., and U.S. Army Research Laboratory., eds. The relative noise levels of parallel axis gear sets with various contact ratios and gear tooth forms. [Washington, DC]: National Aeronautics and Space Administration, 1993.
Find full textScheduling in Parallel Computing Systems: Fuzzy and Annealing Techniques (The International Series in Engineering and Computer Science). Springer, 1999.
Find full textBook chapters on the topic "Parallel sets"
Knudsen, Svend Erik. "Statement-sets." In Parallel Computation, 161–73. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/3-540-61695-0_14.
Full textMuraszkiewicz, Mieczyslaw, and Henryk Rybinski. "Towards a Parallel Rough Sets Computer." In Rough Sets, Fuzzy Sets and Knowledge Discovery, 434–43. London: Springer London, 1994. http://dx.doi.org/10.1007/978-1-4471-3238-7_51.
Full textCao, Qian, Chuan Luo, Tianrui Li, and Hongmei Chen. "Spark Accelerated Implementation of Parallel Attribute Reduction from Incomplete Data." In Rough Sets, 203–17. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-87334-9_17.
Full textArvind, Vikraman, and Jacobo Torán. "Sparse Sets, Approximable Sets, and Parallel Queries to NP." In STACS 99, 281–90. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-49116-3_26.
Full textPei, Minghua, Dayong Deng, and Houkuan Huang. "Parallel Reducts: A Hashing Approach." In Rough Sets and Knowledge Technology, 229–39. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-41299-8_22.
Full textJoisha, Pramod G., and Prithviraj Banerjee]. "Exploiting Ownership Sets in HPF." In Languages and Compilers for Parallel Computing, 259–73. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-45574-4_17.
Full textSusmaga, Robert. "Parallel Computation of Reducts." In Rough Sets and Current Trends in Computing, 450–58. Berlin, Heidelberg: Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/3-540-69115-4_62.
Full textHenry, Christopher J., and Sheela Ramanna. "Parallel Computation in Finding Near Neighbourhoods." In Rough Sets and Knowledge Technology, 523–32. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-24425-4_67.
Full textXi, Dachao, Guoyin Wang, Xuerui Zhang, and Fan Zhang. "Parallel Attribute Reduction Based on MapReduce." In Rough Sets and Knowledge Technology, 631–41. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-11740-9_58.
Full textMatoušek, Jiří. "Low-Discrepancy Sets for Axis-Parallel Boxes." In Geometric Discrepancy, 37–81. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/978-3-642-03942-3_2.
Full textConference papers on the topic "Parallel sets"
Fineman, Jeremy T., Calvin Newport, Micah Sherr, and Tonghe Wang. "Fair Maximal Independent Sets." In 2014 IEEE International Parallel & Distributed Processing Symposium (IPDPS). IEEE, 2014. http://dx.doi.org/10.1109/ipdps.2014.79.
Full textRosenberg, Robert O., Marco O. Lanzagorta, Almadena Chtchelkanova, and Alexei Khokhlov. "Parallel visualization of large data sets." In Electronic Imaging, edited by Robert F. Erbacher, Philip C. Chen, Jonathan C. Roberts, and Craig M. Wittenbrink. SPIE, 2000. http://dx.doi.org/10.1117/12.378889.
Full textBlelloch, Guy E., Daniel Ferizovic, and Yihan Sun. "Just Join for Parallel Ordered Sets." In SPAA '16: 28th ACM Symposium on Parallelism in Algorithms and Architectures. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2935764.2935768.
Full textYin, Xianjun, Chao Cai, Houjun Wang, and Dongwu Li. "Route constraints model based on polychromatic sets." In Parallel Processing of Images and Optimization Techniques, edited by Hong Sun, Henri Maître, and Bruce Hirsch. SPIE, 2018. http://dx.doi.org/10.1117/12.2288325.
Full textShachnai, Hadas, and Aravind Srinivasan. "Finding large independent sets of hypergraphs in parallel." In the thirteenth annual ACM symposium. New York, New York, USA: ACM Press, 2001. http://dx.doi.org/10.1145/378580.378622.
Full textCamp, David, Hank Childs, Christoph Garth, David Pugmire, and Kenneth I. Joy. "Parallel stream surface computation for large data sets." In 2012 IEEE Symposium on Large Data Analysis and Visualization (LDAV). IEEE, 2012. http://dx.doi.org/10.1109/ldav.2012.6378974.
Full textAJWA, IYAD A., PAUL S. WANG, and DONGDAI LIN. "ANOTHER ATTEMPT FOR PARALLEL COMPUTATION OF CHARACTERISTIC SETS." In Proceedings of the Fourth Asian Symposium (ASCM 2000). WORLD SCIENTIFIC, 2000. http://dx.doi.org/10.1142/9789812791962_0008.
Full textFranklin, W. Randolph, and Salles V. G. Magalhães. "Parallel intersection detection in massive sets of cubes." In SIGSPATIAL'17: 25th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3150919.3150921.
Full textKovacs, Levente. "Parallel multi-tree indexing for evaluating large descriptor sets." In 2013 11th International Workshop on Content-Based Multimedia Indexing (CBMI). IEEE, 2013. http://dx.doi.org/10.1109/cbmi.2013.6576581.
Full textEhrhardt, Matthias J., Kris Thielemans, Luis Pizarro, Pawel Markiewicz, David Atkinson, Sebastien Ourselin, Brian F. Hutton, and Simon R. Arridge. "Joint reconstruction of PET-MRI by parallel level sets." In 2014 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC). IEEE, 2014. http://dx.doi.org/10.1109/nssmic.2014.7430895.
Full textReports on the topic "Parallel sets"
Paulen, R. C., J. M. Rice, and M. Ross. Surficial geology, Lac aux Goélands, Quebec, NTS 23-P southeast. Natural Resources Canada/CMSS/Information Management, 2022. http://dx.doi.org/10.4095/328291.
Full textGriffin, Joshua D., and Tamara Gibson Kolda. Nonlinearly-constrained optimization using asynchronous parallel generating set search. Office of Scientific and Technical Information (OSTI), May 2007. http://dx.doi.org/10.2172/909393.
Full textLewis, Robert Michael, ), Joshua D. Griffin, and Tamara Gibson Kolda. Asynchronous parallel generating set search for linearly-constrained optimization. Office of Scientific and Technical Information (OSTI), August 2006. http://dx.doi.org/10.2172/891372.
Full textKolda, Tamara G., Joshua Griffin, and Robert Michael Lewis. Asynchronous parallel generating set search for linearly-constrained optimization. Office of Scientific and Technical Information (OSTI), April 2007. http://dx.doi.org/10.2172/1139970.
Full textLevine, D. A parallel genetic algorithm for the set partitioning problem. Office of Scientific and Technical Information (OSTI), December 1996. http://dx.doi.org/10.2172/435291.
Full textLevine, D. A parallel genetic algorithm for the set partitioning problem. Office of Scientific and Technical Information (OSTI), May 1994. http://dx.doi.org/10.2172/10161119.
Full textMiddleton, Don, and Mary Haley. Parallel analysis tools and new visualization techniques for ultra-large climate data set. Office of Scientific and Technical Information (OSTI), December 2014. http://dx.doi.org/10.2172/1165225.
Full textHeifetz, Yael, and Michael Bender. Success and failure in insect fertilization and reproduction - the role of the female accessory glands. United States Department of Agriculture, December 2006. http://dx.doi.org/10.32747/2006.7695586.bard.
Full textMcDonald, John F. F-RISC- A 1.0 GOPS Fast Reduced Instruction Set Computer for Super Workstation and Teraops Parallel Processor Applications. Fort Belvoir, VA: Defense Technical Information Center, April 2001. http://dx.doi.org/10.21236/ada394207.
Full textAmela, R., R. Badia, S. Böhm, R. Tosi, C. Soriano, and R. Rossi. D4.2 Profiling report of the partner’s tools, complete with performance suggestions. Scipedia, 2021. http://dx.doi.org/10.23967/exaqute.2021.2.023.
Full text