Search Results - ("algorithm" OR "algorithms")

  1. 81

    Stochastic Local Search : Foundations and Applications. by Hoos, Holger

    Published 2004
    Table of Contents: “…Empirical Analysis of SLS Algorithms; Chapter 5. Search Space Structure and SLS Performance; Part II: Applications; Chapter 6. …”
    Full text (MFA users only)
    Electronic eBook
  2. 82

    Distributed control of robotic networks : a mathematical approach to motion coordination algorithms / by Bullo, Francesco, Cortés, Jorge, 1974-, Martínez, Sonia, 1974-

    Published 2009
    Table of Contents: “…Preface; An introduction to distributed algorithms; Geometric models and optimization; Robotic network models and complexity notions; Connectivity maintenance and rendezvous; Deployment; Boundary estimation and tracking; Bibliography; Algorithm Index; Subject Index; Symbol Index.…”
    Full text (MFA users only)
    Electronic eBook
  3. 83

    Black box classical groups by Kantor, W. M. (William M.), 1944-

    Published 2001
    Table of Contents: “…8. Permutation group algorithms…”
    Full text (MFA users only)
    Electronic eBook
  4. 84

    Learning Causal Models Of Multivariate Systems : And The Value Of It For The Performance Modeling Of Computer Programs. by Lemeire, Jan

    Published 2007
    Table of Contents: “…""Qualitative Property and Qualitative Reasoning""""The Occurence of Independencies""; ""Graphoid Properties""; ""Markov networks""; ""Bayesian Networks""; ""Representation of Distributions""; ""Representation of Independencies""; ""Graphical Causal Models""; ""Defining Causality: The Shadow's Cause""; ""Interventions""; ""Causally Interpreted Bayesian Networks""; ""Invalidity of the Markov Network Representation""; ""Causal Structure Learning Algorithms""; ""The PC Algorithm""; ""Assumptions""; ""Complexity""; ""Summary of Chapter""…”
    Full text (MFA users only)
    Electronic eBook
  5. 85

    Parallel Computing Using the Prefix Problem. by Lakshmivarahan, S.

    Published 1994
    Table of Contents: “…Chapter 3 -- Parallel Prefix Algorithms On Arrays3.1 Methods of Cyclic Elimination and Reduction; 3.2 Schwartz's Method; 3.3 An Algorithm for Fixed Parallelism; 3.4 A Balanced Binary Tree Algorithm; 3.5 Cole-Vishkin Algorithm; 3.6 A Comparison; 3.7 Exercises; 3.8 Notes and References; Chapter 4 -- Parallel Prefix Algorithms On Linked Lists; 4.1 Basic Pointer-jumping; 4.2 A Strategy for Optimal List Ranking; 4.3 Independent Set via Coloring; 4.4 Cole and Vishkin's Algorithm; 4.5 Independent Set via Randomization; 4.6 Exercises; 4.7 Notes and References; Part Three -- Algorithms For Circuit Models.…”
    Full text (MFA users only)
    Electronic eBook
  6. 86

    Algorithmen - Eine Einführung. by Cormen, Thomas H.

    Published 2013
    Subjects: “…Computer algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  7. 87

    Mastering Machine Learning Algorithms : Expert techniques to implement popular machine learning algorithms and fine-tune your models. by Bonaccorso c/o Quandoo, Giuseppe

    Published 2018
    Table of Contents: “…Conditional probabilities and Bayes' theoremBayesian networks; Sampling from a Bayesian network; Direct sampling; Example of direct sampling; A gentle introduction to Markov chains; Gibbs sampling; Metropolis-Hastings sampling; Example of Metropolis-Hastings sampling; Sampling example using PyMC3; Hidden Markov Models (HMMs); Forward-backward algorithm; Forward phase; Backward phase; HMM parameter estimation; Example of HMM training with hmmlearn; Viterbi algorithm; Finding the most likely hidden state sequence with hmmlearn; Summary; Chapter 5: EM Algorithm and Applications.…”
    Full text (MFA users only)
    Electronic eBook
  8. 88

    Signal reconstruction algorithms for time-interleaved ADCs / by Pillai, Anu Kalidas Muralidharan

    Published 2015
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  9. 89
  10. 90

    Learning with kernels : support vector machines, regularization, optimization, and beyond by Schölkopf, Bernhard

    Published 2002
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  11. 91

    How to guard an art gallery and other discrete mathematical adventures by Michael, T. S., 1960-

    Published 2009
    Table of Contents: “…3.11 Notes and References3.12 Problems -- 4 Pixels, Lines, and Leap Years -- 4.1 Pixels and Lines -- 4.2 Lines and Distances -- 4.3 Arithmetic Arrays -- 4.4 Bresenhamâ€?s Algorithm -- 4.5 A Touch of Gray: Antialiasing -- 4.6 Leap Years and Line Drawing -- 4.7 Diophantine Approximations -- 4.8 Notes and References -- 4.9 Problems -- 5 Measure Water with a Vengeance -- 5.1 Simon Says: Measure Water -- 5.2 A Recipe for Bruce Willis -- 5.3 Skew Billiard Tables -- 5.4 Big Problems -- 5.5 How to Measure Water: An Algorithm…”
    Full text (MFA users only)
    Electronic eBook
  12. 92

    The multilevel fast multipole algorithm (MLFMA) for solving large-scale computational electromagnetics problems / by Ergül, Özgür

    Published 2014
    Table of Contents: “…1.9.3 Complex-Source-Point Excitation1.9.4 Delta-Gap Excitation; 1.9.5 Current-Source Excitation; 1.10 Multilevel Fast Multipole Algorithm; 1.11 Low-Frequency Breakdown of MLFMA; 1.12 Iterative Algorithms; 1.12.1 Symmetric Lanczos Process; 1.12.2 Nonsymmetric Lanczos Process; 1.12.3 Arnoldi Process; 1.12.4 Golub-Kahan Process; 1.13 Preconditioning; 1.14 Parallelization of MLFMA; Chapter 2 Solutions of Electromagnetics Problems with Surface Integral Equations; 2.1 Homogeneous Dielectric Objects; 2.1.1 Surface Integral Equations; 2.1.2 Surface Formulations.…”
    Full text (MFA users only)
    Electronic eBook
  13. 93

    A CALCULUS OF IDEAS : a MATHEMATICAL STUDY OF HUMAN THOUGHT. by Grenander, Ulf

    Published 2012
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  14. 94

    Hands-On Ensemble Learning with R : a Beginner's Guide to Combining the Power of Machine Learning Algorithms Using Ensemble Techniques. by Tattar, Prabhanjan Narayanachar

    Published 2018
    Table of Contents: “…Bootstrapping survival models*Bootstrapping time series models*; Summary; Chapter 3: Bagging; Technical requirements; Classification trees and pruning; Bagging; k-NN classifier; Analyzing waveform data; k-NN bagging; Summary; Chapter 4: Random Forests; Technical requirements; Random Forests; Variable importance; Proximity plots; Random Forest nuances; Comparisons with bagging; Missing data imputation; Clustering with Random Forest; Summary; Chapter 5: The Bare Bones Boosting Algorithms; Technical requirements; The general boosting algorithm; Adaptive boosting; Gradient boosting.…”
    Full text (MFA users only)
    Electronic eBook
  15. 95

    Concurrency by Malkhi, Dahlia

    Published 2019
    Table of Contents: “…Shared Memory and the Bakery Algorithm -- 2. The Notions of Time and Global State in a Distributed System -- 3. …”
    Full text (MFA users only)
    Electronic eBook
  16. 96

    Providing Sound Foundations for Cryptography : On the Work of Shafi Goldwasser and Silvio Micali. by Goldreich, Oded

    Published 2019
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  17. 97

    Algorithms and architectures of artificial intelligence / by Tõugu, Enn, 1935-

    Published 2007
    Table of Contents: “…Language of algorithms -- Knowledge Handling -- Search -- Learning and Decision Making -- Problem Solving and Planning.…”
    Full text (MFA users only)
    Electronic eBook
  18. 98

    Discrete optimization for TSP-like genome mapping problems

    Published 2010
    Table of Contents: “…Guided evolution strategy algorithm for classic TSP as a basis for solving the genetic/genomic TSP-like problems -- Multilocus genetic mapping -- Multilocus consensus genetic mapping : formulation, model and algorithms -- TSP-like problem in physical mapping (PMP).…”
    Full text (MFA users only)
    Electronic eBook
  19. 99

    Kernel methods for pattern analysis by Shawe-Taylor, John

    Published 2004
    Table of Contents: “…Cover; Half-title; Title; Copyright; Contents; Code fragments; Preface; 1 Pattern analysis; 2 Kernel methods: an overview; 3 Properties of kernels; 4 Detecting stable patterns; 5 Elementary algorithms in feature space; 6 Pattern analysis using eigen-decompositions; 7 Pattern analysis using convex optimisation; 8 Ranking, clustering and data visualisation; 9 Basic kernels and kernel types; 10 Kernels for text; 11 Kernels for structured data: strings, trees, etc.; 12 Kernels from generative models; Appendix A Proofs omitted from the main text; A.1 Proof of McDiarmid's theorem.…”
    Full text (MFA users only)
    Electronic eBook
  20. 100

    Conceptual data modeling and database design : a fully algorithmic approach / by Mancas, Christian

    Published 2015
    Subjects: “…Computer algorithms.…”
    Full text (MFA users only)
    Electronic eBook