Mostrando 12,121 - 12,140 Resultados de 13,591 Para Buscar '"BEYOND"', tiempo de consulta: 0.14s Limitar resultados
  1. 12121
    Publicado 2024
    Tabla de Contenidos: “…Dealing with invalidation in multi-threaded scenarios -- Summary -- Chapter 5: Making a Case for std::vector -- Performance considerations -- Comparison with other containers -- The memory advantage -- The takeaway -- Practical use cases -- A resizable dynamic array at heart -- Data processing and analytics -- Graphics and game development -- Beyond just containers -- Versatility and efficiency -- A testament to versatility -- Efficiency isn't just about speed -- A safe default, but not the only option -- Summary -- Part 2: Understanding STL Data Structures -- Chapter 6: Advanced Sequence Container Usage -- Technical requirements -- std::array -- Purpose and suitability -- Ideal use cases -- Performance -- Memory management -- Thread safety -- Extensions and variants -- Sorting and searching complexity -- Interface and member functions -- Comparisons -- Interactions with algorithms -- Exceptions -- Customization -- Example -- Best practices -- std::vector -- Purpose and suitability -- Ideal use cases -- Performance -- Memory management -- Thread safety -- Extensions and variants -- Sorting and searching complexity -- Special interface and member functions -- Comparisons -- Interactions with algorithms -- Exceptions -- Customization -- Example -- Best practices -- std::deque -- Purpose and suitability -- Ideal use cases -- Performance -- Memory management -- Thread safety -- Extensions and variants -- Sorting and searching complexity -- Interface and member functions -- Comparisons -- Interactions with algorithms -- Exceptions -- Customization -- Example -- Best practices -- std::list -- Purpose and suitability -- Ideal use cases -- Performance -- Memory management -- Thread safety -- Extensions and variants -- Sorting and searching complexity -- Interface and member functions -- Comparisons -- Interactions with algorithms -- Exceptions…”
    Libro electrónico
  2. 12122
    Publicado 2024
    “…Rise above the competition and excel in your next interview with this one-stop guide to Python, SQL, version control, statistics, machine learning, and much more Key Features Acquire highly sought-after skills of the trade, including Python, SQL, statistics, and machine learning Gain the confidence to explain complex statistical, machine learning, and deep learning theory Extend your expertise beyond model development with version control, shell scripting, and model deployment fundamentals Purchase of the print or Kindle book includes a free PDF eBook Book Description The data science job market is saturated with professionals of all backgrounds, including academics, researchers, bootcampers, and Massive Open Online Course (MOOC) graduates. …”
    Libro electrónico
  3. 12123
    Publicado 2024
    Tabla de Contenidos: “…-- Summary -- Reference List -- 17 The Transportation Department -- Transportation Coordinator -- Transportation Captain -- More Transportation Crew -- Qualities of a Good Transportation Team -- Operations -- Picture Vehicles -- Production Vehicles -- Unions, Guilds, and Organizations -- Summary -- Part III Post-Production and Beyond -- 18 Post-Production -- Post-Production Supervisor -- Editor -- Assistant Editors -- Sound Designer -- Sound Editor -- Dialogue Editor -- Sound Effects Editor -- Music Editor -- ADR Editor -- Looping/ADR -- Re-Recording Mixers -- The Sound Mix -- The Post-Production Process -- The Digital Workflow -- Color Correction -- Main Titles and End Credits -- Unions, Guilds, and Organizations -- There's an App for That! …”
    Libro electrónico
  4. 12124
    Publicado 2024
    “…Authored by seasoned AWS technology leaders Saurabh Shrivastav and Neelanjali Srivastav, this book goes beyond traditional certification guides, offering in-depth insights and advanced techniques to meet the specific needs and challenges of solutions architects today. …”
    Libro electrónico
  5. 12125
    por Diamond, Stephanie
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Generative AI -- Chapter 1 Grasping the Basics of Generative AI -- Understanding the Different Flavors of AI -- Using AI that learns from data -- Using follow-the-rules AI -- Needing a Teacher versus Learning On Its Own -- Considering supervised learning -- Dipping into unsupervised learning -- Recognizing differences and their impact -- Grasping real-world implications -- Observing AI That Creates New Things versus AI That Sorts and Filters -- Looking at generative AI as the innovator -- Navigating discriminative AI as the organizer -- Viewing how they work together -- Thinking about the impact of AI -- Looking at the Role of Human-Technology Interaction -- Improving health care -- Transforming learning experiences in education -- Catalyzing efficiency and innovation in the workplace -- Navigating the AI-Human Partnership -- Unpacking the Mechanics of Generative AI -- Understanding neural networks -- Discovering natural language processing -- Creating text and content with AI -- Building practical applications -- Seeing How AI "Understands" Prompts -- Deploying training data -- Understanding context -- Understanding the role of relevance -- Looking at everyday examples -- Uncovering challenges in AI's understanding of prompts -- Considering the Strengths and Limitations of AI Models -- Reviewing the strengths -- Identifying the limitations -- Balancing AI's strengths and limitations -- Chapter 2 Exploring Types of Generative AI Output -- Understanding Text Generation Techniques -- The template-based method -- The freeform method -- Natural language generation -- Text summarization -- Exploring the Creation of AI Images…”
    Libro electrónico
  6. 12126
    por Tyson, Eric
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Deciding to Buy a Business -- Chapter 1 Preparing to Buy a Business -- Figuring Your Financial Fitness -- Assess your financial position and goals -- Measuring your net worth -- Telling good debt from bad debt -- Reducing debt -- Buying insurance -- Planning for the long term -- Shrink your spending -- Build up your cash reserves -- Stabilize income with part time work -- Assessing and Replacing Benefits -- Retirement savings plans and pensions -- Health insurance -- Disability insurance -- Life insurance -- Dental, vision, and other insurance -- Social Security taxes -- Time off -- Understanding Your Time and Financial Commitments to Buy -- Stepping Toward Buying a Business -- Enlisting Help from Top-Notch Professionals -- Start with free/low-cost industry resources -- Finding and interviewing reputable professionals -- Estimating the Cost of Your Search and Business Acquisition -- Calculating a down payment amount -- Tallying search expenses -- Finding funding -- Chapter 2 Is Buying a Business for You? …”
    Libro electrónico
  7. 12127
    por Simpson, Alan
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy to Do the Projects in This Book -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Installing Python and VS Code -- Installing the Python extension -- Letting AI write your Python code -- Using GitHub Copilot -- Using Jupyter Notebook for Coding -- Chapter 2 Using Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Closing a File -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebooks -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Integers -- Floats -- Complex numbers -- Words (strings) -- Booleans -- Working with Python Operators -- Arithmetic operators -- Comparison operators -- Boolean operators -- Creating and Using Variables…”
    Libro electrónico
  8. 12128
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About this Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Starting Your CCSP Journey -- Chapter 1 Familiarizing Yourself with (ISC)2 and the CCSP Certification -- Appreciating (ISC)2 and the CCSP Certification -- Knowing Why You Need to Get Certified -- Studying the Prerequisites for the CCSP -- Understanding the CCSP Domains -- Domain 1: Cloud Concepts, Architecture, and Design -- Domain 2: Cloud Data Security -- Domain 3: Cloud Platform and Infrastructure Security -- Domain 4: Cloud Application Security -- Domain 5: Cloud Security Operations -- Domain 6: Legal, Risk, and Compliance -- Preparing for the Exam -- Studying on your own -- Learning by doing -- Getting official (ISC)2 CCSP training -- Attending other training courses -- Practice, practice, practice -- Ensuring you're ready for the exam -- Registering for the Exam -- Taking the Exam -- Identifying What to Do After the Exam -- Chapter 2 Identifying Information Security Fundamentals -- Exploring the Pillars of Information Security -- Confidentiality -- Integrity -- Availability -- Security controls -- Threats, Vulnerabilities, and Risks . . . …”
    Libro electrónico
  9. 12129
    por M., Rajaram
    Publicado 2014
    Tabla de Contenidos: “…Cover -- Contents -- Preface -- RoadMap to the Syllabus -- About the Authors -- Part I: Fundamentals of Computer -- Chapter 0: Introduction to Computers -- 0.1 Introduction -- 0.2 Characteristics of Computers -- 0.3 Evolution of Computers -- 0.4 Computer Generations -- 0.4.1 First Generation (1940-1956): Vacuum Tubes -- 0.4.2 Second Generation (1956-1963): Transistors -- 0.4.3 Third Generation (1964 to Early 1970s): Integrated Circuits -- 0.4.4 Fourth Generation (Early 1970s Till Date): Microprocessors -- 0.4.5 Fifth Generation (Present and Beyond): Artificial Intelligence -- 0.5 Classification of Computers -- 0.5.1 Micro Computers -- 0.5.2 Mini Computers -- 0.5.3 Mainframe Computer -- 0.5.4 Super Computers -- 0.6 Application of Computers -- 0.7 Basic Computer Organization -- 0.7.1 Hardware -- 0.8 Number system -- 0.8.1 Types of Number System -- 0.8.2 Conversion between Number Bases -- Summary -- Exercises -- Part II: Basics of C Programming -- Chapter 1: Introduction to 'C' -- 1.1 Introduction to C -- 1.2 About ANSI C Standard -- 1.3 Machine, Assembly and High-Level Language -- 1.3.1 Assembly Language -- 1.3.2 High-Level Language -- 1.4 Assembler, Compiler and Interpreter -- 1.5 Structure of a C Program -- 1.6 Programming Rules -- 1.7 Executing the C Program -- 1.8 Standard Directories -- 1.9 The first C program -- 1.10 Advantages of C -- 1.11 Header Files -- 1.12 Problem-Solving Techniques -- 1.13 Algorithm -- 1.14 Analysing Algorithm -- 1.15 Rate of Growth -- 1.15.1 Program Design -- 1.16 Classification of Algorithms -- Summary -- Exercises -- Chapter 2: The C Declarations -- 2.1 Introduction -- 2.2 The C Character Set -- 2.3 Delimiters -- 2.4 Types of Tokens -- 2.5 The C Keywords -- 2.6 Identifiers -- 2.7 Constants -- 2.7.1 Numerical Constants -- 2.7.2 Character Constant -- 2.8 Variables -- 2.9 Rules for Defining Variables -- 2.10 Data Types…”
    Libro electrónico
  10. 12130
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started -- Chapter 1 You and Your Writing -- Focusing on Writing as Well as You Can -- Examining Why You Want to Write -- Identifying the Kind of Writing You Want to Do -- Considering different genres -- Confirming your favorite form of expression -- Discovering Your Own Specific Talent -- Practicing Your Writing -- Putting in the hours -- Reading and re-reading -- Overcoming Common Writing Obstacles -- Silencing your inner critic -- Thinking creatively -- Letting the Ideas Come -- Playing with Words -- Making nouns and verbs stronger -- Taking out adverbs and adjectives -- Writing in different tenses -- Avoiding cliché -- Doing writing exercises -- Learning from imitation -- Developing an ear for good prose -- Offering Tips for New Writers -- Don't worry about publication -- Write for yourself -- Draft, don't edit - yet! …”
    Libro electrónico
  11. 12131
    por Hurley, William
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 The Power of Quantum Computing -- Chapter 1 Quantum Computing Boot Camp -- Understanding Why Quantum Computing Is So Strange -- Grasping the Power of Quantum Computing -- Introducing Puff, the magic - qubit? …”
    Libro electrónico
  12. 12132
    Publicado 2011
    Tabla de Contenidos: “…Higher Brain Centers for Intelligent Motor Control in Insects -- Introduction -- Learning and Memory in the Central Complex for Approaching Objects -- Experimental Evidence -- The Central Complex Model -- Intelligent Motor Control beyond the Current Model -- An Integrator for the Orientation in Gradients -- Motor Learning -- A Representation of Body Size in the Brain -- Termination of Inappropriate Behavior -- Conclusion -- References -- An Insect-Inspired, Decentralized Memory for Robot Navigation -- Introduction -- The Model -- Results -- Discussion -- References -- Models of Visually Guided Routes in Ants: Embodiment Simplifies Route Acquisition -- Introduction -- Background -- Overview of Our Approach -- Detailed Methods -- Results -- Summary -- References -- Intelligent Visual Systems -- Robust Object Tracking for Resource-Limited Hardware Systems -- Introduction -- Overview of Tracking System -- Dominant Color-Spatial Based Object Representation -- Dominant Color Mode Extraction -- Spatial Layout of the Dominant Color -- Similarity Measure for Matching -- Cross Bin-Ratio Based Color Similarity Measure -- Spatial Similarity Measure -- Swarm Intelligence Based Searching Method -- Annealed Particle Swarm Optimization -- Integral Image of Model Parameters -- Experimental Results -- Different Object Representations -- Different Similarity Measure -- Different Searching Methods -- Conclusion -- References -- Adaptive Rank Transform for Stereo Matching -- Introduction -- Adaptive Rank Transform -- The Motivation Behind Adaptive Rank Transform -- Adaptive Rank Window -- New Transform Rules -- Comparison between Adaptive and Original Rank Transform -- Obtaining the Match Window from Multiple Rank Windows -- Experiments -- Conclusion -- References -- Real Time Vision Based Multi-person Tracking for Mobile Robotics and Intelligent Vehicles -- Introduction…”
    Libro electrónico
  13. 12133
    por Dhanasekaran, Chandra Mohan
    Publicado 2024
    Tabla de Contenidos: “…Cover -- FM -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Infrastructure as Code (IaC) and Concepts -- Making the Most Out of This Book - Your Certification and Beyond -- Technical Requirements -- What Is IaC? -- Scenario -- Basic Concepts of IaC -- Declarative Approach versus Imperative Approach -- Version Control -- Idempotency -- Infrastructure Provisioning and Configuration Management -- IaC Tools in the Market -- How to Choose the Right IaC Tool -- HashiCorp Terraform -- Progress Chef -- Creating Your First Recipe -- Puppet -- Pulumi -- AWS CloudFormation -- IaC Use Cases -- Multi-Cloud Deployments -- Application Deployments, Scaling, and Monitoring Tools -- Policy Compliance and Management -- Testing Environments and Software Demos -- Benefits of IaC -- Rapid Deployments and Tool Integration -- Lower Costs and Error Reduction -- Configuration Drift Elimination -- Improved Infrastructure Consistency -- DevOps and CI/CD -- Don't Repeat Yourself (DRY) -- Creating a Simple AWS DynamoDB Table Using a CloudFormation Template -- Creating an AWS S3 Bucket Using Terraform -- Summary -- Exam Readiness Drill - Chapter Review Questions -- Chapter 2: Why Do We Need Terraform? …”
    Libro electrónico
  14. 12134
    por Gouigoux, Jean-Philippe
    Publicado 2024
    Tabla de Contenidos: “…CQRS and event sourcing -- One more step beyond databases - storing in memory -- Patterns of data evolution in time -- Data governance -- Progressive implementation of a unique referential -- Keeping an eye on dogma and useless complexity -- Summary -- Chapter 11: Business Processes and Low Code -- Business processes and the BPMN approach -- What is a business process? …”
    Libro electrónico
  15. 12135
    Publicado 2019
    Tabla de Contenidos: “…Statistical Symbolic Execution -- 10.2. Beyond Linear Integer Arithmetics -- 11. Tools Support -- 12. …”
    Libro electrónico
  16. 12136
    Publicado 2010
    Tabla de Contenidos: “…20.2 FIB for Direct Milling and Deposition of Structures -- 20.3 SEM for Direct Deposition or Lithography of Structures -- 20.4 DualBeam Applications of FA and Characterization of MEMS Devices -- Reference -- Chapter 21 Oxygen and Bulk Microdefects in Silicon -- 21.1 Measuring Oxygen in Silicon -- 21.2 Measuring Bulk Microdefects -- References -- PART IV: Micromachining Technologies in MEMS -- Chapter 22 MEMS Lithography -- 22.1 Lithography Considerations Before Wafer Processing -- 22.2 Wafers in Lithography Process -- 22.3 Processing After Lithography -- 22.4 Thick Photoresist Lithography -- References -- Chapter 23 Deep Reactive Ion Etching -- 23.1 Etch Chemistries -- 23.2 Equipment -- 23.3 DRIE Processes -- 23.4 DRIE Advanced Issues and Challenges -- 23.5 DRIE Applications -- 23.6 Post-DRIE Etch Treatments -- 23.7 Choosing between Wet and Dry Etching -- References -- Chapter 24 Wet Etching of Silicon -- 24.1 Basic Description of Anisotropic Etching: Faceting -- 24.2 Beyond Faceting: Atomistic Phenomena -- 24.3 Beyond Atomistics: Electrochemistry -- 24.4 Typical Surface Morphologies (I. …”
    Libro electrónico
  17. 12137
    Tabla de Contenidos: “…Pendergrass -- Using the bipartite human phenotype network to reveal pleiotropy and epistasis beyond the gene / Christian Darabos, Samantha H. Harmon, Jason H. …”
    Libro electrónico
  18. 12138
    por Guhlich, Anna
    Publicado 2017
    Tabla de Contenidos: “…Biographies of Highly Educated People Moving East-West-East in Europe -- Acknowledgements -- Preface: Pathways to the research questions -- 1 Introduction -- 1.1 The context of EU enlargement -- 1.2 Outline of my research questions -- 1.3 Studying migration and social pathways by means of life stories -- 1.4 Structure of this thesis -- 2 Context: Czech-German border crossings against the backdrop of the shifting landscape of European migration -- 2.1 Historical interconnections over the past millennium -- 2.2 The 19th and 20th century -- 2.3 Border crossings during the Cold War -- 2.4 The fall of the Iron Curtain in 1989 and the establishment of new migratory spaces -- 2.5 The enlargement of the EU in 2004 and 2007 and the financial crisis -- 3 Research on highly skilled migration in Europe: state of the art -- 3.1 Changing contexts of highly skilled migration: working towards the liberalisation of skilled migration flows -- 3.2 Rethinking the migration of highly skilled people: the research agenda -- 3.2.1 "Highly skilled migrants" as the subject of research -- 3.2.2 The neglected gender dimension within studies on highly skilled migration -- 3.2.3 Going beyond the dichotomy of "low skilled migration" and "highly skilled migration" -- 3.2.4 Redefining "highly skilled migrants" and "highly skilled migration" -- 3.3 An overview of recent studies on highly skilled migration pathways to and within Europe -- 3.3.1 Education - the ticket to work? …”
    Libro electrónico
  19. 12139
    Tabla de Contenidos: “…Location, Location, Location -- Filtering the Streams -- Accessing the Power of the Internet of Things -- Chapter 6: Architecture for the Frontier -- A Necessary Alternative to IP -- A Big Problem, and Getting Bigger -- An Alternative Inspired by Nature -- A Protocol Based on Category Classifications -- Skeletal Architecture of Chirp Packets -- Individual Information within Chirp Signatures -- "Light" Error Detection and Security -- Generic Chirp Handling -- Incognito Chirp Transport -- Transmission Agility Information within the Chirp -- Extensible, Nonunique, Pattern-driven -- Category Byte Size -- Marker Pattern Templates -- Finer Control via Agents -- Scheduling the Bus -- Routing on Category Classifications -- Managing the Load -- Propagator Node Networks and Operation -- A Tree Grows in the IoT -- Choosing Parents Wisely -- Scanning and Switching -- Specialized and Basic Routing -- Housekeeping Frames for Network Intelligence -- Latency and Throughput Tradeoffs -- Routing Table Updates -- The Power of Local Agents and Integrator Functions -- Task Scheduling within the Internet of Things -- Higher-level Interchange -- Managing Multiple Isochronous Relationships -- An Organic Solution for the IoT -- Chapter 7: Examples and Applications -- Controlling the Cacophony -- Intelligence Near the Edge -- Incorporating Legacy Devices -- Staying in the Loop(s) -- Okay on their Own -- All the World Is a Subscription -- Exploring Affinities -- Social Machines -- Agriculture -- Home Health Care -- Safe and Efficient Process Control -- Better Perimeter Security and Surveillance -- Faster Factory Floors -- True Home Automation -- Wholesale and Retail: Beyond RFID -- A Broader "Net" in Natural Sciences -- Living Applications -- Chapter 8: Pathways to the Internet of Things -- Data Drives a Change -- Classification is the Challenge, Chirp is the Answer…”
    Libro electrónico
  20. 12140
    Publicado 2021
    Tabla de Contenidos: “…Exploring Data -- Overview -- Inspecting Data and Its Properties -- Header or Not, Here I Come -- Inspect All the Data -- Feature Names and Data Types -- Unique Identifiers, Continuous Variables, and Factors -- Computing Descriptive Statistics -- Column Statistics -- R One-Liners on the Shell -- Creating Visualizations -- Displaying Images from the Command Line -- Plotting in a Rush -- Creating Bar Charts -- Creating Histograms -- Creating Density Plots -- Happy Little Accidents -- Creating Scatter Plots -- Creating Trend Lines -- Creating Box Plots -- Adding Labels -- Going Beyond Basic Plots -- Summary -- For Further Exploration -- Chapter 8. …”
    Libro electrónico