Search Results - (((((((ant OR stantis) OR mantis) OR hands) OR cantor) OR anne) OR file) OR wsanting) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 93
- Mathematical models 71
- Mathematics 63
- Artificial intelligence 49
- Machine learning 49
- Algorithms 47
- algorithms 40
- artificial intelligence 36
- methods 35
- Data mining 33
- Mathematical optimization 29
- Computer networks 26
- Python (Computer program language) 25
- Artificial Intelligence 24
- Signal processing 24
- Development 22
- Digital techniques 22
- Computer algorithms 21
- Application software 20
- Data Mining 20
- Image processing 19
- Computer simulation 17
- Diseases 17
- Technological innovations 17
- Computer science 16
- Computer security 16
- Research 15
- Statistical methods 15
- Computational Biology 14
- Finance 14
Search alternatives:
- ant »
- stantis »
- mantis »
- cantor »
- wsanting »
-
221
Basic data analysis for time series with R
Published 2014Full text (MFA users only)
Electronic eBook -
222
Visual Data Mining : The VisMiner Approach.
Published 2012Table 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 -
223
Artificial Intelligence in Semiconductor Industry - Materials to Applications.
Published 2021Table of Contents: “…Cover -- Guest editorial -- Efficient VLSI architecture for FIR filter design using modified differential evolution ant colony optimization algorithm -- Optimized DA-reconfigurable FIR filters for software defined radio channelizer applications -- Grid -- connected operation and performance of hybrid DG having PV and PEMFC -- High speed data encryption technique with optimized memory based RSA algorithm for communications -- A 10-bit 200 MS/s pipelined ADCwith parallel sampling and switched op-amp sharing technique…”
Full text (MFA users only)
Electronic eBook -
224
Digital Signal Processing and Applications with the TMS320C6713 and TMS320C6416 DSK.
Published 2008Table of Contents: “…Appendix B Registers for Circular Addressing and InterruptsAppendix C Fixed-Point Considerations; Appendix D MATLAB and Goldwave Support Tools; Appendix E Fast Hartley Transform; Appendix F Goertzel Algorithm; Appendix G TMS320C6416 DSK; Index.…”
Full text (MFA users only)
Electronic eBook -
225
Recent advances in hybrid metaheuristics for dataclustering
Published 2020Table 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 -
226
Bio-inspired computation in telecommunications
Published 2015Table of Contents: “…Bio-inspired optimization algorithms; 1.4.1. SI-Based Algorithms; 1.4.1.1. Ant and bee algorithms; 1.4.1.2. …”
Full text (MFA users only)
Electronic eBook -
227
Optimization of Logistics.
Published 2012Table 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 -
228
Modeling Reality : How Computers Mirror Life.
Published 2004Table 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 -
229
The the Python Workshop : a Practical, No-Nonsense Introduction to Python Development.
Published 2019Table of Contents: “…Table of ContentsVital Python - Math, Strings, Conditionals, and LoopsPython StructuresExecuting Python - Programs, Algorithms, and FunctionsExtending Python, Files, Errors, and GraphsConstructing Python - Classes and MethodsThe Standard LibraryBecoming PythonicSoftware DevelopmentPractical Python - Advanced TopicsData Analytics with pandas and NumPyMachine Learning.…”
Full text (MFA users only)
Electronic eBook -
230
Information technology applications in industry III : selected, peer reviewed papers from the 2014 3rd International Conference on Information Technology and Management Innovation...
Published 2014Table 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 -
231
-
232
Integration of swarm intelligence and artificial neural network
Published 2011Table of Contents: “…Dehuri -- Coherent biclusters of microarray data by imitating the ecosystem : an ant colony algorithmic approach / D. Mishra, A.K. …”
Full text (MFA users only)
Electronic eBook -
233
Intelligent Technologies : From Theory to Applications - The New Trends in Computational Intelligence.
Published 2002Table of Contents: “…Neural Networks; Superconvergence Concept in Machine Learning; Application of the Parallel Population Learning Algorithm to Training Feed-forward ANN; Markovian Architectural Bias of Recurrent Neural Networks; SOFM Training Speedup; Generalized Forecasting Sigma-Pi Neural Network; Human Centered Intelligent Robots Using "Ontological Neural Network"; Trajectory Bounds of Solutions of Delayed Cellular Neural Networks Differential Systems; From Plain to Modular Topology: Automatic Modularization of Structured ANNs.…”
Full text (MFA users only)
Electronic eBook -
234
TensorFlow Reinforcement Learning Quick Start Guide : Get up and Running with Training and Deploying Intelligent, Self-Learning Agents Using Python.
Published 2019Table of Contents: “…Learning the theory behind a DQNUnderstanding target networks; Learning about replay buffer; Getting introduced to the Atari environment; Summary of Atari games; Pong; Breakout; Space Invaders; LunarLander; The Arcade Learning Environment ; Coding a DQN in TensorFlow; Using the model.py file; Using the funcs.py file; Using the dqn.py file; Evaluating the performance of the DQN on Atari Breakout; Summary; Questions; Further reading; Chapter 4: Double DQN, Dueling Architectures, and Rainbow; Technical requirements; Understanding Double DQN ; Coding DDQN and training to play Atari Breakout…”
Full text (MFA users only)
Electronic eBook -
235
Artificial intelligence : approaches, tools, and applications
Published 2011Table of Contents: “…EVOLUTIONARY COMPUTING ; 2.1. Genetic Algorithms ; 2.2. Mechanism of a Genetic Algorithm ; 3. …”
Full text (MFA users only)
Electronic eBook -
236
Essential MATLAB for engineers and scientists
Published 2010Table of Contents: “…MATLAB fundamentals -- Program design and algorithm development -- MATLAB functions data import-export utilities -- Logical vectors -- Matrices of numbers arrays of strings -- Introduction to graphics -- Loops -- Errors and pitfalls -- Function M-files -- Vectors as arrays: advanced data structures -- More graphics -- Graphical User Interfaces (GUIs) -- Dynamics systems -- Simulation -- More matrices -- Introduction to numerical methods -- Toolboxes that come with MATLAB (web chapter).…”
Full text (MFA users only)
Electronic eBook -
237
Oracle SOA Suite 11g Performance Cookbook.
Published 2013Table of Contents: “…Increasing the HTTP accept backlogReducing the server logging level; Finding out which JVM you are using; Using large pages in Linux; Increasing the number of file descriptors in Linux; Tuning the SOA Suite EJB timeouts; Upgrading to a newer JVM; Setting the Linux kernel swappiness to low; Using the Oracle JRockit JVM; Running your domain in the production mode; Creating a boot.properties file; Chapter 7: Data Sources and JMS; Introduction; Setting the data source pool sizes; Configuring data source testing; Configuring data source growing and shrinking.…”
Full text (MFA users only)
Electronic eBook -
238
Metaheuristics for intelligent electrical networks
Published 2017Table of Contents: “…2.2.1. Genetic algorithms2.2.2. Evolution strategies; 2.2.3. Coevolutionary algorithms; 2.2.4. …”
Full text (MFA users only)
Electronic eBook -
239
Nonunions : diagnosis, evaluation and management
Published 2018Full text (MFA users only)
Electronic eBook -
240
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