HOME > 상세정보

상세정보

Information retrieval : algorithms and heuristics

Information retrieval : algorithms and heuristics (5회 대출)

자료유형
단행본
개인저자
Grossman, David A., 1965- Frieder, Ophir.
서명 / 저자사항
Information retrieval : algorithms and heuristics / David A. Grossman, Ophir Frieder.
발행사항
Boston :   Kluwer,   c1998.  
형태사항
xvi, 254 p. : ill. ; 25 cm.
총서사항
Kluwer international series in engineering and computer science ; SECS 461
ISBN
0792382714 (alk. paper)
서지주기
Includes bibliographical references (p. [231]-252) and index.
일반주제명
Information storage and retrieval systems. Information storage and retrieval systems.
000 01057camuu2200289 a 4500
001 000000823640
005 20030805094341
008 980716s1998 maua b 001 0 eng
010 ▼a 98030435
015 ▼a GB98-73361
020 ▼a 0792382714 (alk. paper)
040 ▼a DLC ▼c DLC ▼d UKM ▼d OHX ▼d 211009
049 1 ▼l 121082435 ▼f 과학 ▼l 121082436 ▼f 과학
050 0 0 ▼a Z667 ▼b .G76 1998
072 7 ▼a QA ▼2 lcco
082 0 0 ▼a 005.74 ▼2 21
090 ▼a 005.74 ▼b G878i
100 1 ▼a Grossman, David A., ▼d 1965-
245 1 0 ▼a Information retrieval : ▼b algorithms and heuristics / ▼c David A. Grossman, Ophir Frieder.
260 ▼a Boston : ▼b Kluwer, ▼c c1998.
300 ▼a xvi, 254 p. : ▼b ill. ; ▼c 25 cm.
440 0 ▼a Kluwer international series in engineering and computer science ; ▼v SECS 461
504 ▼a Includes bibliographical references (p. [231]-252) and index.
650 0 ▼a Information storage and retrieval systems.
650 4 ▼a Information storage and retrieval systems.
700 1 ▼a Frieder, Ophir.

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 과학도서관/Sci-Info(2층서고)/ 청구기호 005.74 G878i 등록번호 121082435 (2회 대출) 도서상태 대출가능 반납예정일 예약 서비스 B M
No. 2 소장처 과학도서관/Sci-Info(2층서고)/ 청구기호 005.74 G878i 등록번호 121082436 (3회 대출) 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

책소개

Information Retrieval: Algorithms and Heuristics is a comprehensive introduction to the study of information retrieval covering both effectiveness and run-time performance. The focus of the presentation is on algorithms and heuristics used to find documents relevant to the user request and to find them fast. Through multiple examples, the most commonly used algorithms and heuristics needed are tackled. To facilitate understanding and applications, introductions to and discussions of computational linguistics, natural language processing, probability theory and library and computer science are provided. While this text focuses on algorithms and not on commercial product per se, the basic strategies used by many commercial products are described. Techniques that can be used to find information on the Web, as well as in other large information collections, are included.
This volume is an invaluable resource for researchers, practitioners, and students working in information retrieval and databases. For instructors, a set of Powerpoint slides, including speaker notes, are available online from the authors.

Information Retrieval: Algorithms and Heuristics is a comprehensive introduction to the study of information retrieval covering both effectiveness and run-time performance. The focus of the presentation is on algorithms and heuristics used to find documents relevant to the user request and to find them fast. Through multiple examples, the most commonly used algorithms and heuristics needed are tackled. To facilitate understanding and applications, introductions to and discussions of computational linguistics, natural language processing, probability theory and library and computer science are provided. While this text focuses on algorithms and not on commercial product per se, the basic strategies used by many commercial products are described. Techniques that can be used to find information on the Web, as well as in other large information collections, are included.
This volume is an invaluable resource for researchers, practitioners, and students working in information retrieval and databases. For instructors, a set of Powerpoint slides, including speaker notes, are available online from the authors.


정보제공 : Aladin

목차


CONTENTS

List of Figures = ⅶ

Preface = ⅸ

Acknowledgments = xv

1. INTRODUCTION = 1

2. RETRIEVAL STRATEGIES = 1

 2.1 Vector Space Model = 13

 2.2 Probabilistic Retrieval strategies = 22

 2.3 Inference Networks = 48

 2.4 Extended Boolean Retrieval = 58

 2.5 Latent Semantic Indexing = 60

 2.6 Neural Networks = 64

 2.7 Genetic Algorithms = 70

 2.8 Fuzzy Set Retrieval = 74

 2.9 Summary = 80

 2.10 Exercises = 81

3. RETRIEVAL UTILITIES = 83

 3.1 Relevance Feedback = 84

 3.2 Clustering = 94

 3.3 Passage-based Retrieval = 100

 3.4 N-grams = 102

 3.5 Regression analysis = 106

 3.6 Thesauri = 108

 3.7 Semantic Networks = 118

 3.8 Parsing = 125

 3.9 Summary = 131

 3.10 Exercises = 131

4. EFFICIENCY ISSUES PERTAINING TO SEQUENTIAL IR SYSTEMS = 133

 4.1 Inverted Index = 134

 4.2 Query Processing = 142

 4.3 Signature Files = 146

 4.4 Summary = 149

 4.5 Exercises = 150

5. INTEGRATING STRUCTURED DATA AND TEXT = 153

 5.1 Review of the Relational Model = 157

 5.2 A historical Progression = 163

 5.3 Information Retrieval functionality Using the Relational Model = 168

 5.4 Boolean Retrieval = 176

 5.5 Proximity Searches = 179

 5.6 Computing Relevance Using Unchanged SQL = 181

 5.7 Relevance Feedback in the Relational Model = 183

 5.8 Summary = 184

 5.9 Exercises = 184

6. PARALLEL INFORMATION RETRIEVAL SYSTEMS = 185

 6.1 Parallel Text Scanning = 186

 6.2 Parallel Indexing = 191

 6.3 Parrllel Implementation of Clustering and Classification = 198

 6.4 Summary = 198

 6.5 Exercises = 199

7. DISTRIBUTED INFORMATION RETRIEVAL = 201

 7.1 A Theoretical Model of Distributed IR = 202

 7.2 Replication in Distributed IR Systems = 206

 7.3 Implementation Issues of a Distributed IR System = 209

 7.4 Improving Performance of Web-based IR Systems = 212

 7.5 Web Search Engines = 214

 7.6 Summary = 217

 7.7 Exercises = 219

8. THE TEXT RETRIEVAL CONFERENCE (TREC) = 221

9. FUTURE DIRECTIONS = 227

References = 231

Index = 253



관련분야 신착자료

Harvard Business Review (2025)