Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

String Algorithms in C: Efficient Text Representation and Search, Mailund Thomas


Варианты приобретения
Цена: 9083.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Mailund Thomas   (Томас Майлунд)
Название:  String Algorithms in C: Efficient Text Representation and Search
Перевод названия: Томас Майлунд: Строковые алгоритмы в C. Эффективное представление текста и поиск
ISBN: 9781484259191
Издательство: Springer
Классификация:


ISBN-10: 148425919X
Обложка/Формат: Paperback
Страницы: 293
Вес: 0.53 кг.
Дата издания: 29.08.2020
Язык: English
Издание: 1st ed.
Иллюстрации: 89 illustrations, black and white; ix, 293 p. 89 illus.
Размер: 25.40 x 17.78 x 1.63 cm
Читательская аудитория: Professional & vocational
Подзаголовок: For text search, data science, and data access
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: 1. Introduction.- 2. Classical Algorithms for Exact Search 3. Suffix Trees4. Suffix Arrays 5. Approximate Search6. ConclusionsAppendix A: VectorsAppendix B: ListsAppendix C: Queues


Algorithms and Applications for Academic Search, Recommendation and Quantitative Association Rule Mining

Автор: Emmanouil Amolochitis
Название: Algorithms and Applications for Academic Search, Recommendation and Quantitative Association Rule Mining
ISBN: 8793609647 ISBN-13(EAN): 9788793609648
Издательство: Taylor&Francis
Рейтинг:
Цена: 11789.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Algorithms and Applications for Academic Search, Recommendation and Quantitative Association Rule Mining presents novel algorithms for academic search, recommendation and association rule mining that have been developed and optimized for different commercial as well as academic purpose systems. Along with the design and implementation of algorithms, a major part of the work presented in the book involves the development of new systems both for commercial as well as for academic use. In the first part of the book the author introduces a novel hierarchical heuristic scheme for re-ranking academic publications retrieved from standard digital libraries. The scheme is based on the hierarchical combination of a custom implementation of the term frequency heuristic, a time-depreciated citation score and a graph-theoretic computed score that relates the paper’s index terms with each other. In order to evaluate the performance of the introduced algorithms, a meta-search engine has been designed and developed that submits user queries to standard digital repositories of academic publications and re-ranks the top-n results using the introduced hierarchical heuristic scheme. In the second part of the book the design of novel recommendation algorithms with application in different types of e-commerce systems are described. The newly introduced algorithms are a part of a developed Movie Recommendation system, the first such system to be commercially deployed in Greece by a major Triple Play services provider. The initial version of the system uses a novel hybrid recommender (user, item and content based) and provides daily recommendations to all active subscribers of the provider (currently more than 30,000). The recommenders that we are presenting are hybrid by nature, using an ensemble configuration of different content, user as well as item-based recommenders in order to provide more accurate recommendation results.The final part of the book presents the design of a quantitative association rule mining algorithm. Quantitative association rules refer to a special type of association rules of the form that antecedent implies consequent consisting of a set of numerical or quantitative attributes. The introduced mining algorithm processes a specific number of user histories in order to generate a set of association rules with a minimally required support and confidence value. The generated rules show strong relationships that exist between the consequent and the antecedent of each rule, representing different items that have been consumed at specific price levels. This research book will be of appeal to researchers, graduate students, professionals, engineers and computer programmers.

Space-Efficient Data Structures, Streams, and Algorithms

Автор: Andrej Brodnik; Alejandro Lopez-Ortiz; Venkatesh R
Название: Space-Efficient Data Structures, Streams, and Algorithms
ISBN: 3642402720 ISBN-13(EAN): 9783642402722
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: ГЇВїВЅ This Festschrift volume, published in honor of J. Ian Munro, presents a good overall perspective of the last 40 years of research in algorithms and data structures. It also explores the future prospects in algorithm research.

Data Structures and Efficient Algorithms

Автор: Burkhard Monien; Thomas Ottmann
Название: Data Structures and Efficient Algorithms
ISBN: 3540554882 ISBN-13(EAN): 9783540554882
Издательство: Springer
Рейтинг:
Цена: 10480.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This volume contains a series of research papers which address fundamental data structures, computational geometry, graph algorithms, computer graphics, spatial databases, the design of parallel architectures and routeing strategies and the design of distributed algorithms for solving problems.

Efficient Algorithms for Discrete Wavelet Transform

Автор: Shukla KK
Название: Efficient Algorithms for Discrete Wavelet Transform
ISBN: 1447149408 ISBN-13(EAN): 9781447149408
Издательство: Springer
Рейтинг:
Цена: 5589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Due to its inherent time-scale locality characteristics, the discrete wavelet transform (DWT) has received considerable attention in signal/image processing. In the multistage DWT, coefficients are calculated recursively, and in addition to the wavelet decomposition stage, extra space is required to store the intermediate coefficients.

Efficient Parallel Algorithms

Автор: Gibbons
Название: Efficient Parallel Algorithms
ISBN: 0521388414 ISBN-13(EAN): 9780521388412
Издательство: Cambridge Academ
Рейтинг:
Цена: 7602.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: An introduction to the field of efficient parallel algorithms and to the techniques for efficient parallelization. It is self-contained and presumes no special knowledge of parallel computers or particular mathematics.

Programming Algorithms in LISP: Writing Efficient Programs with Examples in ANSI Common LISP

Автор: Domkin Vsevolod
Название: Programming Algorithms in LISP: Writing Efficient Programs with Examples in ANSI Common LISP
ISBN: 1484264274 ISBN-13(EAN): 9781484264270
Издательство: Springer
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: IntroductionAlgorithmic ComplexityA Crash Course in LispEssential Data StructuresArraysLinked ListsKey-ValuesDerivative Data StructuresTreesGraphsStringsSelected AlgorithmsApproximationCompressionSynchronizationAfterword

Efficient Algorithms for Global Optimization Methods in Computer Vision

Автор: Andr?s Bruhn; Thomas Pock; Xue-Cheng Tai
Название: Efficient Algorithms for Global Optimization Methods in Computer Vision
ISBN: 3642547737 ISBN-13(EAN): 9783642547737
Издательство: Springer
Рейтинг:
Цена: 5590.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the thoroughly refereed post-conference proceedings of the International Dagstuhl-Seminar on Efficient Algorithms for Global Optimization Methods in Computer Vision, held in Dagstuhl Castle, Germany, in November 2011.

Efficient Predictive Algorithms for Image Compression

Автор: Lu?s Filipe Ros?rio Lucas; Eduardo Ant?nio Barros
Название: Efficient Predictive Algorithms for Image Compression
ISBN: 3319511793 ISBN-13(EAN): 9783319511795
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book discusses efficient prediction techniques for the current state-of-the-art High Efficiency Video Coding (HEVC) standard, focusing on the compression of a wide range of video signals, such as 3D video, Light Fields and natural images.

C# Data Structures and Algorithms: Explore the possibilities of C# for developing a variety of efficient applications

Автор: Jamro Marcin
Название: C# Data Structures and Algorithms: Explore the possibilities of C# for developing a variety of efficient applications
ISBN: 1788833732 ISBN-13(EAN): 9781788833738
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures.

Integer Linear Programming in Computational and Systems Biology: An Entry-Level Text and Course

Автор: Dan Gusfield
Название: Integer Linear Programming in Computational and Systems Biology: An Entry-Level Text and Course
ISBN: 1108421768 ISBN-13(EAN): 9781108421768
Издательство: Cambridge Academ
Рейтинг:
Цена: 9029.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Integer linear programming is a versatile modeling and optimization technique with potential to transform biological computation. This hands-on text, designed for students, researchers, and professionals in both biology and computational fields, demonstrates applications in genomics, RNA and protein folding, DNA sequencing, phylogenetics, and more.

Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics

Автор: Thomas St?tzle; Mauro Birattari; Holger H. Hoos
Название: Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics
ISBN: 364203750X ISBN-13(EAN): 9783642037504
Издательство: Springer
Рейтинг:
Цена: 9781.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: SLS methods include a wide spectrum of te- niques, ranging from constructive search procedures and iterative improvement algorithms to more complex SLS methods, such as ant colony optimization, evolutionary computation, iterated local search, memetic algorithms, simulated annealing, tabu search, and variable neighborhood search.

Search and Optimization by Metaheuristics: Techniques and Algorithms Inspired by Nature

Автор: Du Ke-Lin, Swamy M. N. S.
Название: Search and Optimization by Metaheuristics: Techniques and Algorithms Inspired by Nature
ISBN: 331982290X ISBN-13(EAN): 9783319822907
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Preface.- Introduction.- Simulated Annealing.- Optimization by Recurrent Neural Networks.- Genetic Algorithms and Genetic Programming.- Evolutionary Strategies.- Differential Evolution.- Estimation of Distribution Algorithms.- Mimetic Algorithms.- Topics in EAs.- Particle Swarm Optimization.- Artificial Immune Systems.- Ant Colony Optimization.- Tabu Search and Scatter Search.- Bee Metaheuristics.- Harmony Search.- Biomolecular Computing.- Quantum Computing.- Other Heuristics-Inspired Optimization Methods.- Dynamic, Multimodal, and Constraint-Satisfaction Optimizations.- Multiobjective Optimization.- Appendix 1: Discrete Benchmark Functions.- Appendix 2: Test Functions.- Index.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия