Optimization and Machine Learning
Home > Computing and Information Technology > Computer science > Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization
Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization

Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Machine learning and optimization techniques are revolutionizing our world. Other types of information technology have not progressed as rapidly in recent years, in terms of real impact. The aim of this book is to present some of the innovative techniques in the field of optimization and machine learning, and to demonstrate how to apply them in the fields of engineering. Optimization and Machine Learning presents modern advances in the selection, configuration and engineering of algorithms that rely on machine learning and optimization. The first part of the book is dedicated to applications where optimization plays a major role, and the second part describes and implements several applications that are mainly based on machine learning techniques. The methods addressed in these chapters are compared against their competitors, and their effectiveness in their chosen field of application is illustrated.

Table of Contents:
Introduction xi Rachid CHELOUAH Part 1 Optimization 1 Chapter 1 Vehicle Routing Problems with Loading Constraints: An Overview of Variants and Solution Methods 3 Ines SBAI and Saoussen KRICHEN 1.1 Introduction 3 1.2 The capacitated vehicle routing problem with two-dimensional loading constraints 5 1.2.1 Solution methods 6 1.2.2 Problem description 8 1.2.3 The 2L-CVRP variants 9 1.2.4 Computational analysis 10 1.3 The capacitated vehicle routing problem with three-dimensional loading constraints 11 1.3.1 Solution methods 11 1.3.2 Problem description 13 1.3.3 3L-CVRP variants 14 1.3.4 Computational analysis 16 1.4 Perspectives on future research 18 1.5 References 18 Chapter 2 MAS-aware Approach for QoS-based IoT Workflow Scheduling in Fog-Cloud Computing 25 Marwa MOKNI and Sonia YASSA 2.1 Introduction 26 2.2 Related works 27 2.3 Problem formulation 29 2.3.1 IoT-workflow modeling 31 2.3.2 Resources modeling 31 2.3.3 QoS-based workflow scheduling modeling 31 2.4 MAS-GA-based approach for IoT workflow scheduling 33 2.4.1 Architecture model 33 2.4.2 Multi-agent system model 34 2.4.3 MAS-based workflow scheduling process 35 2.5 GA-based workflow scheduling plan 38 2.5.1 Solution encoding 39 2.5.2 Fitness function 41 2.5.3 Mutation operator 41 2.6 Experimental study and analysis of the results 43 2.6.1 Experimental results 45 2.7 Conclusion 51 2.8 References 51 Chapter 3 Solving Feature Selection Problems Built on Population-based Metaheuristic Algorithms 55 Mohamed SASSI 3.1 Introduction 56 3.2 Algorithm inspiration 57 3.2.1 Wolf pack hierarchy 57 3.2.2 The four phases of pack hunting 58 3.3 Mathematical modeling 59 3.3.1 Pack hierarchy 59 3.3.2 Four phases of hunt modeling 61 3.3.3 Research phase – exploration 64 3.3.4 Attack phase – exploitation 65 3.3.5 Grey wolf optimization algorithm pseudocode 66 3.4 Theoretical fundamentals of feature selection 67 3.4.1 Feature selection definition 67 3.4.2 Feature selection methods 68 3.4.3 Filter method 68 3.4.4 Wrapper method 69 3.4.5 Binary feature selection movement 69 3.4.6 Benefits of feature selection for machine learning classification algorithms 70 3.5 Mathematical modeling of the feature selection optimization problem 70 3.5.1 Optimization problem definition 71 3.5.2 Binary discrete search space 71 3.5.3 Objective functions for the feature selection 72 3.6 Adaptation of metaheuristics for optimization in a binary search space 76 3.6.1 Module 𝑀1 77 3.6.2 Module 𝑀2 78 3.7 Adaptation of the grey wolf algorithm to feature selection in a binary search space 81 3.7.1 First algorithm bGWO1 81 3.7.2 Second algorithm bGWO2 83 3.7.3 Algorithm 2: first approach of the binary GWO 84 3.7.4 Algorithm 3: second approach of the binary GWO 85 3.8 Experimental implementation of bGWO1 and bGWO2 and discussion 86 3.9 Conclusion 87 3.10 References 88 Chapter 4 Solving the Mixed-model Assembly Line Balancing Problem by using a Hybrid Reactive Greedy Randomized Adaptive Search Procedure 91 Belkharroubi LAKHDAR and Khadidja YAHYAOUI 4.1 Introduction 92 4.2 Related works from the literature 95 4.3 Problem description and mathematical formulation 97 4.3.1 Problem description 97 4.3.2 Mathematical formulation 98 4.4 Basic greedy randomized adaptive search procedure 99 4.5 Reactive greedy randomized adaptive search procedure 100 4.6 Hybrid reactive greedy randomized adaptive search procedure for the mixed model assembly line balancing problem type-2 101 4.6.1 The proposed construction phase 102 4.6.2 The local search phase 106 4.7 Experimental examples 107 4.7.1 Results and discussion 111 4.8 Conclusion 115 4.9 References 116 Part 2 Machine Learning 119 Chapter 5 An Interactive Attention Network with Stacked Ensemble Machine Learning Models for Recommendations 121 Ahlem DRIF, SaadEddine SELMANI and Hocine CHERIFI 5.1 Introduction 122 5.2 Related work 124 5.2.1 Attention network mechanism in recommender systems 124 5.2.2 Stacked machine learning for optimization 125 5.3 Interactive personalized recommender 126 5.3.1 Notation 128 5.3.2 The interactive attention network recommender 129 5.3.3 The stacked content-based filtering recommender 134 5.4 Experimental settings 136 5.4.1 The datasets 136 5.4.2 Evaluation metrics 137 5.4.3 Baselines 139 5.5 Experiments and discussion 140 5.5.1 Hyperparameter analysis 140 5.5.2 Performance comparison with the baselines 143 5.6 Conclusion 146 5.7 References 146 Chapter 6 A Comparison of Machine Learning and Deep Learning Models with Advanced Word Embeddings: The Case of Internal Audit Reports 151 Gustavo FLEURY SOARES and Induraj PUDHUPATTU RAMAMURTHY 6.1 Introduction 152 6.2 Related work 154 6.2.1 Word embedding 156 6.2.2 Deep learning models 157 6.3 Experiments and evaluation 158 6.4 Conclusion and future work 163 6.5 References 165 Chapter 7 Hybrid Approach based on Multi-agent System and Fuzzy Logic for Mobile Robot Autonomous Navigation 169 Khadidja YAHYAOUI 7.1 Introduction 170 7.2 Related works 171 7.2.1 Classical approaches 172 7.2.2 Advanced methods 173 7.3 Problem position 174 7.4 Developed control architecture 176 7.4.1 Agents description 177 7.5 Navigation principle by fuzzy logic 183 7.5.1 Fuzzy logic overview 183 7.5.2 Description of simulated robot 184 7.5.3 Strategy of navigation 185 7.5.4 Fuzzy controller agent 186 7.6 Simulation and results 194 7.7 Conclusion 196 7.8 References 196 Chapter 8 Intrusion Detection with Neural Networks: A Tutorial 201 Alvise DE’ FAVERI TRON 8.1 Introduction 201 8.1.1 Intrusion detection systems 201 8.1.2 Artificial neural networks 202 8.1.3 The NSL-KDD dataset 202 8.2 Dataset analysis 203 8.2.1 Dataset summary 203 8.2.2 Features 203 8.2.3 Binary feature distribution 204 8.2.4 Categorical features distribution 207 8.2.5 Numerical data distribution 211 8.2.6 Correlation matrix 212 8.3 Data preparation 213 8.3.1 Data cleaning 213 8.3.2 Categorical columns encoding 213 8.3.3 Normalization 214 8.4 Feature selection 217 8.4.1 Tree-based selection 217 8.4.2 Univariate selection 218 8.5 Model design 219 8.5.1 Project environment 219 8.5.2 Building the neural network 220 8.5.3 Learning hyperparameters 220 8.5.4 Epochs 220 8.5.5 Batch size 221 8.5.6 Dropout layers 221 8.5.7 Activation functions 222 8.6 Results comparison 222 8.6.1 Evaluation metrics 222 8.6.2 Preliminary models 223 8.6.3 Adding dropout 225 8.6.4 Adding more layers 226 8.6.5 Adding feature selection 227 8.7 Deployment in a network 228 8.7.1 Sensors 228 8.7.2 Model choice 229 8.7.3 Model deployment 229 8.7.4 Model adaptation 231 8.8 Future work 231 8.9 References 231 List of Authors 233 Index 235


Best Sellers


Product Details
  • ISBN-13: 9781119902874
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: Standards Information Network
  • Language: English
  • Sub Title: Optimization for Machine Learning and Machine Learning for Optimization
  • ISBN-10: 1119902878
  • Publisher Date: 15 Feb 2022
  • Binding: Digital (delivered electronically)
  • No of Pages: 256


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization
John Wiley & Sons Inc -
Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Optimization and Machine Learning: Optimization for Machine Learning and Machine Learning for Optimization

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!