Search Results - (((((((ant OR win) OR santis) OR find) OR cantor) OR anne) OR shared) OR hints) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 58
- Mathematics 37
- Artificial intelligence 35
- Mathematical models 35
- Machine learning 32
- Algorithms 30
- algorithms 30
- Data mining 26
- Mathematical optimization 23
- Computer algorithms 22
- Computer networks 22
- Management 21
- artificial intelligence 21
- Information technology 19
- methods 19
- Big data 18
- Research 17
- Technological innovations 17
- Signal processing 15
- Digital techniques 14
- Artificial Intelligence 13
- Bioinformatics 13
- Social aspects 13
- Computer science 12
- Data Mining 11
- Python (Computer program language) 11
- R (Computer program language) 11
- Computer programming 10
- Development 10
- Diseases 10
Search alternatives:
-
41
-
42
Metaheuristic optimization for the design of automatic control laws
Published 2013Table of Contents: “…Ant colony optimization…”
Full text (MFA users only)
Electronic eBook -
43
Optimization of Computer Networks : Modeling and Algorithms: a Hands-On Approach.
Published 2016Table of Contents: “…7.1 Introduction -- 7.2 Node Location Problems -- 7.3 Full Topology Design Problems -- 7.4 Multilayer Network Design -- 7.5 Notes and Sources -- 7.6 Exercises -- References -- Part Two: Algorithms -- Chapter 8: Gradient Algorithms in Network Design -- 8.1 Introduction -- 8.2 Convergence Rates -- 8.3 Projected Gradient Methods -- 8.4 Asynchronous and Distributed Algorithm Implementations -- 8.5 Non-Smooth Functions -- 8.6 Stochastic Gradient Methods -- 8.7 Stopping Criteria -- 8.8 Algorithm Design Hints -- 8.9 Notes and Sources -- 8.10 Exercises -- References…”
Full text (MFA users only)
Electronic eBook -
44
Parsing schemata for practical text analysis
Published 2010Full text (MFA users only)
Electronic eBook -
45
Polynomial root-finding and polynomiography
Published 2009Table of Contents: “…Approximation of square-roots and their visualizations -- The fundamental theorem of algebra and a special case of Taylor's theorem -- Introduction to the basic family and polynomiography -- Equivalent formulations of the basic family -- Basic family as dynamical system -- Fixed points of the basic family -- Algebraic derivation of the basic family and characterizations -- The truncated basic family and the case of Halley family -- Characterizations of solutions of homogeneous linear recurrence relations -- Generalization of Taylor's theorem and Newton's method -- The multipoint basic family and its order of convergence -- A computational study of the multipoint basic family -- A general determinantal lower bound -- Formulas for approximation of pi based on root-finding algorithms -- Bounds on roots of polynomials and analytic functions -- A geometric optimization and its algebraic offsprings -- Polynomiography : algorithms for visualization of polynomial equations -- Visualization of homogeneous linear recurrence relations -- Applications of polynomiography in art, education, science, and mathematics -- Approximation of square-roots revisited -- Further applications and extensions of the basic family and polynomiography.…”
Full text (MFA users only)
Electronic eBook -
46
-
47
-
48
Introduction to programming : learn to program in Java with data structures, algorithms, and logic
Published 2018Full text (MFA users only)
Electronic eBook -
49
Systematic Screening for Active Tuberculosis : Principles and Recommendations
Published 2013Table of Contents: “…Rationale and objectives of screening for active TB; 3.1 Challenges to TB care and control; Large pool of undetected TB; Limitations of passive case-finding using sputum-smear microscopy; Reaching the poorest people more effectively; Detecting TB early in other vulnerable groups.…”
Full text (MFA users only)
Electronic eBook -
50
Simple adaptive strategies : from regret-matching to uncoupled dynamics
Published 2013Full text (MFA users only)
Electronic eBook -
51
Computer Vision : Principles, Algorithms, Applications, Learning.
Published 2017Full text (MFA users only)
Electronic eBook -
52
Applications of multi-objective evolutionary algorithms
Published 2004Full text (MFA users only)
Electronic eBook -
53
Network and discrete location : models, algorithms, and applications
Published 2013Full text (MFA users only)
Electronic eBook -
54
-
55
Standard colorimetry : definitions, algorithms, and software
Published 2016Full text (MFA users only)
Electronic eBook -
56
Sharing economy and big data analytics
Published 2020Table of Contents: “…The Sharing Economy or the Emergence of a New Business Model. …”
Full text (MFA users only)
Electronic eBook -
57
Poems that solve puzzles : the history and science of algorithms
Published 2020Table of Contents: “…Cover -- POEMS THAT SOLVE PUZZLES -- Copyright -- Dedication -- Foreword -- About the Author -- Contents -- Introduction -- The Trainee Librarian -- The Algorithm Machine -- 1 Ancient Algorithms -- Etched in Clay -- Uncovered at Last -- Elegance and Beauty -- Finding Primes -- 2 Ever-Expanding Circles -- Wheels Within Wheels -- World Records -- The Art of Reckoning -- Waves Upon Waves -- 3 Computer Dreams -- A Clockwork Computer -- The Turing Machine -- 4 Weather Forecasts -- Numerical Forecasts -- ENIAC -- Monte Carlo -- Computer Forecasts -- Chaos -- Long-Range Forecasts…”
Full text (MFA users only)
Electronic eBook -
58
Uberland : how algorithms are rewriting the rules of work
Published 2018Table of Contents: “…Introduction : using an app to go to work-Uber as a symbol of the new economy -- Workers as digital pawns : how Uber uses the sharing economy to exploit everyone -- Motivations to drive : how Uber creates jobs for many at the expense of a few -- Grandiose promises : how Uber proposes entrepreneurship to the masses -- The shady middleman : how Uber plays broker to line its pockets -- Behind the curtain : how Uber rules drivers with algorithms -- In the big leagues : how Uber plays ball -- Conclusion : the new age of Uber-how technology consumption rewrote the rules of work -- Appendix 1. methodology : how I studied Uber -- Appendix 2. ridehailing beyond Uber : meet Lyft, the younger twin.…”
Full text (MFA users only)
Electronic eBook -
59
Meta-heuristic and evolutionary algorithms for engineering optimization
Published 2017Table of Contents: “…Overview of optimization -- Introduction to meta-heuristic and evolutionary algorithms -- Pattern search (PS) -- Genetic algorithm (GA) -- Simulated annealing (SA) -- Tabu search (TS) -- Ant colony optimization (ACO) -- Particle swarm optimization (PSO) -- Differential evolution (DE) -- Harmony search (HS) -- Shuffled frog-leaping algorithm (SFLA) -- Honey-bee mating optimization (HBMO) -- Invasive weed optimization (IWO) -- Central force optimization (CFO) -- Biogeography-based optimization (BBO) -- Firefly algorithm (FA) -- Gravity search algorithm (GSA) -- Bat algorithm (BA) -- Plant propagation algorithm (PPA) -- Water cycle algorithm (WCA) -- Symbiotic organisms search (SOS) -- Comprehensive evolutionary algorithm (CEA).…”
Full text (MFA users only)
Electronic eBook -
60
Learning JavaScript Data Structures and Algorithms : Write complex and powerful JavaScript code using the latest ECMAScript, 3rd Edition.
Published 2018Table of Contents: “…Using the @@iterator objectArray entries, keys, and values; Using the from method; Using the Array.of method; Using the fill method; Using the copyWithin method; Sorting elements; Custom sorting; Sorting strings; Searching; ECMAScript 2015 -- the find and findIndex methods; ECMAScript 2016 -- using the includes method; Outputting the array into a string; The TypedArray class; Arrays in TypeScript; Summary; Chapter 4: Stacks; Creating a JavaScript data structure and algorithm library; The stack data structure; Creating an array-based Stack class; Pushing elements to the stack.…”
Full text (MFA users only)
Electronic eBook