Search Results - (((((((ant OR kokontis) OR wants) OR hints) OR cantor) OR anne) OR find) OR wanting) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 49
- Machine learning 35
- Artificial intelligence 30
- Mathematical models 29
- Mathematics 28
- Data mining 27
- algorithms 25
- Algorithms 24
- Mathematical optimization 23
- artificial intelligence 21
- methods 20
- Computer algorithms 17
- Computer networks 16
- Python (Computer program language) 16
- Research 14
- Artificial Intelligence 13
- Digital techniques 13
- Data Mining 12
- Management 12
- Neural networks (Computer science) 12
- R (Computer program language) 12
- Signal processing 12
- Big data 11
- Bioinformatics 11
- Development 11
- Image processing 11
- Information technology 11
- Technological innovations 11
- Application software 10
- Diseases 10
Search alternatives:
-
161
-
162
-
163
Future Farming.
Published 2023Table of Contents: “…PROPOSED METHODOLOGY -- Pre-processing -- Leaf Image from Plants -- Segmentation Model Using Improved Canny Algorithm -- Steps of Improved Canny Algorithm -- Leaf Image Feature Selection Using Hybrid Black Widow Optimization Algorithm with Mayfly Optimization Algorithm (BWO-MA) -- Pseudo-Code of the Hybrid (BWO-MA) Algorithm -- Output: Objective Function's -RMSE -- Leaf Image Classification Using (BWO-MA) with ANN -- Hyper-Parameter Tuning With (BWO-MA) -- RESULT AND DISCUSSION -- Dataset Description -- Evaluation & Results -- CONCLUSION -- REFERENCES…”
Full text (MFA users only)
Electronic eBook -
164
Learning Boost C++ libraries : solve practical programming problems using powerful, portable, and expressive libraries from Boost
Published 2015Table of Contents: “…Shared ownership semanticsboost::shared_ptr and std::shared_ptr; Intrusive smart pointers -- boost::intrusive_ptr; shared_array; Managing non-memory resources using smart pointers; Self-test questions; Summary; References; Chapter 4: Working with Strings; Text processing with Boost String Algorithms library; Using Boost String Algorithms; Find algorithms; Case-conversion and trimming algorithms; The replace and erase algorithms; The split and join algorithms; Splitting text using the Boost Tokenizer library; Tokenizing based on separators…”
Full text (MFA users only)
Electronic eBook -
165
Modern optimization methods for science, engineering and technology
Published 2020Table of Contents: “…Implementing the traveling salesman problem using a modified ant colony optimization algorithm -- 5.1. ACO and candidate list -- 5.2. …”
Full text (MFA users only)
Electronic eBook -
166
Rough fuzzy image analysis : foundations and methodologies
Published 2010Table of Contents: “…1. Cantor, fuzzy, near, and rough sets in image analysis / James F. …”
Full text (MFA users only)
Electronic eBook -
167
Scala for Machine Learning - Second Edition.
Published 2017Full text (MFA users only)
Electronic eBook -
168
Ivor Horton's beginning Visual C++ 2012
Published 2012Table of Contents: “…Finding the Length of a Null-Terminated String --…”
Full text (MFA users only)
Electronic eBook -
169
Python unlocked : become more fluent in Python--learn strategies and techniques for smart and high-performance Python programming
Published 2015Table of Contents: “…Method resolution orderSuper's superpowers; Using language protocols in classes; Iteration protocol; Context manager protocol; Using abstract classes; Summary; Chapter 3: Functions and Utilities; Defining functions; Decorating callables; Utilities; Summary; Chapter 4: Data Structures and Algorithms; Python built-in data structures; Python library data structures; Third party data structures; Arrays/List; Binary tree; Sorted containers; Trie; Algorithms on scale; Summary; Chapter 5: Elegance with Design Patterns; Observer pattern; Strategy pattern; Singleton pattern; Template pattern.…”
Full text (MFA users only)
Electronic eBook -
170
Differential algebra and related topics - proceedings of the international workshop.
Published 2002Table of Contents: “…6 Reduction Algorithms 7 Rosenfeld Properties of an Autoreduced Set ; 8 Coherence and Rosenfeld's Lemma ; 9 Ritt-Raudenbush Basis Theorem ; 10 Decomposition Problems ; 11 Component Theorems ; 12 The Low Power Theorem ; Appendix: Solutions and hints to selected exercises ; References…”
Full text (MFA users only)
Electronic eBook -
171
Artificial Intelligence and Machine Learning Fundamentals : Develop Real-World Applications Powered by the Latest AI Advances.
Published 2018Table of Contents: “…Uninformed and Informed SearchCreating Heuristics; Admissible and Non-Admissible Heuristics; Heuristic Evaluation; Exercise 5: Tic-Tac-Toe Static Evaluation with a Heuristic Function; Using Heuristics for an Informed Search; Types of Heuristics; Pathfinding with the A* Algorithm; Exercise 6: Finding the Shortest Path to Reach a Goal; Exercise 7: Finding the Shortest Path Using BFS; Introducing the A* Algorithm; A* Search in Practice Using the simpleai Library; Game AI with the Minmax Algorithm and Alpha-Beta Pruning; Search Algorithms for Turn-Based Multiplayer Games; The Minmax Algorithm…”
Full text (MFA users only)
Electronic eBook -
172
-
173
Analysis of biological data : a soft computing approach
Published 2007Table of Contents: “…Feature selection for cancer classification using ant colony optimization and support vector machines / A. …”
Full text (MFA users only)
Electronic eBook -
174
Structured Matrices in Mathematics, Computer Science, and Engineering.
Published 2001Table of Contents: “…Contents -- Foreword -- Part V. Fast Algorithms -- The Schur algorithm for matrices with Hessenberg displacement structure -- Fast inversion algorithms for a class of block structured matrices -- A fast and stable solver for recursively semi-separable systems of linear equations -- Part VI. …”
Full text (MFA users only)
Full text (MFA users only)
Electronic eBook -
175
-
176
Machine learning with R quick start guide : a beginner's guide to implementing machine learning techniques from scratch using R 3.5
Published 2019Table of Contents: “…Accessing components and elements in a listData frames; Accessing elements in data frames; Functions of data frames; Importing or exporting data; Working with functions; Controlling code flow; All about R packages; Installing packages; Necessary packages; Taking further steps; Background on the financial crisis; Summary; Chapter 2: Predicting Failures of Banks -- Data Collection; Collecting financial data; Why FDIC?; Listing files; Finding files; Combining results; Removing tables; Knowing your observations; Handling duplications; Operating our problem; Collecting the target variable…”
Full text (MFA users only)
Electronic eBook -
177
Just Enough R! : an Interactive Approach to Machine Learning and Analytics.
Published 2020Full text (MFA users only)
Electronic eBook -
178
-
179
Quantum Bio-Informatics V : Proceedings of the Quantum Bio-Informatics 2011.
Published 2013Table of Contents: “…Introduction; 2. Simon's period-finding quantum algorithm; 2.1. Ingredients of Simon's quantum period finding algorithm (QPFA); 3. …”
Full text (MFA users only)
Electronic eBook -
180
The Complete Rust Programming Reference Guide : Design, Develop, and Deploy Effective Software Systems Using the Advanced Constructs of Rust.
Published 2019Table of Contents: “…Chapter 1: Getting Started with Rust -- Chapter 2: Managing Projects with Cargo -- Chapter 3: Tests, Documentation, and Benchmarks -- Chapter 4: Types, Generics, and Traits -- Chapter 5: Memory Management and Safety -- Chapter 6: Error Handling -- Chapter 7: Advanced Concepts -- Chapter 8: Concurrency -- Chapter 9: Metaprogramming with Macros -- Chapter 10: Unsafe Rust and Foreign Function Interfaces -- Chapter 11: Logging -- Chapter 12: Network Programming in Rust -- Chapter 13: Building Web Applications with Rust -- Chapter 14: Lists, Lists, and More Lists -- Chapter 15: Robust Trees -- Chapter 16: Exploring Maps and Sets -- Chapter 17: Collections in Rust -- Chapter 18: Algorithm Evaluation -- Chapter 19: Ordering Things -- Chapter 20: Finding Stuff -- Chapter 21: Random and Combinatorial -- Chapter 22: Algorithms of the Standard Library.…”
Full text (MFA users only)
Electronic eBook