Search Results - "algorithms"

  1. 41
  2. 42

    Machine Vision : Theory, Algorithms, Practicalities. by Davies, E. R.

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

    The golden ticket : P, NP, and the search for the impossible by Fortnow, Lance, 1963-

    Published 2013
    Subjects: “…Algorithms…”
    Full text (MFA users only)
    Electronic eBook
  4. 44

    Swarm intelligence and bio-inspired computation : theory and applications

    Published 2013
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  5. 45

    Stabilisation and Motion Control of Unstable Objects by Formalʹskiĭ, A. M. (Aleksandr Moiseevich)

    Published 2015
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  6. 46

    Systematic Trading : a Practical Guide to Algorithmic Investment Strategies / by Chan, Ernest P., 1966-

    Published 2016
    Table of Contents: “…Preface ix CHAPTER 1 The Basics of Algorithmic Trading 1 CHAPTER 2 Factor Models 27 CHAPTER 3 Time-Series Analysis 59 CHAPTER 4 Artificial Intelligence Techniques 83 CHAPTER 5 Options Strategies 119 CHAPTER 6 Intraday Trading and Market Microstructure 159 CHAPTER 7 Bitcoins 201 CHAPTER 8 Algorithmic Trading Is Good for Body and Soul 215 Bibliography 227 About the Author 235 Index 237.…”
    Full text (MFA users only)
    Electronic eBook
  7. 47

    Introduction to cryptography by Padhye, Sahadeo, Sahu, Rajeev A., Saraswat, Vishal

    Published 2018
    Table of Contents: “…2.3.5 Field Construction using Generator2.4 Exercises; 3 Number Theory; 3.1 Prime Numbers; 3.2 Cardinality of Primes; 3.3 Extended Euclidean Algorithm; 3.4 Congruences; 3.4.1 Solving Linear Congruence in Zn; 3.4.2 Chinese Remainder Theorem (CRT); 3.5 Integer Factorization Problem; 3.5.1 Trial Division Method; 3.5.2 Fermat's Method; 3.5.3 Pollard's p -- 1 Method; 3.5.4 Pollard's Rho Method; 3.5.5 Quadratic Sieve; 3.5.6 Number Field Sieve; 3.6 Primality Testing; 3.6.1 Sieve of Eratosthenes; 3.6.2 Divisibility Algorithm; 3.6.3 AKS Algorithm; 3.6.4 Fermat Test; 3.6.5 Miller-Rabin Algorithm.…”
    Full text (MFA users only)
    Electronic eBook
  8. 48

    The Analysis of Selected Algorithms for the Stochastic Paradigm by Jaoudé, Abdo Abou

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

    Algorithmic techniques for the polymer sciences / by Tice, Bradley S.

    Published 2015
    Table of Contents: “…Front Cover; About the Editor; Preface; Contents; Introduction; Review of the Literature; Chapter 1: Polymers; Chapter 2: Compression of Data; Chapter 3: Natural Language Compression; Chapter 4: Formal Language Compression; Chapter 5: Types of Compression Programs; Chapter 6: Algorithmic Compression; Chapter 7: Chemical Formulas; Chapter 8: Fischer Projection; Chapter 9: Compression of Polymers; Chapter 10: Line Notation Systems and Compression; Chapter 11: Current Trends in Research; Chapter 12: Big Data; Chapter 13: Modeling Complexity in Molecular Systems: A Revised Edition.…”
    Full text (MFA users only)
    Electronic eBook
  10. 50

    Support vector machine in chemistry

    Published 2004
    Table of Contents: “…Kernel functions: technique for nonlinear data processing by linear algorithm. 1.7. Support vector regression: regression based on principle of statistical learning theory. 1.8. …”
    Full text (MFA users only)
    Electronic eBook
  11. 51

    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
  12. 52

    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
  13. 53

    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
  14. 54

    Evolutionary optimization algorithms / by Simon, Dan, 1960-

    Published 2013
    Table of Contents: “…Cover; Title Page; Copyright Page; SHORT TABLE OF CONTENTS; DETAILED TABLE OF CONTENTS; Acknowledgments; Acronyms; List of Algorithms; PART I INTRODUCTION TO EVOLUTIONARY OPTIMIZATION; 1 Introduction; 1.1 Terminology; 1.2 Why Another Book on Evolutionary Algorithms?…”
    Full text (MFA users only)
    Electronic eBook
  15. 55

    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
  16. 56

    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
  17. 57

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

    Published 2013
    Subjects: “…Algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  18. 58

    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
  19. 59

    Pathway modeling and algorithm research /

    Published 2011
    Table of Contents: “…PATHWAY MODELING AND ALGORITHM RESEARCH; PATHWAY MODELING AND ALGORITHM RESEARCH; Contents; Preface; Biological Pathways and Their Modeling; Abstract; 1. …”
    Full text (MFA users only)
    Electronic eBook
  20. 60

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

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