Search Results - (((((((ant OR want) OR mantis) OR when) OR cantor) OR anne) OR share) OR hints) algorithms.

  1. 121

    Artificial neural systems : principle and practice by Lorrentz, Pierre

    Published 2015
    Table of Contents: “…INTRODUCTIONDENSITY BASED ALGORITHMS: CLUSTERING ALGORITHMS; NATURE-BASED ALGORITHMS; Evolutionary Algorithm and Programming ; Genetic Algorithm; GA Operators; APPLICATIONS OF GENETIC ALGORITHM; NETWORK METHOD: EDGES AND NODES; MULTI-LAYERED PERCEPTRON; REAL-TIME APPLICATIONS OF STATE-OF-THE-ART ANN SYSTEMS; DEFINITION OF ARTIFICIAL NEURAL NETWORKS (ANN); Intelligence; An Artificial Neural Network (ANN) system; PERFORMANCE MEASURES; Receiver's Operating Characteristics (ROC); Hypothesis Testing; Chi-squared (Goodness-of-fit) Test; CONFLICT OF INTEREST; ACKNOWLEDGEMENTS; REFERENCES…”
    Full text (MFA users only)
    Electronic eBook
  2. 122

    Generalized Network Design Problems : Modeling and Optimization. by Pop, Petrică C.

    Published 2012
    Table of Contents: “…3.2 An efficient transformation of the GTSP into the TSP3.3 An exact algorithm for the Generalized Traveling Salesman Problem; 3.4 Integer programming formulations of the GTSP; 3.4.1 Formulations based on the properties of Hamiltonian tours; 3.4.2 Flow based formulations; 3.4.3 A local-global formulation; 3.5 Solving the Generalized Traveling Salesman Problem; 3.5.1 Reinforcing ant colony system for solving the GTSP; 3.5.2 Computational results; 3.5.3 A hybrid heuristic approach for solving the GTSP; 3.5.4 Computational results; 3.6 The drilling problem; 3.6.1 Stigmergy and autonomous robots.…”
    Full text (MFA users only)
    Electronic eBook
  3. 123

    Methods for Network Optimization and Parallel Derivative-free Optimization. by Olsson, Per-Magnus

    Published 2014
    Table of Contents: “…Intro -- Abstract -- Populärvetenskaplig sammanfattning -- Acknowledgements -- Thesis Introduction -- Contents -- Part I Contributions to Network Optimization -- 1 Introduction -- 2 Related Work -- 3 The Relay Positioning Problems -- 4 Environment Representation and Discretization -- 5 Relay Positioning Algorithms for Single Target Problems -- 6 Relay Positioning for Multiple Targets -- 7 Implementation and Experimental Results -- 8 Discussion -- Bibliography -- Part II Contributions to Derivative-free Optimization -- 9 Introduction -- 10 Setting And Problem Description -- 11 Direct Search Algorithms -- 12 Model Building Algorithms -- 13 Existing Model Building Algorithms -- 14 Radial Basis Functions -- 15 Parallelism in Algorithms for Derivative-Free Optimization -- 16 Information Sharing -- 17 Control of Optimization Algorithms -- 18 Implementation Details -- 19 Testing on Synthetic Test Cases -- 20 Testing On Industrial Test Cases -- 21 Future Work -- 22 Conclusions -- A Terms -- Bibliography.…”
    Full text (MFA users only)
    Electronic eBook
  4. 124
  5. 125
  6. 126

    Machine learning : a Bayesian and optimization perspective by Theodoridis, Sergios, 1951-

    Published 2015
    Table of Contents: “…Probability and stochastic processes -- Learning in parametric modeling: basic concepts and directions -- Mean-square error linear estimation -- Stochastic gradient descent: the LMS algorithm -- The least-squares family -- Classification: a tour of the classics -- Parameter learning: a convex analytic path -- Sparsity-aware learning: concepts and theoretical foundations -- Sparcity-aware learning: algorithms and applications -- Learning in reproducing Kernel Hilbert spaces -- Bayesian learning: inference and the EM alogrithm -- Bayesian learning: approximate inference and nonparametric models -- Monte Carlo methods -- Probabilistic graphical models: Part I -- Probabilistic graphical models: Part II -- Particle filtering -- Neural networks and deep learning -- Dimensionality reduction -- Appendix A LInear algebra -- Appendix B Probability theory and statistics -- Appendix C Hints on constrained optimization.…”
    Full text (MFA users only)
    Electronic eBook
  7. 127

    Recent advances in hybrid metaheuristics for dataclustering

    Published 2020
    Table of Contents: “…Cover -- Title Page -- Copyright -- Contents -- List of Contributors -- Series Preface -- Preface -- Chapter 1 Metaheuristic Algorithms in Fuzzy Clustering -- 1.1 Introduction -- 1.2 Fuzzy Clustering -- 1.2.1 Fuzzy c-means (FCM) clustering -- 1.3 Algorithm -- 1.3.1 Selection of Cluster Centers -- 1.4 Genetic Algorithm -- 1.5 Particle Swarm Optimization -- 1.6 Ant Colony Optimization -- 1.7 Artificial Bee Colony Algorithm -- 1.8 Local Search-Based Metaheuristic Clustering Algorithms -- 1.9 Population-Based Metaheuristic Clustering Algorithms -- 1.9.1 GA-Based Fuzzy Clustering…”
    Full text (MFA users only)
    Electronic eBook
  8. 128

    OIPE 2012

    Published 2014
    Table of Contents: “…N-level output space mapping for electromagnetic design optimizationHigh-speed functionality optimization of five-phase PM machine using third harmonic current; Topology optimization of magnetostatic shielding using multistep evolutionary algorithms with additional searches in a restricted design space ; Adaptive unscented transform for uncertainty quantification in EMC large-scale systems; Ant colony optimization for the topological design of interior permanent magnet (IPM)machines; Multiobjective approach developed for optimizing the dynamic behavior of incremental linear actuators.…”
    Full text (MFA users only)
    Electronic eBook
  9. 129

    Visual Data Mining : The VisMiner Approach. by Anderson, Russell K.

    Published 2012
    Table of Contents: “…Regression Analysis -- The Regression Model -- Correlation and Causation -- Algorithms for Regression Analysis -- Assessing Regression Model Performance -- Model Validity -- Looking Beyond R2 -- Polynomial Regression -- Artificial Neural Networks for Regression Analysis -- Dataset Preparation -- Tutorial -- A Regression Model for Home Appraisal -- Modeling with the Right Set of Observations -- Exercise 6.1 -- ANN Modeling -- The Advantage of ANN Regression -- Top-Down Attribute Selection -- Issues in Model Interpretation -- Model Validation -- Model Application -- Summary…”
    Full text (MFA users only)
    Electronic eBook
  10. 130

    Modeling Reality : How Computers Mirror Life. by Białynicki-Birula, Iwo

    Published 2004
    Table of Contents: “…Contents; 1 From building blocks to computers: Models and modeling; 2 The game of life: A legendary cellular automaton; 3 Heads or tails: Probability of an event; 4 Galton's board: Probability and statistics; 5 Twenty questions: Probability and information; 6 Snowflakes: The evolution of dynamical systems; 7 The Lorenz butterfly: Deterministic chaos; 8 From Cantor to Mandelbrot: Self-similarity and fractals; 9 Typing monkeys: Statistical linguistics; 10 The bridges of Königsberg: Graph theory; 11 Prisoner's dilemma: Game theory; 12 Let the best man win: Genetic algorithms.…”
    Full text (MFA users only)
    Electronic eBook
  11. 131

    Learning Boost C++ libraries : solve practical programming problems using powerful, portable, and expressive libraries from Boost by Mukherjee, Arindam

    Published 2015
    Table 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
  12. 132
  13. 133

    Advances in Computational Intelligence : Theory & Applications by Wang, Fei-Yue

    Published 2006
    Table of Contents: “…Lin and F.-Y. Wang -- 8. Ant colony algorithms: the state-of-the-art / J. …”
    Full text (MFA users only)
    Electronic eBook
  14. 134

    Optimization of Logistics. by Yalaoui, Alice

    Published 2012
    Table of Contents: “…2.4.1. Genetic algorithms2.4.2. Ant colonies; 2.4.3. Tabu search; 2.4.4. …”
    Full text (MFA users only)
    Electronic eBook
  15. 135

    F♯ for Machine Learning Essentials. by Mukherjee, Sudipta

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  16. 136

    Quantum Computation and Information. by Lomonaco, Samuel J.

    Published 2002
    Table of Contents: “…Vintage Simon quantum hidden subgroup algorithms (QHSAs)Part 5. Vintage Shor Algorithms -- 11. …”
    Full text (MFA users only)
    Electronic eBook
  17. 137

    Development of Modern Statistics and Related Topics : In Celebration of Prof Yaoting Zhang's 70th Birthday. by Zhang, Heping

    Published 2003
    Table of Contents: “…Estimation When Variances Are Known ; 4. Estimation when variances are Unknown ; 5. …”
    Full text (MFA users only)
    Electronic eBook
  18. 138

    Information technology applications in industry III : selected, peer reviewed papers from the 2014 3rd International Conference on Information Technology and Management Innovation...

    Published 2014
    Table of Contents: “…A Hybrid Simulate Annealing Algorithm Based on Aircraft Emergency Dispatching SystemA Variable Step-Size BLMS Adaptive Jamming Cancellation Algorithm Based on FFT; Adaptive Extended Kalman Filter for Nonlinear System with Noise Compensating Technology; An Improvement of Apriori Algorithm in Medical Data Mining; An Integrated Algorithm for Low-Carbon City Evaluation Based on Neural Network and Analytic Hierarchy Process; Reliability Optimization for Multi-State Series-Parallel System Design Using Ant Colony Algorithm…”
    Full text (MFA users only)
    Electronic Conference Proceeding eBook
  19. 139

    Differential and Differential-Algebraic Systems for the Chemical Engineer : Solving Numerical Problems. by Buzzi-Ferraris, Guido

    Published 2014
    Table of Contents: “…1.10 Adaptive Methods1.10.1 Method Derived from the Gauss-Kronrod Algorithm; 1.10.2 Method Derived from the Extended Trapezoid Algorithm; 1.10.3 Method Derived from the Gauss-Lobatto Algorithm; 1.11 Parallel Computations; 1.12 Classes for Definite Integrals; 1.13 Case Study: Optimal Adiabatic Bed Reactors for Sulfur Dioxide with Cold Shot Cooling; 2 Ordinary Differential Equations Systems; 2.1 Introduction; 2.2 Algorithm Accuracy; 2.3 Equation and System Conditioning; 2.4 Algorithm Stability; 2.5 Stiff Systems; 2.6 Multistep and Multivalue Algorithms for Stiff Systems.…”
    Full text (MFA users only)
    Electronic eBook
  20. 140

    Applied mechatronics and android robotics : selected, peer reviewed papers from the International Conference on Applied Mechatronics and Android Robotics (ICAMAR 2013), July 13-14,...

    Published 2013
    Table of Contents: “…Applied Mechatronics and Android Robotics; Preface, Committees and Sponsors; Table of Contents; Chapter 1: Robot Design, Motion Planning and Robot Control; Design of a Master Manipulator with Dynamical Simplification for Master-Slave Robot; Parameter Self-Adjusting Path Tracking Algorithm of Mobile Robots; Global Path Planning for Mobile Robot Based on Improved Ant Colony Algorithms; A Study of Robot Platform Based on WiFi Remote Control; Fire Detection System Based-On Mobile Robots; Phase Plane Analysis of Battery Series Balancing on Robot…”
    Full text (MFA users only)
    Electronic Conference Proceeding eBook