Search Results - (((((((ant OR manthe) OR file) OR mantis) OR cantor) OR anne) OR halted) OR branting) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 79
- Mathematical models 61
- Mathematics 57
- Algorithms 42
- Artificial intelligence 41
- Machine learning 37
- algorithms 37
- artificial intelligence 30
- methods 30
- Data mining 28
- Mathematical optimization 28
- Computer networks 23
- Artificial Intelligence 21
- Signal processing 21
- Development 19
- Digital techniques 19
- Python (Computer program language) 19
- Data Mining 18
- Application software 17
- Computer algorithms 17
- Diseases 16
- Image processing 16
- Computational Biology 14
- Computer science 14
- Computer simulation 14
- Statistical methods 14
- Neural networks (Computer science) 13
- Numerical analysis 13
- Research 13
- Technological innovations 13
Search alternatives:
- ant »
- manthe »
- mantis »
- cantor »
- branting »
- halted »
-
181
Hands-On Artificial Intelligence for IoT : Expert Machine Learning and Deep Learning Techniques for Developing Smarter IoT Systems.
Published 2019Table of Contents: “…Using TXT files in PythonCSV format; Working with CSV files with the csv module; Working with CSV files with the pandas module; Working with CSV files with the NumPy module; XLSX format; Using OpenPyXl for XLSX files; Using pandas with XLSX files; Working with the JSON format; Using JSON files with the JSON module; JSON files with the pandas module; HDF5 format; Using HDF5 with PyTables; Using HDF5 with pandas; Using HDF5 with h5py; SQL data; The SQLite database engine; The MySQL database engine; NoSQL data; HDFS; Using hdfs3 with HDFS; Using PyArrow's filesystem interface for HDFS; Summary…”
Full text (MFA users only)
Electronic eBook -
182
Basic data analysis for time series with R
Published 2014Full text (MFA users only)
Electronic eBook -
183
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 -
184
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 -
185
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 -
186
DataFlow supercomputing essentials : research, development and education
Published 2017Full text (MFA users only)
Electronic eBook -
187
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 -
188
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 -
189
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 -
190
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 -
191
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 -
192
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 -
193
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 -
194
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 -
195
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 -
196
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 -
197
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 -
198
Java Deep Learning Projects : Implement 10 Real-World Deep Learning Applications Using Deeplearning4j and Open Source APIs.
Published 2018Table of Contents: “…; Artificial Neural Networks; Biological neurons; A brief history of ANNs; How does an ANN learn?; ANNs and the backpropagation algorithm; Forward and backward passes; Weights and biases; Weight optimization; Activation functions.…”
Full text (MFA users only)
Electronic eBook -
199
Implementing cryptography using Python
Published 2020Table of Contents: “…Using Strings -- Introducing Operators -- Understanding Arithmetic Operators -- Understanding Comparison Operators -- Understanding Logical Operators -- Understanding Assignment Operators -- Understanding Bitwise Operators -- Understanding Membership Operators -- Understanding Identity Operators -- Using Conditionals -- Using Loops -- for -- while -- continue -- break -- else -- Using Files -- Understanding Python Semantics -- Sequence Types -- Introducing Custom Functions -- Downloading Files Using Python -- Introducing Python Modules -- Creating a Reverse Cipher -- Summary…”
Full text (MFA users only)
Electronic eBook -
200
Comprehensive Ruby Programming.
Published 2017Table of Contents: “…-- A better way -- SOLID OOP development -- the Liskov substitution principle -- The LSP definition -- Breaking down the LSP -- The LSP example -- The problem -- The LSP violation -- The fix -- SOLID OOP development -- the interface segregation principle -- The ISP definition -- The ISP code example -- Introducing the moderator -- A better way -- The result -- A caveat -- SOLID OOP development -- the dependency inversion principle -- The DIP in the real world -- The DIP definition -- The DIP code example -- Recap -- Summary -- Chapter 10: Working with the Filesystem in Ruby -- Creating a file -- Ruby File class -- Other options you can pass as the second option -- Reading files into a program using the File class -- Deleting a file -- Appending a file.…”
Full text (MFA users only)
Electronic eBook