Search Results - (((((((ant OR hands) OR wkanting) OR markant) OR cantor) OR anne) OR shared) OR hints) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 40
- Artificial intelligence 36
- Machine learning 31
- Mathematical models 29
- Mathematics 25
- Algorithms 22
- artificial intelligence 22
- Mathematical optimization 19
- algorithms 19
- Data mining 18
- Technological innovations 15
- Computer networks 14
- Artificial Intelligence 13
- Computer algorithms 13
- Information technology 13
- Management 13
- Big data 12
- methods 12
- Digital techniques 11
- Signal processing 11
- Neural networks (Computer science) 10
- Python (Computer program language) 10
- Application software 9
- Computer security 9
- Design and construction 9
- Development 9
- Social aspects 9
- Computer programming 8
- Computer science 8
- Data Mining 8
Search alternatives:
- ant »
- wkanting »
- markant »
- cantor »
-
341
Ripple Quick Start Guide : Get Started with XRP and Develop Applications on Ripple's Blockchain
Published 2018Full text (MFA users only)
Electronic eBook -
342
Advances in parallel computing technologies and applications
Published 2021Full text (MFA users only)
eBook -
343
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 2017Table 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 -
344
GIS based chemical fate modeling : principles and applications
Published 2014Table of Contents: “…7.1 Basic Surface Analysis; 7.2 Drainage; 7.3 Using GIS Hydrological Functions in Chemical Fate and Transport Modeling; 7.4 Non-D8 Methods and the TauDEM Algorithms; 7.5 ESRI's "Darcy Flow" and "Porous Puff" Functions; References; Chapter 8: Elements of Dynamic Modeling in GIS; 8.1 Dynamic GIS Models; 8.2 Studying Time-Dependent Effects with Simple Map Algebra; 8.3 Decoupling Spatial and Temporal Aspects of Models: The Mappe Global Approach; References; Chapter 9: Metamodeling and Source-Receptor Relationship Modeling in GIS; 9.1 Introduction; 9.2 Metamodeling; 9.3 Source-Receptor Relationships.…”
Full text (MFA users only)
Electronic eBook -
345
The bitcoin big bang : how alternative currencies are about to change the world
Published 2014Table of Contents: “…; 8 Building the Nautiluscoin Economy; Dynamic Proof-of-Stake; Nautiluscoin Gross Domestic Product Target; Algorithmic Monetary Policy.…”
Full text (MFA users only)
Electronic eBook -
346
CUDA Application Design and Development.
Published 2011Table 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 -
347
Principles of artificial neural networks
Published 2013Table of Contents: “…Fundamentals of biological neural networks -- ch. 3. Basic principles of ANNs and their early structures. 3.1. Basic principles of ANN design. 3.2. …”
Full text (MFA users only)
Electronic eBook -
348
-
349
Advanced Python Programming : Build High Performance, Concurrent, and Multi-Threaded Apps with Python Using Proven Design Patterns.
Published 2019Table of Contents: “…Cover; Title Page; Copyright; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Benchmarking and Profiling; Designing your application; Writing tests and benchmarks; Timing your benchmark; Better tests and benchmarks with pytest-benchmark; Finding bottlenecks with cProfile; Profile line by line with line_profiler; Optimizing our code; The dis module; Profiling memory usage with memory_profiler; Summary; Chapter 2: Pure Python Optimizations; Useful algorithms and data structures; Lists and deques; Dictionaries; Building an in-memory search index using a hash map; Sets; Heaps…”
Full text (MFA users only)
Electronic eBook -
350
Haptic Feedback Teleoperation of Optical Tweezers
Published 2014Table of Contents: “…Specific designs for haptic interactions; 1.4.1. Temporal sharing; 1.4.2. Spatial sharing; 1.5. Discussion; 1.6. …”
Full text (MFA users only)
Electronic eBook -
351
Machine Learning with Spark - Second Edition.
Published 2016Table of Contents: “…Generating predictions for the Kaggle/StumbleUpon evergreen classification dataset -- Evaluating the performance of classification models -- Accuracy and prediction error -- Precision and recall -- ROC curve and AUC -- Improving model performance and tuning parameters -- Feature standardization -- Additional features -- Using the correct form of data -- Tuning model parameters -- Linear models -- Iterations -- Step size -- Regularization -- Decision trees -- Tuning tree depth and impurity -- The naive Bayes model -- Cross-validation -- Summary -- Chapter 7: Building a Regression Model with Spark -- Types of regression models -- Least squares regression -- Decision trees for regression -- Evaluating the performance of regression models -- Mean Squared Error and Root Mean Squared Error -- Mean Absolute Error -- Root Mean Squared Log Error -- The R-squared coefficient -- Extracting the right features from your data -- Extracting features from the bike sharing dataset -- Training and using regression models -- BikeSharingExecutor -- Training a regression model on the bike sharing dataset -- Linear regression -- Generalized linear regression -- Decision tree regression -- Ensembles of trees -- Random forest regression -- Gradient boosted tree regression -- Improving model performance and tuning parameters -- Transforming the target variable -- Impact of training on log-transformed targets -- Tuning model parameters -- Creating training and testing sets to evaluate parameters -- Splitting data for Decision tree -- The impact of parameter settings for linear models -- Iterations -- Step size -- L2 regularization -- L1 regularization -- Intercept -- The impact of parameter settings for the decision tree -- Tree depth -- Maximum bins -- The impact of parameter settings for the Gradient Boosted Trees -- Iterations -- MaxBins -- Summary.…”
Full text (MFA users only)
Electronic eBook -
352
World's greatest architect : making, meaning, and network culture
Published 2008Full text (MFA users only)
Electronic eBook -
353
New Media and the Politics of Online Communities.
Published 2020Table of Contents: “…Diverging Strategies of Remembrance in Traditional and Web 2.0 Online Projects -- Algorithmic Memory? Machinic Vision and Database Culture -- Fluid Memory on the Web 2.0…”
Full text (MFA users only)
eBook -
354
Resources utilization and productivity enhancement case studies
Published 2015Full text (MFA users only)
Electronic eBook -
355
-
356
Robotics : science and systems III
Published 2008Table of Contents: “…Ng -- A Fast and Practical Algorithm for Generalized Penetration Depth Computation / Liangjun Zhang, Young J. …”
Full text (MFA users only)
Electronic eBook -
357
MIDAS Technical Analysis : a VWAP Approach to Trading and Investing in Today's Markets.
Published 2011Full text (MFA users only)
Electronic eBook -
358
-
359
Cinder Creative Coding Cookbook.
Published 2013Table of Contents: “…Creating a simple video controllerSaving window content as an image; Saving window animations as video; Saving window content as a vector graphics image; Saving high resolution images with the tile renderer; Sharing graphics between applications; Building Particle Systems; Introduction; Creating a particle system in 2D; Applying repulsion and attraction forces; Simulating particles flying in the wind; Simulating flocking behavior; Making our particles sound reactive; Aligning particles to a processed image; Aligning particles to the mesh surface; Creating springs.…”
Full text (MFA users only)
Electronic eBook -
360
Frontiers of Artificial Intelligence in Medical Imaging.
Published 2023Table of Contents: “…5.5 Electromagnetic field optimization algorithm -- 5.6 Developed electromagnetic field optimization algorithm -- 5.7 Simulation results -- 5.7.1 Image acquisition -- 5.7.2 Pre-processing stage -- 5.7.3 Processing stage -- 5.7.4 Classification -- 5.8 Final evaluation -- 5.9 Conclusions -- References -- Chapter 6 Evaluation of COVID-19 lesion from CT scan slices: a study using entropy-based thresholding and DRLS segmentation -- 6.1 Introduction -- 6.2 Context -- 6.3 Methodology -- 6.3.1 COVID-19 database -- 6.3.2 Image conversion and pre-processing -- 6.3.3 Image thresholding…”
Full text (MFA users only)
Electronic eBook