Mostrando 4,761 - 4,780 Resultados de 5,832 Para Buscar 'Index Foundation', tiempo de consulta: 0.16s Limitar resultados
  1. 4761
    por Jangla, Kinnary. author
    Publicado 2015
    Libro electrónico
  2. 4762
    Publicado 2022
    Libro electrónico
  3. 4763
    por Roy, Jeffrey
    Publicado 2013
    Libro electrónico
  4. 4764
    Publicado 2024
    Libro electrónico
  5. 4765
    Publicado 2016
    Tabla de Contenidos: “…-- Basic Exporting -- Basic Importing -- Importing a Single Binding -- Importing Multiple Bindings -- Importing an Entire Module -- A Subtle Quirk of Imported Bindings -- Renaming Exports and Imports -- Default Values in Modules -- Exporting Default Values -- Importing Default Values -- Re-exporting a Binding -- Importing Without Bindings -- Loading Modules -- Using Modules in Web Browsers -- Browser Module Specifier Resolution -- Summary -- Appendix A: Minor Changes in ECMAScript 6 -- Working with Integers -- Identifying Integers -- Safe Integers -- New Math Methods -- Unicode Identifiers -- Formalizing the __proto__ Property -- Appendix B: Understanding ECMAScript 7 (2016) -- The Exponentiation Operator -- Order of Operations -- Operand Restriction -- The Array.prototype.includes() Method -- How to Use Array.prototype.includes() -- Value Comparison -- A Change to Function-Scoped Strict Mode -- Index -- The Electronic Frontier Foundation (EFF) -- Updates -- Level Up Your JavaScript…”
    Libro electrónico
  6. 4766
    Publicado 2023
    Libro electrónico
  7. 4767
    Publicado 2023
    Libro electrónico
  8. 4768
    Publicado 2018
    Tabla de Contenidos: “…-- Imperative programming -- Functional programming -- Reactive programming -- Basic building blocks -- Event streams -- State -- Side effects -- Immutability -- RxSwift foundation -- Reactive extensions -- Observable -- Subject -- Marble diagrams -- Schedulers -- Railway-oriented programming -- Summary -- Chapter 3: Set up RxSwift and Convert a Basic Login App to its RxSwift Counterpart -- RxSwift in action -- Let's build the environment first…”
    Libro electrónico
  9. 4769
    por Kalbach, James
    Publicado 2007
    Tabla de Contenidos:
    Libro electrónico
  10. 4770
    por Pugh, David G. 1944-
    Publicado 2005
    Tabla de Contenidos: “…Develop the Visuals -- Step 5: Develop the Proofs -- Step 6: Create a Mock-Up -- Step 7: Draft the Section -- Challenges for Readers -- Chapter 10: The Review Process: Making Sure the Power Is in the Proposal -- The Role of Reviews in the Proposal Process -- Themes and Visuals: The Contributions of the Pink Team -- Pink Team Objectives -- Pink Team Process -- Applying the Pink Team Review to the Final Draft -- Does It Have What It Takes: The Red Team Review -- Who Is Needed: Selecting Team Members -- Red Team Objectives -- Red Team Process -- Long-Term Benefits -- Challenges for Readers -- Chapter 11: Learning Forward: Win or Lose Protocols for Continuous Improvement -- Administering the Protocols -- Client Interview -- Internal Review -- Lessons Learned -- Improvement/Implementation Plan -- Challenges for Readers -- Appendix A: The Ultimate Weapon: Maximize Proposal Effectiveness with Techies Who Can Sell -- Challenges for Readers -- Appendix B: Models of Issue-Driven and Ad-Style Executive Summaries -- Index -- A -- B -- C -- D -- E -- F -- G -- H -- I -- K -- L -- M -- N -- O -- P -- R -- S -- T -- U -- V -- W -- Y -- Z -- About the Authors…”
    Libro electrónico
  11. 4771
    por Špiláčková, Marie, 1972-
    Publicado 2020
    Tabla de Contenidos: “…SUMMARISING THE FINDINGS 189 6.1 Development and Implementation of Enterprise Social Policy of Vítkovice Ironworks between 1876-1954 190 6.2 Development and Implementation of Enterprise Social Policy of the Baťa Enterprise between 1900-1945 195 6.3 Development and Implementation of Enterprise Social Policy between 1969-1989 through Comprehensive Programmes of Care for Workers 198 6.4 Areas of Interest Contained in Enterprise Social Policies and Comprehensive Programmes of Care for Workers in Selected Entities 201 6.5 Development and Implementation of Enterprise Social Work of the Selected Entities in the Defined Territory and Observed Period 205 6.6 Social Work Performed in Enterprises in the Context of the Prevalent Social Policy Paradigm 212 CONCLUSION 219 RESUMÉ 225 REFERENCES 227 LIST OF ARCHIVAL SOURCES 240 LIST OF ARCHIVAL AIDS 244 LIST OF USED ABBREVIATIONS 246 LIST OF DIAGRAMS AND FIGURES 247 LIST OF TABLES 248 INDEX 250…”
    Libro electrónico
  12. 4772
    Publicado 2024
    Tabla de Contenidos: “…-- Summary -- References -- Chapter 8: Techniques for Identifying and Removing Bias -- The bias conundrum -- Types of bias -- Easy to identify bias -- Difficult to identify bias -- The data-centric imperative -- Sampling methods -- Other data-centric techniques -- Case study -- Loading the libraries -- AllKNN undersampling method -- Instance hardness undersampling method -- Oversampling methods -- Shapley values to detect bias, oversample, and undersample data -- Summary -- Chapter 9: Dealing with Edge Cases and Rare Events in Machine Learning -- Importance of detecting rare events and edge cases in machine learning -- Statistical methods -- Z-scores -- Interquartile Range (IQR) -- Box plots -- Scatter plots -- Anomaly detection -- Unsupervised method using Isolation Forest -- Semi-supervised methods using autoencoders -- Supervised methods using SVMs -- Data augmentation and resampling techniques -- Oversampling using SMOTE -- Undersampling using RandomUnderSampler -- Cost-sensitive learning -- Choosing evaluation metrics -- Ensemble techniques -- Bagging -- Boosting -- Stacking -- Summary -- Part 4: Getting Started with Data-Centric ML -- Chapter 10: Kick-Starting Your Journey in Data-Centric Machine Learning -- Solving six common ML challenges -- Being a champion for data quality -- Bringing people together -- Taking accountability for AI ethics and fairness -- Making data everyone's business - our own experience -- Summary -- References -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  13. 4773
    Publicado 2023
    Tabla de Contenidos: “…Creating a Dockerfile -- Setting up Docker Hub to store Docker images -- Creating a Kubernetes configuration file -- The structure of a Kubernetes spec file -- Creating spec files to deploy our microfrontends -- Setting up a managed Kubernetes Cluster on Azure -- Logging into the Azure portal and setting up a subscription key -- Accessing your Kubernetes cluster via the Azure CLI -- Generating credentials for your DevOps pipelines -- Setting up CI/CD with GitHub Actions -- Setting up GitHub secrets -- Getting started with GitHub Actions -- Updating the remotes -- Summary -- Part 4: Managing Microfrontends -- Chapter 9: Managing Microfrontends in Production -- Foundational components for a strong software delivery model -- Branching strategies -- Versioning micro apps -- Rolling back a micro app -- Deploying micro apps with feature toggles -- Summary -- Chapter 10: Common Pitfalls to avoid when Building Microfrontends -- Don't make your micro apps too small -- Avoiding the overuse of Shared Component Code -- Avoiding using multiple frameworks in your microfrontend -- An inability to deploy an individual micro app -- Excessively relying on state -- Avoiding build-time compilation to assemble Microfrontends -- Avoiding packing your micro apps into NPM packages -- Summary -- Part 5: Emerging Trends -- Chapter 11: Latest Trends in Microfrontends -- Microfrontends - decoupled modular frontends -- The island pattern -- Beyond Webpack with ES Modules -- Using WebAssembly Modules -- Edge Functions or Cloud functions -- Generative AI and Microfrontends -- Summary -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  14. 4774
    por Chow, Dennis
    Publicado 2024
    Tabla de Contenidos: “…Number of active SIEM detections by criticality -- Creating dashboard visualizations -- Lab 9.1 - Monitoring team workload in Jira -- Summary -- Chapter 10: Operating Patterns by Maturity -- Technical requirements -- Implementing L1 - foundations -- L1 workflow management -- L1 version control -- L1 CI/CD pipeline -- L1 development environment -- Implementing L2 - intermediate -- L2 workflow management -- L2 version control -- L2 CI/CD pipeline -- L2 development -- Implementing L3 - advanced -- L3 workflow management -- L3 version control -- L3 CI/CD pipeline -- L3 development -- Lab 10.1 - exploring Google Colab -- Summary -- Index -- About Packt -- Other Books You May Enjoy…”
    Libro electrónico
  15. 4775
    Publicado 2019
    Libro electrónico
  16. 4776
    Publicado 2021
    Libro electrónico
  17. 4777
    por Gross, Christian
    Publicado 2007
    Libro electrónico
  18. 4778
    por Choudhry, Moorad
    Publicado 2013
    Libro electrónico
  19. 4779
    Publicado 2022
    Tabla de Contenidos: “…Customer Education Strategies -- Acknowledgments -- About the Authors -- Index -- EULA…”
    Libro electrónico
  20. 4780
    Publicado 2021
    Libro electrónico