Search Results - (((((((ant OR dkantea) OR want) OR data) OR cantor) OR anne) OR halten) OR patterns) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 250
- Mathematical models 146
- Mathematics 119
- Machine learning 105
- Artificial intelligence 104
- Algorithms 82
- Data mining 78
- algorithms 77
- artificial intelligence 68
- Computer algorithms 55
- Computer networks 53
- methods 50
- Technological innovations 44
- Digital techniques 43
- Data Mining 42
- Artificial Intelligence 41
- Big data 41
- Computer simulation 41
- Electronic data processing 39
- Statistical methods 39
- Mathematical optimization 38
- Python (Computer program language) 38
- Research 38
- Signal processing 38
- Bioinformatics 36
- Computer science 36
- Information technology 36
- Security measures 36
- Image processing 34
- Management 32
Search alternatives:
- dkantea »
-
1
Kernel methods for pattern analysis
Published 2004Table 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 -
2
Pattern Recognition.
Published 2008Table of Contents: “…Front Cover; Pattern Recognition; Copyright Page; Contents; Preface; Chapter 1 Introduction; Chapter 2 Classifiers Based on Bayes Decision Theory; Chapter 3 Linear Classifiers; Chapter 4 Nonlinear Classifiers; Chapter 5 Feature Selection; Chapter 6 Feature Generation I: Data Transformation and Dimensionality Reduction; Chapter 7 Feature Generation II; Chapter 8 Template Matching; Chapter 9 Context-Dependent Classification; Chapter 10 Supervised Learning: The Epilogue; Chapter 11 Clustering: Basic Concepts; Chapter 12 Clustering Algorithms I: Sequential Algorithms.…”
Full text (MFA users only)
Electronic eBook -
3
Fundamental Data Compression.
Published 2005Table of Contents: “…Introduction; Chapter 2. Coding symbolic data; Chapter 3. Run-length algorithms; Chapter 4. …”
Full text (MFA users only)
Electronic eBook -
4
Open Data Structures : an Introduction.
Published 2014Subjects: “…Data structures.…”
Full text (MFA users only)
Electronic eBook -
5
Data Mining Algorithms : Explained Using R.
Published 2014Table of Contents: “…1.4.1 Target function1.4.2 Training set; 1.4.3 Model; 1.4.4 Performance; 1.4.5 Generalization; 1.4.6 Overfitting; 1.4.7 Algorithms; 1.5 Clustering; 1.5.1 Motivation; 1.5.2 Training set; 1.5.3 Model; 1.5.4 Crisp vs. soft clustering; 1.5.5 Hierarchical clustering; 1.5.6 Performance; 1.5.7 Generalization; 1.5.8 Algorithms; 1.5.9 Descriptive vs. predictive clustering; 1.6 Practical issues; 1.6.1 Incomplete data; 1.6.2 Noisy data; 1.7 Conclusion; 1.8 Further readings; References; Chapter 2 Basic statistics; 2.1 Introduction; 2.2 Notational conventions; 2.3 Basic statistics as modeling.…”
Full text (MFA users only)
Electronic eBook -
6
Meta-Algorithmics : Patterns for Robust, Low Cost, High Quality Systems.
Published 2013Table of Contents: “…2.4.4 Meta-algorithmics and Data Collection2.4.5 Meta-algorithmics and Software Development; 2.5 Summary; References; 3 Domain Areas: Where Are These Relevant?…”
Full text (MFA users only)
Electronic eBook -
7
Derivatives algorithms. Volume 1, Bones
Published 2010Table of Contents: “…Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. …”
Full text (MFA users only)
Electronic eBook -
8
Data Clustering : Algorithms and Applications.
Published 2013Table of Contents: “…Front Cover; Contents; Preface; Editor Biographies; Contributors; Chapter 1: An Introduction to Cluster Analysis; Chapter 2: Feature Selection for Clustering: A Review; Chapter 3: Probabilistic Models for Clustering; Chapter 4: A Survey of Partitional and Hierarchical Clustering Algorithms; Chapter 5: Density-Based Clustering; Chapter 6: Grid-Based Clustering; Chapter 7: Nonnegative Matrix Factorizations for Clustering: A Survey; Chapter 8: Spectral Clustering; Chapter 9: Clustering High-Dimensional Data; Chapter 10: A Survey of Stream Clustering Algorithms; Chapter 11: Big Data Clustering.…”
Full text (MFA users only)
Electronic eBook -
9
Responsible Data Science : transparency and fairness in algorithms /
Published 2021Table of Contents: “…Data-Centric Models 20 -- Holdout Sample and Cross-Validation 20 -- Overfitting 21 -- Unsupervised Learning 22 -- The Ethical Challenge of Black Boxes 23 -- Two Opposing Forces 24 -- Pressure for More Powerful AI 24 -- Public Resistance and Anxiety 24 -- Summary 25 -- Chapter 2 Background: Modeling and the Black-Box Algorithm 27 -- Assessing Model Performance 27 -- Predicting Class Membership 28 -- The Rare Class Problem 28 -- Lift and Gains 28 -- Area Under the Curve 29 -- AUC vs. …”
Full text (MFA users only)
Electronic eBook -
10
Ant Colony Optimization and Constraint Programming.
Published 2013Table of Contents: “…Constraint programming; 1.1.2. Ant colony optimization; 1.1.3. Constraint programming with ant colony optimization; Chapter 2. …”
Full text (MFA users only)
Electronic eBook -
11
Advanced Data Structures and Algorithms : Learn How to Enhance Data Processing with More Complex and Advanced Data Structures.
Published 2023Subjects: “…Computer algorithms.…”
Full text (MFA users only)
Electronic eBook -
12
C++ Data Structures and Algorithms : Learn how to write efficient code to build scalable and robust applications in C++.
Published 2018Table of Contents: “…Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Learning Data Structures and Algorithms in C++; Technical requirements; Introduction to basic C++; Creating your first code in C++; Enhancing code development experience with IDE; Defining the variables using fundamental data types; Controlling the flow of the code; Conditional statement; Loop statement; Leveraging the variable capability using advanced data types; Developing abstract data types; Applying C++ classes to build user-defined ADTs; Playing with templates.…”
Full text (MFA users only)
Electronic eBook -
13
Combining pattern classifiers : methods and algorithms /
Published 2014Table of Contents: “…-- Notes -- Acknowledgements -- 1 Fundamentals of Pattern Recognition -- 1.1 Basic Concepts: Class, Feature, Data Set -- 1.2 Classifier, Discriminant Functions, Classification Regions -- 1.3 Classification Error and Classification Accuracy -- 1.4 Experimental Comparison of Classifiers -- 1.5 Bayes Decision Theory -- 1.6 Clustering and Feature Selection -- 1.7 Challenges of Real-Life Data -- Appendix…”
Full text (MFA users only)
Electronic eBook -
14
Conceptual data modeling and database design : a fully algorithmic approach /
Published 2015Full text (MFA users only)
Electronic eBook -
15
-
16
Bistatic SAR data processing algorithms /
Published 2013Table of Contents: “…3.2 Radar Equation of Bistatic SAR3.3 Spatial Resolution of Bistatic SAR; 3.4 Summary; References; Chapter 4: Echo Simulation of Bistatic SAR; 4.1 Introduction; 4.2 Traditional Monostatic SAR Raw Data Simulation; 4.3 Raw Data Simulation for Translational Invariant Bistatic SAR; 4.4 Summary; References; Chapter 5: Imaging Algorithms for Translational Invariant Bistatic SAR; 5.1 Introduction; 5.2 Imaging Algorithms Based on Monostatic Transform; 5.3 Imaging Algorithms Based on Range History Simplification; 5.4 Imaging Algorithms Based on Analytical Explicit Spectrums.…”
Full text (MFA users only)
Electronic eBook -
17
Beginning Java data structures and algorithms : sharpen your problem solving skills by learning core computer science concepts in a pain-free manner /
Published 2018Table of Contents: “…Beginning Java data structures and algorithms : sharpen your problem solving skills by learning core computer science concepts in a pain-free manner -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Algorithms and Complexities -- Chapter 2: Sorting Algorithms and Fundamental Data Structures -- Chapter 3: Hash Tables and Binary Search Trees -- Chapter 4: Algorithm Design Paradigms -- Chapter 5: String Matching Algorithms -- Chapter 6: Graphs, Prime Numbers, and Complexity Classes -- Other Books You May Enjoy -- Index.…”
Full text (MFA users only)
Electronic eBook -
18
Genetic Algorithms + Data Structures = Evolution Programs /
Published 1994Subjects: “…Algorithms.…”
Full text (MFA users only)
Electronic eBook -
19
C# Data Structures and Algorithms : Explore the possibilities of C# for developing a variety of efficient applications.
Published 2018Table of Contents: “…Prim's algorithmExample -- telecommunication cable; Coloring; Example -- voivodeship map; Shortest path; Example -- game map; Summary; Chapter 7: Summary; Classification of data structures; Diversity of applications; Arrays; Lists; Stacks; Queues; Dictionaries; Sets; Trees; Heaps; Graphs; The last word; Other Books You May Enjoy; Index.…”
Full text (MFA users only)
Electronic eBook -
20