Search Results - (((((((ant OR kwants) OR wants) OR markant) OR cantor) OR anne) OR shared) OR hints) algorithms.

  1. 241

    Debates in the digital humanities 2016

    Published 2016
    Table of Contents: “…Father Busa Female Punch Card Operatives / Melissa Terras and Julianne Nyhan -- On the Origin of "Hack" and "Yack" / Bethany Nowviskie -- Reflections on a Movement: #transformDH, Growing Up / Moya Bailey, Anne Cong-Huyen, Alexis Lothian, and Amanda Phillips.…”
    Full text (MFA users only)
    Electronic eBook
  2. 242

    Multi-processor system-on-chip. 1, Architectures

    Published 2021
    Table of Contents: “…Matrix multiplication algorithm on the Plural architecture…”
    Full text (MFA users only)
    Electronic eBook
  3. 243

    Informatics and technology in clinical care and public health

    Published 2022
    Table of Contents: “…Intro -- Title Page -- Preface -- ICIMTH 2021 Scientific Programme Committee and Reviewers -- Contents -- Using Artificial Intelligence to Develop a Lexicon-Based African American Tweet Detection Algorithm to Inform Culturally Sensitive Twitter-Based Social Support Interventions for African American Dementia Caregivers -- A Comparison of Word Embeddings to Study Complications in Neurosurgery -- Gulf Cooperation Council Clinical Trials in the Pursuit of Medications for COVID-19…”
    Full text (MFA users only)
    Electronic Conference Proceeding eBook
  4. 244
  5. 245

    Deep Learning with TensorFlow : Explore neural networks and build intelligent systems with Python, 2nd Edition. by Zaccone, Giancarlo

    Published 2018
    Table of Contents: “…; Artificial neural networks; The biological neurons; The artificial neuron; How does an ANN learn?; ANNs and the backpropagation algorithm; Weight optimization; Stochastic gradient descent; Neural network architectures; Deep Neural Networks (DNNs); Multilayer perceptron; Deep Belief Networks (DBNs).…”
    Full text (MFA users only)
    Electronic eBook
  6. 246

    Advanced reliability modeling : part II

    Published 2006
    Full text (MFA users only)
    Electronic eBook
  7. 247

    Environmental modeling with GIS

    Published 2010
    Table of Contents: “…Mapping of the Dust Emission Sources -- 6.2. Sharing Data between Dispersion Modeling Tools and GIS -- 6.3. …”
    Full text (MFA users only)
    Electronic eBook
  8. 248

    Advanced Artificial Intelligence.

    Published 2011
    Table of Contents: “…3.9 Influence-based Backjumping3.10 Constraint Relation Processing; 3.10.1 Unit Sharing Strategy for Identical Relation; 3.10.2 Interval Propagation; 3.10.3 Inequality Graph; 3.10.4 Inequality Reasoning; 3.11 Constraint Reasoning System COPS; 3.12 ILOG Solver; Exercise; Chapter 4 Qualitative Reasoning; 4.1 Introduction; 4.2 Basic approaches in qualitative reasoning; 4.3 Qualitative Model; 4.4 Qualitative Process; 4.5 Qualitative Simulation Reasoning; 4.5.1 Qualitative state transformation; 4.5.2 QSIM algorithm; 4.6 Algebra Approach; 4.7 Spatial Geometric Qualitative Reasoning.…”
    Full text (MFA users only)
    Electronic eBook
  9. 249

    Numerical Methods for Eigenvalue Problems. by Börm, Steffen

    Published 2012
    Full text (MFA users only)
    Electronic eBook
  10. 250
  11. 251

    The neural basis of free will : criterial causation by Tse, Peter

    Published 2013
    Table of Contents: “…Implications of Criterial Causality for Mental Representation -- The Neural Code Is Not Algorithmic -- Criterialism, Descriptivism, and Reference -- Countering Kripke's Attack -- Wittgenstein and Criteria -- Propositions and Vectorial Encodings -- Mental Operations versus Mental Representations -- Beyond Functionalism -- 9. …”
    Full text (MFA users only)
    Electronic eBook
  12. 252

    Complexity : a guided tour by Mitchell, Melanie (Computer scientist)

    Published 2009
    Full text (MFA users only)
    Electronic eBook
  13. 253

    Dermatologic principles and practice in oncology : conditions of the skin, hair, and nails in cancer patients

    Published 2013
    Table of Contents: “…Borovicka, Jennifer R.S. Gordon, Ann Cameron Haley, Nicole E. Larson and Dennis P. …”
    Full text (MFA users only)
    Electronic eBook
  14. 254
  15. 255

    The New Advertising : Branding, Content, and Consumer Relationships in the Data-Driven Social Media Era. by Wang, Ming

    Published 2016
    Table of Contents: “…Persuasive Avatars: Extending the Self through New Media AdvertisingPart III: Algorithms, Analytics, and Concerns ; 10. Road of Discovery: The Intricacies of Search Marketing; 11. …”
    Full text (MFA users only)
    Electronic eBook
  16. 256
  17. 257

    PHealth 2017 : proceedings of the 14th International Conference on Wearable Micro and Nano Technologies for Personalized Health, 14-16 May 2017, Eindhoven, the Netherlands

    Published 2017
    Table of Contents: “…Information System of Personalized Patient's Adherence Level DeterminationSmartphones to Access to Patient Data in Hospital Settings: Authentication Solutions for Shared Devices; pHealth and Population Health; Architecture for Variable Data Entry into a National Registry; Patient Summaries in Context of Large Scale EHR Networks with Fine Granular Access Control Restrictions; Behavioral Aspects; Classifying Drivers' Cognitive Load Using EEG Signals; Open Dataset for the Automatic Recognition of Sedentary Behaviors.…”
    Full text (MFA users only)
    Electronic Conference Proceeding eBook
  18. 258
  19. 259

    Experiencing architecture in the nineteenth century : buildings and society in the modern age

    Published 2019
    Table of Contents: “…'The pressing public want of the age': The arrival of the grand hotel'Bitter competition in the London hotel world': The problem of publicity; 'A wealthy man's private mansion': The assurance of exclusivity; The 'spirit of the time': Cosmopolitanism and heterosociability; Conclusion; Chapter 10: 'The fullest fountain of advancing civilization': Experiencing Anthony Trollope's House of Commons, 1852-82; Experiences of Parliament; Progressive architecture; A political theatre; Conclusion: Reading experiences.…”
    Full text (MFA users only)
    Electronic eBook
  20. 260

    CUDA Application Design and Development. by Farber, Rob

    Published 2011
    Table of Contents: “…The Nsight Timeline Analysis -- The NVTX Tracing Library -- Scaling Behavior of the CUDA API -- Tuning and Analysis Utilities (TAU) -- Summary -- 4 The CUDA Execution Model -- GPU Architecture Overview -- Thread Scheduling: Orchestrating Performance and Parallelism via the Execution Configuration -- Relevant computeprof Values for a Warp -- Warp Divergence -- Guidelines for Warp Divergence -- Relevant computeprof Values for Warp Divergence -- Warp Scheduling and TLP -- Relevant computeprof Values for Occupancy -- ILP: Higher Performance at Lower Occupancy -- ILP Hides Arithmetic Latency -- ILP Hides Data Latency -- ILP in the Future -- Relevant computeprof Values for Instruction Rates -- Little's Law -- CUDA Tools to Identify Limiting Factors -- The nvcc Compiler -- Launch Bounds -- The Disassembler -- PTX Kernels -- GPU Emulators -- Summary -- 5 CUDA Memory -- The CUDA Memory Hierarchy -- GPU Memory -- L2 Cache -- Relevant computeprof Values for the L2 Cache -- L1 Cache -- Relevant computeprof Values for the L1 Cache -- CUDA Memory Types -- Registers -- Local memory -- Relevant computeprof Values for Local Memory Cache -- Shared Memory -- Relevant computeprof Values for Shared Memory -- Constant Memory -- Texture Memory -- Relevant computeprof Values for Texture Memory -- Global Memory -- Common Coalescing Use Cases -- Allocation of Global Memory -- Limiting Factors in the Design of Global Memory -- Relevant computeprof Values for Global Memory -- Summary -- 6 Efficiently Using GPU Memory -- Reduction -- The Reduction Template -- A Test Program for functionReduce.h -- Results -- Utilizing Irregular Data Structures -- Sparse Matrices and the CUSP Library -- Graph Algorithms -- SoA, AoS, and Other Structures -- Tiles and Stencils -- Summary -- 7 Techniques to Increase Parallelism -- CUDA Contexts Extend Parallelism -- Streams and Contexts.…”
    Full text (MFA users only)
    Electronic eBook