Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 253
- Management 250
- Application software 237
- History 236
- Engineering & Applied Sciences 180
- Computer networks 151
- Data processing 140
- Computer Science 124
- Cloud computing 120
- Design 115
- Security measures 114
- Computer programs 107
- Computer programming 105
- Python (Computer program language) 104
- Leadership 103
- Artificial intelligence 98
- Microsoft .NET Framework 94
- Computer software 90
- Machine learning 88
- Database management 87
- Examinations 87
- Information technology 84
- Web sites 84
- Web site development 83
- Programming 82
- Computer security 79
- Software engineering 79
- Big data 77
- Philosophy 73
- Social aspects 71
-
4761
-
4762Publicado 2022Libro electrónico
-
4763
-
4764Publicado 2024Libro electrónico
-
4765Publicado 2016Tabla 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 -
4766
-
4767Publicado 2023Libro electrónico
-
4768Publicado 2018Tabla 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 -
4769
-
4770por Pugh, David G. 1944-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…”
Publicado 2005
Libro electrónico -
4771por Špiláčková, Marie, 1972-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…”
Publicado 2020
Libro electrónico -
4772Publicado 2024Tabla 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 -
4773Publicado 2023Tabla 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 -
4774por Chow, DennisTabla 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…”
Publicado 2024
Libro electrónico -
4775
-
4776Publicado 2021Libro electrónico
-
4777
-
4778
-
4779Publicado 2022Tabla de Contenidos: “…Customer Education Strategies -- Acknowledgments -- About the Authors -- Index -- EULA…”
Libro electrónico -
4780