- Palmas, Alessandro.
- Birmingham : Packt Publishing, Limited, 2020.
- Description
- Book — 1 online resource (821 p.)
- Summary
-
- Cover
- FM
- Copyright
- Table of Contents
- Preface
- Chapter 1: Introduction to Reinforcement Learning
- Introduction
- Learning Paradigms
- Introduction to Learning Paradigms
- Supervised versus Unsupervised versus RL
- Classifying Common Problems into Learning Scenarios
- Predicting Whether an Image Contains a Dog or a Cat
- Detecting and Classifying All Dogs and Cats in an Image
- Playing Chess
- Fundamentals of Reinforcement Learning
- Elements of RL
- Agent
- Actions
- Environment
- Policy
- An Example of an Autonomous Driving Environment
- Exercise 1.01: Implementing a Toy Environment Using Python
- The Agent-Environment Interface
- What's the Agent? What's in the Environment?
- Environment Types
- Finite versus Continuous
- Deterministic versus Stochastic
- Fully Observable versus Partially Observable
- POMDP versus MDP
- Single Agents versus Multiple Agents
- An Action and Its Types
- Policy
- Stochastic Policies
- Policy Parameterizations
- Exercise 1.02: Implementing a Linear Policy
- Goals and Rewards
- Why Discount?
- Reinforcement Learning Frameworks
- OpenAI Gym
- Getting Started with Gym
- CartPole
- Gym Spaces
- Exercise 1.03: Creating a Space for Image Observations
- Rendering an Environment
- Rendering CartPole
- A Reinforcement Learning Loop with Gym
- Exercise 1.04: Implementing the Reinforcement Learning Loop with Gym
- Activity 1.01: Measuring the Performance of a Random Agent
- OpenAI Baselines
- Getting Started with Baselines
- DQN on CartPole
- Applications of Reinforcement Learning
- Games
- Go
- Dota 2
- StarCraft
- Robot Control
- Autonomous Driving
- Summary
- Chapter 2: Markov Decision Processes and Bellman Equations
- Introduction
- Markov Processes
- The Markov Property
- Markov Chains
- Markov Reward Processes
- Value Functions and Bellman Equations for MRPs
- Solving Linear Systems of an Equation Using SciPy
- Exercise 2.01: Finding the Value Function in an MRP
- Markov Decision Processes
- The State-Value Function and the Action-Value Function
- Bellman Optimality Equation
- Solving the Bellman Optimality Equation
- Solving MDPs
- Algorithm Categorization
- Value-Based Algorithms
- Policy Search Algorithms
- Linear Programming
- Exercise 2.02: Determining the Best Policy for an MDP Using Linear Programming
- Gridworld
- Activity 2.01: Solving Gridworld
- Summary
- Chapter 3: Deep Learning in Practice with TensorFlow 2
- Introduction
- An Introduction to TensorFlow and Keras
- TensorFlow
- Keras
- Exercise 3.01: Building a Sequential Model with the Keras High-Level API
- How to Implement a Neural Network Using TensorFlow
- Model Creation
- Model Training
- Loss Function Definition
- Optimizer Choice
- Learning Rate Scheduling
- Feature Normalization
- Model Validation
- Performance Metrics
- Model Improvement
- Overfitting
- Regularization
- Early Stopping
- Dropout
- Data Augmentation
- AGI (Conference) (13th : 2020 : Saint Petersburg, Russia)
- Cham : Springer, 2020.
- Description
- Book — 1 online resource
- Summary
-
- AGI and the Knight-Darwin Law: why idealized AGI reproduction requires collaboration.- Error-Correction for AI Safety.- Artificial Creativity Augmentation.- The hierarchical memory based on compartmental spiking neuron model.- The Dynamics of Growing Symbols: A Ludics Approach to Language Design by Autonomous Agents.- Approach for development of engineering tools based on knowledge graphs and context separation.- Towards Dynamic Process Composition in the DSO Cognitive Architecture.- SAGE: Task-Environment Platform for Evaluating a Broad Range of AI Learners.- Post-Turing Methodology: Breaking the Wall on the Way to Artificial General Intelligence.- Self-explaining AI as an alternative to interpretable AI.- AGI needs the Humanities.- A report of a recent book: "AI and Human Thought and Emotion".- Cognitive Machinery and Behaviours.- Combinatorial Decision Dags: A Natural Computational Model for General Intelligence.- What Kind of Programming Language Best Suits Integrative AGI?.- Guiding Symbolic Natural Language Grammar Induction via Transformer-Based Sequence Probabilities.- Embedding Vector Differences Can Be Aligned With Uncertain Intensional Logic Differences.- Delta Schema Network in Model-based Reinforcement Learning.- Information Digital Twin{Enabling Agents to Anticipate Changes in their Tasks.- 'OpenNARS for Applications': Architecture and Control.- Towards AGI Agent Safety by Iteratively Improving the Utility Function.- Learning to Model Another Agent's Beliefs: A Preliminary Approach.- An Attentional Control Mechanism for Reasoning and Learning.- Hyperdimensional Representations in Semiotic Approach to AGI.- The Conditions of Artificial General Intelligence: Logic, Autonomy, Resilience, Integrity, Morality, Emotion, Embodiment, and Embeddedness.- Position paper: The use of engineering approach in creation of artificial general intelligence.- How do you test the strength of AI?.- Omega: An Architecture for AI Unification.- Analyzing Elementary School Olympiad Math Tasks as a Benchmark for AGI.- The meaning of things as a concept in a strong AI architecture.- Toward a General Believable Model of Human-Analogous Intelligent Socially Emotional Behavior.- Autonomous Cumulative Transfer Learning.- New Brain Simulator II Open-Source Software.- Experience-specific AGI Paradigms.- Psychological portrait of a virtual agent in the Teleport game paradigm.- Logical probabilistic biologically inspired cognitive architecture.- An Architecture for Real-time Reasoning and Learning.- A Model for Artificial General Intelligence.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- WIVACE (Workshop) (14th : 2019 : Rende, Italy)
- Cham : Springer, 2020.
- Description
- Book — 1 online resource
- Summary
-
- Towards an Assistive Social Robot Interacting with Human Patient to Establish a Mutual and Effective Support.- Selecting for Positive Responses to Knock outs in Boolean Networks.- Avalanches of Perturbations in Modular Gene Regulatory Networks.- The Effects of a Simplified Model of Chromatin Dynamics on Attractors Robustness in Random Boolean Networks with Self-loops: an Experimental Study.- A Memetic Approach for the Orienteering Problem.- The Detection of Dynamical Organization in Cancer Evolution Models.- The Simulation of Noise Impact on the Dynamics of a Discrete Chaotic Map.- Exploiting Distributed Discrete-Event Simulation Techniques for Parallel Execution of Cellular Automata.- A Relevance Index-based Method for Improved Detection of Malicious Users in Social Networks.- An Analysis of Cooperative Coevolutionary Differential Evolution as Neural Networks Optimizer.- Design and Evaluation of a Heuristic Optimization Tool Based on Evolutionary Grammars Using PSoCs.- How Word Choice Affects Cognitive Impairment Detection by Handwriting Analysis: a Preliminary Study.- Modeling the Coordination of a Multiple Robots Using Nature Inspired Approaches.- Nestedness Temperature in the Agent-Artifact Space: Emergence of Hierarchical Order in the 2000-2014 Photonics Techno-Economic Complex System.- Towards Programmable Chemistries.- Studying and Simulating the Three-dimensional Arrangement of Droplets.- Investigating Three-dimensional Arrangements of Droplets.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Singapore : Springer, 2020.
- Description
- Book — 1 online resource (xxvii, 514 pages) Digital: text file.PDF.
- Summary
-
- Part 1: Fundamentals
- Chapter 1: Introduction to Deep Learning
- Chapter 2: Introduction to Reinforcement Learning
- Chapter 3: Taxonomy of Reinforcement Learning Algorithms
- Chapter 4: Deep Q-Networks
- Chapter 5: Policy Gradient
- Chapter 6: Combine Deep Q-Networks with Actor-Critic
- Part II: Research
- Chapter 7: Challenges of Reinforcement Learning
- Chapter 8: Imitation Learning
- Chapter 9: Integrating Learning and Planning
- Chapter 10: Hierarchical Reinforcement Learning
- Chapter 11: Multi-Agent Reinforcement Learning
- Chapter 12: Parallel Computing
- Part III: Applications
- Chapter 13: Learning to Run
- Chapter 14: Robust Image Enhancement
- Chapter 15: AlphaZero
- Chapter 16: Robot Learning in Simulation
- Chapter 17: Arena Platform for Multi-Agent Reinforcement Learning
- Chapter 18: Tricks of Implementation
- Part IV: Summary
- Chapter 19: Algorithm Table
- Chapter 20: Algorithm Cheatsheet.
(source: Nielsen Book Data)
- Cham, Switzerland : Springer, [2020]
- Description
- Book — 1 online resource Digital: text file.PDF.
- Summary
-
- Preface.- Part I: Introduction.-
- Chapter 1: Introduction to Domain Adaptation.-
- Chapter 2: Shallow Domain Adaptation.- Part II: Domain Alignment in the Feature Space.-
- Chapter 3: d-SNE: Domain Adaptation using Stochastic Neighborhood Embedding.-
- Chapter 4: Deep Hashing Network for Unsupervised Domain Adaptation.-
- Chapter 5: Re-weighted Adversarial Adaptation Network for Unsupervised Domain Adaptation.- Part III: Domain Alignment in the Image Space.-
- Chapter 6: Unsupervised Domain Adaptation with Duplex Generative Adversarial Network.-
- Chapter 7: Domain Adaptation via Image to Image Translation.-
- Chapter 8: Domain Adaptation via Image Style Transfer.- Part IV: Future Directions in Domain Adaptation.-
- Chapter 9: Towards Scalable Image Classifier Learning with Noisy Labels via Domain Adaptation.-
- Chapter 10: Adversarial Learning Approach for Open Set Domain Adaptation.-
- Chapter 11: Universal Domain Adaptation.-
- Chapter 12: Multi-source Domain Adaptation by Deep CockTail Networks.-
- Chapter 13: Zero-Shot Task Transfer.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Cham : Springer, 2020.
- Description
- Book — 1 online resource (383 pages)
- Summary
-
- Introduction.- Definition, motivation and impact of digitalization in energy transition.- Definition of a general scheme (layers) of a digitalized system in energy transition.- Challenges of digitalization in energy transition.- Artificial Intelligence for energy transition.- General principals and classification of Artificial Intelligence techniques for energy transition.- Artificial Intelligence for Smart Energy Management.- Smart energy management (intrusive and non-intrusive load monitoring).- Artificial Intelligence for Cyber Security and Privacy.- Artificial Intelligence for Mobility and Electrical Vehicles.- Mobility and electrical vehicles.- Artificial Intelligence for Micro Grid Operations and Dynamic Pricing Revenue Management.- Micro Grid operations and Dynamic Pricing Revenue Management.- Artificial Intelligence for Renewable Energy Penetration and Demand Side Management.- Renewable Energy Penetration and Demand Side Management.- Emerging Trends, Open problems, and Future Challenges.- Conclusion.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- International Conference on Smart Applications and Data Analysis for Smart Cyber-Physical Systems (3rd : 2020 : Marrakesh, Morocco) author.
- Cham, Switzerland : Springer, [2020]
- Description
- Book — 1 online resource (xvii, 362 pages) : illustrations (chiefly color), color maps
- Summary
-
- Ontologies and Meta Modeling.- Cyber Physical Systems and Block-Chains.- Recommender Systems.- Machine Learning based Applications.- Combinatorial Optimization.- Simulations and Deep Learning.- Workshop Session.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- International Conference on Recent Developments in Science, Engineering and Technology (5th : 2019 : Gurugram, India)
- Singapore : Springer, [2020]
- Description
- Book — 1 online resource
- Summary
-
- Data Centric Programming.- Next Generation Computing.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Cambridge, Mass. : MIT Press, ©1999.
- Description
- Book — 1 online resource (vii, 376 pages) : illustrations Digital: data file.
- Summary
-
- Introduction to support vector learning
- roadmap. Part 1 Theory: three remarks on the support vector method of function estimation, Vladimir Vapnik
- generalization performance of support vector machines and other pattern classifiers, Peter Bartlett and John Shawe-Taylor
- Bayesian voting schemes and large margin classifiers, Nello Cristianini and John Shawe-Taylor
- support vector machines, reproducing kernel Hilbert spaces, and randomized GACV, Grace Wahba
- geometry and invariance in kernel based methods, Christopher J.C. Burges
- on the annealed VC entropy for margin classifiers - a statistical mechanics study, Manfred Opper
- entropy numbers, operators and support vector kernels, Robert C. Williamson et al. Part 2 Implementations: solving the quadratic programming problem arising in support vector classification, Linda Kaufman
- making large-scale support vector machine learning practical, Thorsten Joachims
- fast training of support vector machines using sequential minimal optimization, John C. Platt. Part 3 Applications: support vector machines for dynamic reconstruction of a chaotic system, Davide Mattera and Simon Haykin
- using support vector machines for time series prediction, Klaus-Robert Muller et al
- pairwise classification and support vector machines, Ulrich Kressel. Part 4 Extensions of the algorithm: reducing the run-time complexity in support vector machines, Edgar E. Osuna and Federico Girosi
- support vector regression with ANOVA decomposition kernels, Mark O. Stitson et al
- support vector density estimation, Jason Weston et al
- combining support vector and mathematical programming methods for classification, Bernhard Scholkopf et al.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
The Support Vector Machine is a powerful new learning algorithm for solving a variety of learning and function estimation problems, such as pattern recognition, regression estimation, and operator inversion. The impetus for this collection was a workshop on Support Vector Machines held at the 1997 NIPS conference. The contributors, both university researchers and engineers developing applications for the corporate world, form a Who's Who of this exciting new area.
(source: Nielsen Book Data)
70. Intelligent systems, technologies and applications : proceedings of Fifth ISTA 2019, India [2020]
- International Symposium on Intelligent Systems Technologies and Applications (5th : 2019 : Trivandrum, India)
- Singapore : Springer, 2020.
- Description
- Book — 1 online resource (288 pages)
- Summary
-
- Knowledge Discovery and Data Mining.- Pattern Recognition and Signal Processing.- Intelligent Image Processing and Artificial Vision.- Ad-hoc and Wireless.- Sensor Networks.- Business Intelligence and Big Data Analytics.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- International Conference on Computing, Communications, and Cyber-Security (1st : 2019 : Chandīgarh, India)
- Singapore : Springer, 2020.
- Description
- Book — 1 online resource (xiv, 917 pages)
- Summary
-
- State of the Art: A Review on Vehicular Communications, Impact of 5G, Fractal Antennas for Future Communication
- 1 Energy Enhancement of TORA and DYMO by Optimization of Hello Messaging Using BFO for MANETs
- Horseshoe-Shaped Multiband Antenna for Wireless Application
- A Review Paper on Performance Analysis of IEEE 802.11e
- Voice-Controlled IoT Devices Framework for Smart Home
- Comprehensive Analysis of Social-Based Opportunistic Routing Protocol: A Study
- An Efficient Delay-Based Load Balancing using AOMDV in MANET
- Metaheuristic-Based Intelligent Solutions Searching Algorithms of Ant Colony Optimization and Backpropagation in Neural Networks
- Evaluating Cohesion Score with Email Clustering. Plus 56 other papers.
- Part I: Communication and Network Technologies
- Part II: Advanced Computing Technologies and Latest Electrical and Electronics Trends
- Part III: Data Analytics and Intelligent Learning
- Part IV: Security and Privacy Issues.
(source: Nielsen Book Data)
72. Truth from trash : how learning makes sense [2000]
- Thornton, Christopher James.
- Cambridge, MA : MIT Press, ©2000.
- Description
- Book — 1 online resource (x, 204 pages) : illustrations
- Summary
-
- Preface
- 1. The Machine That Could Learn Anything
- 2. Consider Thy Neighbor
- 3. Kepler on Mars
- 4. The Information Chicane
- 5. Fence-and-Fill Learning
- 6. Turing and the Submarines
- 7. The Relational Gulf
- 8. The Supercharged Learner
- 9. David Hume and the Crash of '87
- 10. Phases of Compression
- 11. Protorepresentational Learning
- 12. The Creativity Continuum
- References
- Index.
(source: Nielsen Book Data)
73. Understanding intelligence [2001]
- Pfeifer, Rolf, 1947-
- Cambridge, Massachusetts : MIT Press, c1999 [Piscataqay, New Jersey] : IEEE Xplore, [2001]
- Description
- Book — 1 online resource (xx, 697 pages) : illustrations
- Summary
-
The book includes all the background material required to understand the principles underlying intelligence, as well as enough detailed information on intelligent robotics and simulated agents so readers can begin experiments and projects on their own. By the mid-1980s researchers from artificial intelligence, computer science, brain and cognitive science, and psychology realized that the idea of computers as intelligent machines was inappropriate. The brain does not run "programs"; it does something entirely different. But what? Evolutionary theory says that the brain has evolved not to do mathematical proofs but to control our behavior, to ensure our survival. Researchers now agree that intelligence always manifests itself in behavior-thus it is behavior that we must understand. An exciting new field has grown around the study of behavior-based intelligence, also known as embodied cognitive science, "new AI, " and "behavior-based AI." This book provides a systematic introduction to this new way of thinking. After discussing concepts and approaches such as subsumption architecture, Braitenberg vehicles, evolutionary robotics, artificial life, self-organization, and learning, the authors derive a set of principles and a coherent framework for the study of naturally and artificially intelligent systems, or autonomous agents. This framework is based on a synthetic methodology whose goal is understanding by designing and building. The book includes all the background material required to understand the principles underlying intelligence, as well as enough detailed information on intelligent robotics and simulated agents so readers can begin experiments and projects on their own. The reader is guided through a series of case studies that illustrate the design principles of embodied cognitive science.
(source: Nielsen Book Data)
- ACIS International Conference on Computational Science/Intelligence & Applied Informatics (6th : 2019 : Honolulu, Hawaii)
- Cham, Switzerland : Springer, [2020]
- Description
- Book — 1 online resource. Digital: text file; PDF.
- Summary
-
- Chapter 1. GUI Testing for Introductory Object-Oriented Programming Exercises (Ushio Inoue).-
- Chapter 2. Python Deserialization Denial of Services Attacks and their Mitigations (Kousei Tanaka).-
- Chapter 3. A Branch-and-Bound Based Exact Algorithm for the Maximum Edge-Weight Clique Problem (Satoshi Shimizu).-
- Chapter 4. A Software Model for Precision Agriculture Framework Based on Smart Farming System and Application of IoT Gateway (Symphorien Karl Yoki Donzia).-
- Chapter 5. Components of Mobile Integration in Social Business and E-commerce Application (Mechelle Grace Zaragoza).
- (source: Nielsen Book Data)
- Proposed Framework Application for a Quality Mobile Application Measurement and Evaluation.- Proposal and Development of Artificial Personality (AP) application using the "Requesting" Mechanism.- Load Experiment of the vDACS Scheme in case of the 300 Simultaneous Connection.- Hearing-Dog Robot to wake People up using its Bumping Action.- Implementation of Document Production Support System with Obsession Mechanism.- Detecting Outliners in Terms of Errors in Embedded Software Development Projects Using Imbalance Data Classification.- Development of Congestion State Guiding System for University Cafeteria.- Analog Learning Neural Circuit with Switched Capacitor and the Design of Deep Learning Model.- Study on Category Classification of Conversation Document in Psychological Counseling with Machine Learning.- Improvement of "Multiple Sightseeing Spot Scheduling System".- Advertising in the Webtoon of Cosmetics Brand -Focusing on 'tn' Youth Cosmetics Brands
- Testing Driven Development of Mobile Application using Automatic Bug Management Systems.- Shape Recovery of Polyp from Endoscope Image Using Blood Vessel Information.- Design of Agent Development Framework for RoboCupRescue Simulation.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
This book presents the scientific outcome of the 4th ACIS International Conference on Computational Science/Intelligence & Applied Informatics (CSII 2017), which was held on July 9-13, 2017 in Hamamatsu, Japan. The aim of this conference was to bring together researchers and scientists, businessmen and entrepreneurs, teachers, engineers, computer users, and students to discuss the numerous fields of computer science, to share their experiences and to exchange new ideas and information in a meaningful way. The book includes research findings concerning all aspects (theory, applications and tools) of computer and information science, and discusses the practical challenges encountered and the solutions adopted to address them. The book features 16 of the conference's most promising papers, written by researchers who are expected to make significant contributions in the field of computer and information science.
(source: Nielsen Book Data)
75. Phase transitions in machine learning [2011]
- Saitta, Lorenza, 1944-
- Cambridge ; New York : Cambridge University Press, 2011.
- Description
- Book — 1 online resource (xv, 383 pages) : illustrations (some color)
- Summary
-
- Preface; Acknowledgements; 1. Introduction; 2. Statistical physics and phase transitions; 3. The satisfiability problem; 4. Constraint satisfaction problems; 5. Machine learning; 6. Searching the hypothesis space; 7. Statistical physics and machine learning; 8. Learning, SAT, and CSP; 9. Phase transition in FOL covering test; 10. Phase transitions and relational learning; 11. Phase transitions in grammatical inference; 12. Relationships with complex systems; 13. Phase transitions in natural systems; 14. Discussions and open issues; Appendix A. Phase transitions detected in two real cases; Appendix B. An intriguing idea; References; Index.
(source: Nielsen Book Data)
- Japkowicz, Nathalie.
- Cambridge ; New York : Cambridge University Press, 2011.
- Description
- Book — 1 online resource (xvi, 406 pages) : illustrations
- Summary
-
- 1. Introduction
- 2. Machine learning and statistics overview
- 3. Performance measures I
- 4. Performance measures II
- 5. Error estimation
- 6. Statistical significance testing
- 7. Data sets and experimental framework
- 8. Recent developments
- 9. Conclusion
- Appendix A: statistical tables
- Appendix B: additional information on the data
- Appendix C: two case studies.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Canadian Conference on Artificial Intelligence (30th : 2017 : Edmonton, Alta.)
- Cham, Switzerland : Springer, [2017]
- Description
- Book — 1 online resource Digital: text file.PDF.
- Summary
-
- Data Mining and Machine Learning.- Planning and Combinatorial Optimization.- AI Applications.- Natural Language Processing.- Uncertainty and Preference Reasoning.- Agent Systems.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- AGI (Conference) (11th : 2018 : Prague, Czech Republic)
- Cham, Switzerland : Springer, [2018]
- Description
- Book — 1 online resource (XI, 311 pages) Digital: text file.PDF.
- Summary
-
- Hybrid Strategies Towards Safe "Self-Aware" Super-intelligent Systems.- Request Confirmation Networks in MicroPsi 2.- Task Analysis for Teaching Cumulative Learners.- Associative Memory: A Spiking Neural Network Robotic Implementation.- A Comprehensive Ethical Framework for AI Entities: Foundations.- Partial Operator Induction with Beta Distributions.- Solving Tree Problems with Category Theory.- Goal-directed Procedure Learning.- Can Machines Design? An Artificial General Intelligence Approach.- Resource-constrained Social Evidence Based Cognitive Model for Empathy-driven Artificial Intelligence.- Unsupervised Language Learning in OpenCog.- Functionalist Emotion Model in NARS.- Towards a Sociological Conception of Artificial Intelligence.- Efficient Concept Formation in Large State Spaces.- DSO Cognitive Architecture: Implementation and Validation of the Global Workspace Enhancement.- The Foundations of Deep Learning with a Path Towards General Intelligence.- Zeta Distribution and Transfer Learning Problem.- Vision System for AGI: Problems and Directions.- Semantic Image Retrieval by Uniting Deep Neural Networks and Cognitive Architectures.- The Temporal Singularity: Time-accelerated Simulated Civilizations and Their Implications.- A Computational Theory for Life-Long Learning of Semantics.- Cumulative Learning with Causal-Relational Models.- Transforming Kantian Aesthetic Principles into Qualitative Hermeneutics for Contemplative AGI Agents.- Towards General Evaluation of Intelligent Systems: Using Semantic Analysis to Improve Environments in the AIQ Test.- Perception from an AGI Perspective.- A Phenomenologically Justifiable Simulation of Mental Modeling.- A Time-critical Simulation of Language Comprehension.- How Failure Facilitates Success.- Adaptive Compressed Search.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- International Conference on Intelligent Computing (14th : 2018 : Wuhan, China)
- Cham, Switzerland : Springer, [2018]
- Description
- Book — 1 online resource Digital: text file; PDF.
- Summary
-
- Evolutionary Computation and Learning.- Neural Networks.- Pattern Recognition.- Image Processing.- Information Security.- Virtual Reality and Human-Computer Interaction.- Business Intelligence and Multimedia Technology.- Biomedical Informatics Theory and Methods.- Swarm Intelligence and Optimization.- Natural Computing.- Quantum Computing.- Intelligent Computing in Computer Vision.- Fuzzy Theory and Algorithms.- Machine Learning.- Systems Biology.- Intelligent Systems and Applications for Bioengineering.- Evolutionary Optimization: Foundations and Its Applications to Intelligent Data Analytics.- Swarm Evolutionary Algorithms for Scheduling and Combinatorial Optimization.- Swarm Intelligence and Applications in Combinatorial Qoptimization.- Advances in Metaheuristic Optimization Algorithm.- Advances in Image Processing and Pattern Techniques.- Bioinformatics.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- International Conference on Intelligent Computing (14th : 2018 : Wuhan, China)
- Cham, Switzerland : Springer, [2018]
- Description
- Book — 1 online resource Digital: text file.PDF.
- Summary
-
- Neural Networks.- Pattern Recognition.- Image Processing.- Intelligent Computing in Robotics.- Intelligent Control and Automation.- Intelligent Data Analysis and Prediction.- Fuzzy Theory and Algorithms.- Supervised Learning.- Unsupervised Learning.- Kernel Methods and Supporting Vector Machines.- Knowledge Discovery and Data Mining.- Natural Language Processing and Computational Linguistics.- Gene Expression Array Analysis.- Systems Biology.- Computational Genomics.- Computational Proteomics.- Gene Regulation Modeling and Analysis.- Protein-Protein Interaction Prediction.- Next-Gen Sequencing and Metagenomics.- Structure Prediction and Folding.- Evolutionary Optimization for Scheduling.- High-Throughput Biomedical Data Integration and Mining.- Machine Learning Algorithms and Applications.- Heuristic Optimization Algorithms for Real-World Applications.- Evolutionary Multi-Objective Optimization and Its Applications.- Swarm Evolutionary Algorithms for Scheduling and Combinatorial.- Optimization.- Swarm Intelligence and Applications in Combinatorial Optimization.- Advances in Metaheuristic Optimization Algorithm.- Advances in Image Processing and Pattern Recognition Techniques.- AI in Biomedicine.- Bioinformatics.- Biometrics Recognition.- Information Security.- Virtual Reality and Human-Computer Interaction.- Healthcare Informatics Theory and Methods.- Intelligent Computing in Computer Vision.- Intelligent Agent and Web Applications.- Reinforcement Learning.- Machine Learning.- Modeling, Simulation, and Optimization of Biological Systems.- Biomedical Data Modeling and Mining.- Cheminformatics.- Intelligent Computing in Computational Biology.- Protein Structure and Function Prediction.- Biomarker Discovery.- Hybrid Computational Intelligence: Theory and Application in Bioinformatics, Computational Biology and Systems Biology.- IoT and Smart Data.- Intelligent Systems and Applications for Bioengineering.- Evolutionary Optimization: Foundations and Its Applications to Intelligent Data Analytics.- Protein and Gene Bioinformatics: Analysis, Algorithms and Applications.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
Articles+
Journal articles, e-books, & other e-resources
Guides
Course- and topic-based guides to collections, tools, and services.