Mostrando 3,721 - 3,740 Resultados de 4,139 Para Buscar '"Road to..."', tiempo de consulta: 0.13s Limitar resultados
  1. 3721
    Publicado 2017
    “…However, one of the most noticeable and credible features of this publication is, it takes the reader from the very basics and background of data hiding techniques, and run’s on the reading-road to arrive at some of the more complex methodologies employed for concealing data object from the human eye and/or the investigation . …”
    Libro electrónico
  2. 3722
    Publicado 2017
    Tabla de Contenidos: “…-- 1.5 Example Code and Datasets -- 1.6 Parting Words -- Part 1 The Stuff You'll Always Use -- Chapter 2 The Data Science Road Map -- 2.1 Frame the Problem -- 2.2 Understand the Data: Basic Questions -- 2.3 Understand the Data: Data Wrangling -- 2.4 Understand the Data: Exploratory Analysis -- 2.5 Extract Features -- 2.6 Model -- 2.7 Present Results -- 2.8 Deploy Code -- 2.9 Iterating -- 2.10 Glossary -- Chapter 3 Programming Languages -- 3.1 Why Use a Programming Language? …”
    Libro electrónico
  3. 3723
    Publicado 2023
    Tabla de Contenidos: “…12.3 System Architecture -- 12.3.1 Model Development Phase -- 12.3.2 Development Environment Phase -- 12.4 Methodology -- 12.4.1 Image Pre-Processing Phase -- 12.4.2 Model Building Phase -- 12.5 Implementation and Results -- 12.5.1 Performance -- 12.5.2 Confusion Matrix -- 12.6 Conclusion and Future Scope -- References -- Chapter 13 Recent Advances in Intelligent Transportation Systems in India: Analysis, Applications, Challenges, and Future Work -- 13.1 Introduction -- 13.2 A Primer on ITS -- 13.3 The ITS Stages -- 13.4 Functions of ITS -- 13.5 ITS Advantages -- 13.6 ITS Applications -- 13.7 ITS Across the World -- 13.8 India's Status of ITS -- 13.9 Suggestions for Improving India's ITS Position -- 13.10 Conclusion -- References -- Chapter 14 Evolutionary Approaches in Navigation Systems for Road Transportation System -- 14.1 Introduction -- 14.1.1 Navigation System -- 14.1.2 Genetic Algorithm -- 14.1.3 Differential Evolution -- 14.2 Related Studies -- 14.2.1 Related Studies of Evolutionary Algorithms -- 14.3 Navigation Based on Evolutionary Algorithm -- 14.3.1 Operators and Terms Used in Evolutionary Algorithms -- 14.3.2 Operator and Terms Used in Evolutionary Algorithm -- 14.4 Meta-Heuristic Algorithms for Navigation -- 14.4.1 Drawbacks of DE -- 14.5 Conclusion -- References -- Chapter 15 IoT-Based Smart Parking System for Indian Smart Cities -- 15.1 Introduction -- 15.2 Indian Smart Cities Mission -- 15.3 Vehicle Parking and Its Requirements in a Smart City Configuration -- 15.4 Technologies Incorporated in a Vehicle Parking System in Smart Cities -- 15.5 Sensors for Vehicle Parking System -- 15.5.1 Active Sensors -- 15.5.2 Passive Sensors -- 15.6 IoT-Based Vehicle Parking System for Indian Smart Cities -- 15.6.1 Guidance to the Customers Through Smart Devices -- 15.6.2 Smart Parking Reservation System…”
    Libro electrónico
  4. 3724
    Publicado 2004
    Tabla de Contenidos: “…Organization, responsibilities, and interfaces -- Tools, environment, and infrastructure -- Administration and maintenance -- The SCM process -- Configuration identification -- Configuration and change control -- Configuration status accounting -- Milestones -- Training and resources -- Subcontractor and vendor software control -- Rules for the road -- Why projects fail and succeed -- Roadmap -- Where are we? …”
    Libro electrónico
  5. 3725
    por Al-Turjman, Fadi
    Publicado 2024
    Tabla de Contenidos: “…8.6.6 Cyber maturity and capability -- 8.6.7 Cyber-hygiene procedures -- 8.7 Conclusion -- References -- 9 EU artificial intelligence regulation -- 9.1 Introduction -- 9.2 Background of the regulation -- 9.2.1 Digital Decade targets and objectives -- 9.2.2 2030 Targets of European Union -- 9.2.3 Multicountry projects -- 9.2.4 Road map -- 9.3 Scope of the regulation -- 9.3.1 What is the Artificial Intelligence Act? …”
    Libro electrónico
  6. 3726
    Publicado 2022
    Tabla de Contenidos: “…Intro -- inside front cover -- Testing Web APIs -- Copyright -- dedication -- contents -- front matter -- foreword -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized: A road map -- Prerequisites -- About the code -- liveBook discussion forum -- about the author -- about the cover illustration -- Part 1 The value of web API testing -- 1 Why and how we test web APIs -- 1.1 What's going on in your web APIs? …”
    Libro electrónico
  7. 3727
    Publicado 2020
    Tabla de Contenidos: “…10.3.3 Describe() and it() test functions -- 10.4 Recap writing of test script -- 10.5 The blind auction test script -- 10.5.1 Analysis of describe() and it() code -- 10.5.2 Executing the blind auction test script -- 10.5.3 Full auction run -- 10.6 Retrospective -- 10.7 Best practices -- 10.8 Summary -- 11 A roadmap to Dapp development -- 11.1 Motivating scenario: Educational credentialing -- 11.2 The roadmap -- 11.3 Problem description -- 11.3.1 Context for the DCC application -- 11.3.2 Design choices -- 11.4 Analysis and design -- 11.4.1 Operation flow and finite state machine -- 11.4.2 Contract diagram -- 11.5 Developing the smart contract -- 11.5.1 Data structures -- 11.5.2 Events -- 11.5.3 Modifiers -- 11.5.4 Functions -- 11.6 Local deployment -- 11.7 Automated testing using truffle -- 11.8 Developing the web application -- 11.8.1 UI design -- 11.8.2 Coding the app.js -- 11.9 Testing the DCC-Dapp -- 11.10 Public deployment -- 11.10.1 Deployment on Ropsten-Infura -- 11.10.2 Create web-client for distribution -- 11.11 Retrospective -- 11.12 Best practices -- Summary -- 12 Blockchain: The road ahead -- 12.1 Decentralized identity -- 12.2 Self-managed identity -- 12.3 Consensus and integrity -- 12.3.1 Proof of work -- 12.3.2 Proof of stake -- 12.3.3 Byzantine fault-tolerant consensus -- 12.4 Scalability -- 12.5 Scalability solutions -- 12.5.1 Side channel -- 12.5.2 Block size -- 12.5.3 Network speed -- 12.6 Privacy -- 12.7 Public, private, and permissioned networks -- 12.8 Confidentiality -- 12.8.1 Open information -- 12.8.2 A solution -- 12.9 Security -- 12.10 Securing it with cryptocurrency -- 12.11 Accessing off-chain data (Oracles) -- 12.12 From foundations to practical systems -- 12.13 Looking ahead -- 12.14 Best practices -- 12.15 Retrospective -- 12.16 Summary -- appendix A. …”
    Libro electrónico
  8. 3728
    por Rodenburg, Jort
    Publicado 2021
    Tabla de Contenidos: “…13.4 Routing HTTP requests to controllers and methods -- Exercises -- Summary -- 14 JSON serialization/ deserialization and custom model binding -- 14.1 Implementing the BookingController class -- 14.1.1 Introduction to data deserialization -- 14.1.2 Using the [FromBody] attribute to deserialize incoming HTTP data -- 14.1.3 Using a custom model binder and method attribute for model binding -- 14.1.4 Implementing the CreateBooking endpoint method logic -- 14.2 Acceptance testing and Swagger middleware -- 14.2.1 Manual acceptance testing with an OpenAPI specification -- 14.2.2 Generating an OpenAPI specification at runtime -- 14.3 The end of the road -- Summary -- appendix A Exercise answers -- Chapter 2: .NET and how it compiles -- Chapter 4: Manage your unmanaged resources! …”
    Libro electrónico
  9. 3729
    Publicado 2021
    Tabla de Contenidos: “…Cover -- Half-Title Page -- Series Page -- Title Page -- Copyright Page -- Contents -- Preface -- 1 Bioinfomatics as a Tool in Drug Designing -- 1.1 Introduction -- 1.2 Steps Involved in Drug Designing -- 1.2.1 Identification of the Target Protein/Enzyme -- 1.2.2 Detection of Molecular Site (Active Site) in the Target Protein -- 1.2.3 Molecular Modeling -- 1.2.4 Virtual Screening -- 1.2.5 Molecular Docking -- 1.2.6 QSAR (Quantitative Structure-Activity Relationship) -- 1.2.7 Pharmacophore Modeling -- 1.2.8 Solubility of Molecule -- 1.2.9 Molecular Dynamic Simulation -- 1.2.10 ADME Prediction -- 1.3 Various Softwares Used in the Steps of Drug Designing -- 1.4 Applications -- 1.5 Conclusion -- References -- 2 New Strategies in Drug Discovery -- 2.1 Introduction -- 2.2 Road Toward Advancement -- 2.3 Methodology -- 2.3.1 Target Identification -- 2.3.2 Docking-Based Virtual Screening -- 2.3.3 Conformation Sampling -- 2.3.4 Scoring Function -- 2.3.5 Molecular Similarity Methods -- 2.3.6 Virtual Library Construction -- 2.3.7 Sequence-Based Drug Design -- 2.4 Role of OMICS Technology -- 2.5 High-Throughput Screening and Its Tools -- 2.6 Chemoinformatic -- 2.6.1 Exploratory Data Analysis -- 2.6.2 Example Discovery -- 2.6.3 Pattern Explanation -- 2.6.4 New Technologies -- 2.7 Concluding Remarks and Future Prospects -- References -- 3 Role of Bioinformatics in Early Drug Discovery: An Overview and Perspective -- 3.1 Introduction -- 3.2 Bioinformatics and Drug Discovery -- 3.2.1 Structure-Based Drug Design (SBDD) -- 3.2.2 Ligand-Based Drug Design (LBDD) -- 3.3 Bioinformatics Tools in Early Drug Discovery -- 3.3.1 Possible Biological Activity Prediction Tools -- 3.3.2 Possible Physicochemical and Drug-Likeness Properties Verification Tools -- 3.3.3 Possible Toxicity and ADME/T Profile Prediction Tools -- 3.4 Future Directions With Bioinformatics Tool…”
    Libro electrónico
  10. 3730
    Publicado 2017
    Tabla de Contenidos: “…Runtime Trade-Offs in Self-Adaptive Systems -- 1.5. Challenges and the Road Ahead -- 1.5.1. How to Architect for Adaptability? …”
    Libro electrónico
  11. 3731
    Publicado 2016
    Tabla de Contenidos: “…Primum non Nocere: Some Thoughts on False Positives, Patternicity and Liability -- 3.2.3.1. The Road to Hell May Be Paved With Risky (but Often Necessary) Assumptions -- 3.2.3.2. …”
    Libro electrónico
  12. 3732
    Publicado 2023
    Tabla de Contenidos: “…-- How this book is organized: A road map -- About the code -- liveBook discussion forum -- Other online resources -- about the author -- about the cover illustration -- Part 1 Cloud native fundamentals -- 1 Introduction to cloud native -- 1.1 What is cloud native? …”
    Libro electrónico
  13. 3733
    Publicado 2023
    Tabla de Contenidos: “…Intro -- inside front cover -- Java Persistence with Spring Data and Hibernate -- Copyright -- dedication -- brief contents -- contents -- front matter -- forewords -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized: A road map -- About the code -- liveBook discussion forum -- about the author -- authors of Java Persistence with Hibernate, Second Edition -- about the cover illustration -- Part 1. …”
    Libro electrónico
  14. 3734
    Publicado 2016
    Tabla de Contenidos: “…-- 1.8 R Books -- 1.9 A Road Map -- Chapter 2 The R Basics -- 2.1 Introduction -- 2.2 Simple Arithmetics and a Little Beyond -- 2.2.1 Absolute Values, Remainders, etc. -- 2.2.2 round, floor, etc. -- 2.2.3 Summary Functions -- 2.2.4 Trigonometric Functions -- 2.2.5 Complex Numbers -- 2.2.6 Special Mathematical Functions -- 2.3 Some Basic R Functions -- 2.3.1 Summary Statistics -- 2.3.2 is, as, is.na, etc. -- 2.3.3 factors, levels, etc. -- 2.3.4 Control Programming -- 2.3.5 Other Useful Functions -- 2.3.6 Calculus* -- 2.4 Vectors and Matrices in R -- 2.4.1 Vectors -- 2.4.2 Matrices -- 2.5 Data Entering and Reading from Files -- 2.5.1 Data Entering -- 2.5.2 Reading Data from External Files -- 2.6 Working with Packages -- 2.7 R Session Management -- 2.8 Further Reading -- 2.9 Complements, Problems, and Programs -- Chapter 3 Data Preparation and Other Tricks -- 3.1 Introduction -- 3.2 Manipulation with Complex Format Files -- 3.3 Reading Datasets of Foreign Formats -- 3.4 Displaying R Objects -- 3.5 Manipulation Using R Functions -- 3.6 Working with Time and Date -- 3.7 Text Manipulations -- 3.8 Scripts and Text Editors for R -- 3.8.1 Text Editors for Linuxians -- 3.9 Further Reading -- 3.10 Complements, Problems, and Programs -- Chapter 4 Exploratory Data Analysis…”
    Libro electrónico
  15. 3735
    Publicado 2012
    Tabla de Contenidos: “…Set VI -- 5.18 The Second Lawapplied to Uniform Circular Motion -- 5.18.1 Example 1: Banking of Road Surface for Fast Moving Vehicles -- 5.18.2 Example 2: Conical Pendulum -- 5.18.3 Example 3: A Satellite in a Circular Orbit -- 5.18.4 Example 4: Calculation of Bohr Radius -- 5.19 Worked Out Examples. …”
    Libro electrónico
  16. 3736
    Publicado 2018
    Tabla de Contenidos: “…Summary and Future Work -- 8.2. Perspective: The Road Ahead for MDE -- 8.2.1. Challenges -- 8.2.2. …”
    Libro electrónico
  17. 3737
    Publicado 2023
    Tabla de Contenidos: “…Intro -- inside front cover -- Privacy-Preserving Machine Learning -- Copyright -- contents -- front matter -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized: A road map -- About the code -- liveBook discussion forum -- about the authors -- about the cover illustration -- Part 1 Basics of privacy-preserving machine learning with differential privacy -- 1 Privacy considerations in machine learning -- 1.1 Privacy complications in the AI era -- 1.2 The threat of learning beyond the intended purpose -- 1.2.1 Use of private data on the fly -- 1.2.2 How data is processed inside ML algorithms -- 1.2.3 Why privacy protection in ML is important -- 1.2.4 Regulatory requirements and the utility vs. privacy tradeoff -- 1.3 Threats and attacks for ML systems -- 1.3.1 The problem of private data in the clear -- 1.3.2 Reconstruction attacks -- 1.3.3 Model inversion attacks -- 1.3.4 Membership inference attacks -- 1.3.5 De-anonymization or re-identification attacks -- 1.3.6 Challenges of privacy protection in big data analytics -- 1.4 Securing privacy while learning from data: Privacy-preserving machine learning -- 1.4.1 Use of differential privacy -- 1.4.2 Local differential privacy -- 1.4.3 Privacy-preserving synthetic data generation -- 1.4.4 Privacy-preserving data mining techniques -- 1.4.5 Compressive privacy -- 1.5 How is this book structured? …”
    Libro electrónico
  18. 3738
    Publicado 2023
    Tabla de Contenidos: “…Intro -- inside front cover -- BDD in Action -- Praise for the first edition -- Copyright -- dedication -- Deliberate Discovery-A "Sonnet" -- contents -- front matter -- foreword -- preface -- acknowledgments -- about this book -- Who should read this book -- How the book is organized: A road map -- Prerequisites -- About the code -- Source code and other resources -- liveBook discussion forum -- about the authors -- about the cover illustration -- Part 1. …”
    Libro electrónico
  19. 3739
    Publicado 2019
    Tabla de Contenidos: “…ASEAN Socio-Cultural Pillar -- IMPROVEMENT OF TEACHER EDUCATION QUALIFICATION IN FACING THE ASEAN ECONOMIC COMMUNITY ERA BY KERINCI REGENCY EDUCATION OFFICE -- THE USE OF ICT IN LEARNING ENGLISH FOR SPECIFIC PURPOSES -- DISASTER AND CONFLICT MANAGEMENT -- RESILIENCE FAMILY EARLY MARRIAGE -- DIVORCED WOMAN THAN REMARRIED AGAIN: A SOCIAL PRACTICE IN NAGARI PADANG GANTIANG -- THE CLUSTERING ANALYSIS OF ASEAN COUNTRIES BASED ON THE PROGRESS OF YOUTH DEVELOPMENT INDEX -- INTEGRATING THE VOTER EDUCATION TO SCHOOL SUBJECTS IN FORMAL EDUCATION -- INDIGENOUS WOMEN'S RESPONSE TO MODERNIZATION IN KAMPUNG NAGA TASIKMALAYA DISTRICT -- ASEAN 2025: CHALLENGES IN THE ESTABLISHMENT OF THE ASEAN IDENTITY -- PSYCHO-PRAGMATIC FACTORS OF THE ACTION OF VERBAL VIOLANCE AGAINST WOMAN: A CASE ASTUDY IN DKI JAKARTA -- INTERPROFESSIONAL EDUCATION IN MEDICAL AND HEALTH SCIENCE EDUCATION: REVIEWING THE PROGRESS IN ASEAN -- IMPORTANCE OF EARLY INFORMATION IN EARTHQUAKE DISASTER RISK REDUCTION: LEARNING FROM EXPERIENCE WEST SUMATRA EARTHQUAKE 2009 -- DELIBERATIVE LEADERSHIP MODEL OF INDIGENOUS PEOPLE IN KAMPUNG NAGA TASIKMALAYA DISTRICT -- THE EFFECT OF MATRIARCHAT CULTURE, MENTOR PROCESSING, AND DEVELOPMENT PROGRAM ON FIRM PERFORMANCE OF FAMILY BUSINESS SUCCESSION IN MINANGKABAU WEST SUMATERA-INDONESIA -- INDONESIA IN JAPAN REARRANGES INDONESIAN NATION THROUGH THE DIASPORA EXPERIENCE PERSPECTIVE -- BELT AND ROAD INITIATIVE PROJECT IN MYANMAR: CHINA PUBLIC DIPLOMACY -- Retraction Note…”
    Libro electrónico
  20. 3740
    Tabla de Contenidos: “…Les indicateurs de performance utilisés par le MRWA -- Tableau 11. Department of Main Roads du Queensland : indicateurs de performance proposés…”
    Libro electrónico