Mostrando 42,821 - 42,840 Resultados de 51,016 Para Buscar 'Nontron~', tiempo de consulta: 1.43s Limitar resultados
  1. 42821
    Publicado 2018
    Tabla de Contenidos: “…Introduction to Qt Quick and QML -- Introducing Qt Quick -- Introducing QML -- Qt Quick widgets and controls -- Qt Quick Designer -- Qt Quick layouts -- Basic QML scripting -- Setting up the project -- Summary -- Chapter 15: Cross-Platform Development -- Understanding compilers -- What is a compiler? …”
    Libro electrónico
  2. 42822
    por Piper, H. Michael, author
    Publicado 2011
    Tabla de Contenidos: “…Frontmatter -- Inhalt -- Vorwort des Rektors -- Hochschulrat -- Rektorat -- Medizinische Fakultät -- Dekanat -- Bessere Schwerstverletztenprognose in Deutschland - von der Damage-Control-Chirurgie bis zum Traumanetz -- Neue Wege - alte Ziele: Was macht moderne Herzchirurgie im Jahr 2010 aus? …”
    Libro electrónico
  3. 42823
    por OECD
    Publicado 2018
    Tabla de Contenidos: “…Salvaguardar la integridad y gestionar los riesgos en la contratación del IMSS -- Perspectiva general del control interno y la gestión de riesgos en el IMSS -- Asegurar estrategias eficaces de gestión de riesgos y su aplicación -- Mejorar las evaluaciones de riesgos relacionados con la contratación pública -- Esclarecer funciones y mejorar la coordinación -- Propuestas de acción -- Bibliografía -- Parte III. …”
    Libro electrónico
  4. 42824
    Publicado 2016
    Tabla de Contenidos: “…Chapter 6: Making Interactive Reports -- Introduction -- Creating R Markdown reports -- Learning the markdown syntax -- Embedding R code chunks -- Creating interactive graphics with ggvis -- Understanding basic syntax and grammar -- Controlling axes and legends -- Using scales -- Adding interactivity to a ggvis plot -- Creating an R Shiny document -- Publishing an R Shiny report -- Chapter 7: Simulation from Probability Distributions -- Introduction -- Generating random samples -- Understanding uniform distributions -- Generating binomial random variates -- Generating Poisson random variates -- Sampling from a normal distribution -- Sampling from a chi-squared distribution -- Understanding Student's t-distribution -- Sampling from a dataset -- Simulating the stochastic process -- Chapter 8: Statistical Inference in R -- Introduction -- Getting confidence intervals -- Performing Z-tests -- Performing student's T-tests -- Conducting exact binomial tests -- Performing Kolmogorov-Smirnov tests -- Working with the Pearson's Chi-squared tests -- Understanding the Wilcoxon Rank Sum and Signed Rank tests -- Conducting one-way ANOVA -- Performing two-way ANOVA -- Chapter 9: Rule and Pattern Mining with R -- Introduction -- Transforming data into transactions -- Displaying transactions and associations -- Mining associations with the Apriori rule -- Pruning redundant rules -- Visualizing association rules -- Mining frequent itemsets with Eclat -- Creating transactions with temporal information -- Mining frequent sequential patterns with cSPADE -- Chapter 10: Time Series Mining with R -- Introduction -- Creating time series data -- Plotting a time series object -- Decomposing time series -- Smoothing time series -- Forecasting time series -- Selecting an ARIMA model -- Creating an ARIMA model -- Forecasting with an ARIMA model…”
    Libro electrónico
  5. 42825
    Publicado 2016
    Tabla de Contenidos: “…Discriminative versus generative models -- Vanishing gradients and explaining away -- Pretraining belief networks -- Using dropout to regularize networks -- Convolutional networks and rectified units -- Compressing Data with autoencoder networks -- Optimizing the learning rate -- The TensorFlow library and digit recognition -- The MNIST data -- Constructing the network -- Summary -- Chapter 8: Sharing Models with Prediction Services -- The architecture of a prediction service -- Clients and making requests -- The GET requests -- The POST request -- The HEAD request -- The PUT request -- The DELETE request -- Server - the web traffic controller -- Application - the engine of the predictive services -- Persisting information with database systems -- Case study - logistic regression service -- Setting up the database -- The web server -- The web application -- The flow of a prediction service - training a model -- On-demand and bulk prediction -- Summary -- Chapter 9: Reporting and Testing - Iterating on Analytic Systems -- Checking the health of models with diagnostics -- Evaluating changes in model performance -- Changes in feature importance -- Changes in unsupervised model performance -- Iterating on models through A/B testing -- Experimental allocation - assigning customers to experiments -- Deciding a sample size -- Multiple hypothesis testing -- Guidelines for communication -- Translate terms to business values -- Visualizing results -- Case Study: building a reporting service -- The report server -- The report application -- The visualization layer -- Summary -- Index…”
    Libro electrónico
  6. 42826
    Publicado 2018
    Tabla de Contenidos: “…Chapter 4: Space Rocks -- Project setup -- Rigid body physics -- Player ship -- Body setup and physics -- State machines -- Controls -- Screen wrap -- Shooting -- Bullet scene -- Firing bullets -- Rocks -- Scene setup -- Variable size -- Instancing -- Exploding rocks -- Explosion scene -- Adding to Rock -- Spawning smaller rocks -- UI -- Layout -- UI functions -- Main scene code -- Player code -- Game over -- Detecting collisions between physics bodies -- Pausing the game -- Enemies -- Following a path -- Enemy scene -- Moving the Enemy -- Spawning enemies -- Enemy shooting and collisions -- Additional features -- Sound/music -- Particles -- Enemy trail -- Player shield -- Summary -- Chapter 5: Jungle Jump (Platformer) -- Project setup -- Introducing kinematic bodies -- Collision response -- move_and_collide -- move_and_slide -- Player scene -- Collision Layer/Mask -- Sprite -- Collision shape -- Shapes -- Animations -- Finishing up the scene tree -- Player states -- Player script -- Player movement -- Testing the moves -- Player health -- Collectible items -- Collectible scene -- Collectible script -- Designing the level -- TileSet configuration -- Base-level setup -- Designing the first level -- Scrolling background -- Dangerous objects -- About slide collisions -- Enemies -- Scene setup -- Script -- Damaging the enemy -- HUD -- Scene setup -- Script -- Attaching the HUD -- Title screen -- Scene setup -- Main scene -- Level transitions -- Door scene -- Finishing touches -- Sound effects -- Infinite falling -- Double jump -- Dust particles -- Crouching state -- Climbing ladders -- Player code -- Level code -- Moving platforms -- Summary -- Chapter 6: 3D Minigolf -- Introduction to 3D -- Orienting in 3D space -- Godot's 3D editor -- Adding 3D objects -- Global versus Local Space -- Transforms -- Transforms in code -- Meshes -- Importing meshes…”
    Libro electrónico
  7. 42827
    Publicado 2019
    Tabla de Contenidos: “…-- Letting go of command and control -- Bringing everyone along -- Stimulation and structure -- Scenarios workshop -- How many scenarios? …”
    Libro electrónico
  8. 42828
    Publicado 2017
    Tabla de Contenidos: “…Bayes' theorem -- Naive Bayes classifiers -- Naive Bayes in scikit-learn -- Bernoulli naive Bayes -- Multinomial naive Bayes -- Gaussian naive Bayes -- References -- Summary -- Chapter 7: Support Vector Machines -- Linear support vector machines -- scikit-learn implementation -- Linear classification -- Kernel-based classification -- Radial Basis Function -- Polynomial kernel -- Sigmoid kernel -- Custom kernels -- Non-linear examples -- Controlled support vector machines -- Support vector regression -- References -- Summary -- Chapter 8: Decision Trees and Ensemble Learning -- Binary decision trees -- Binary decisions -- Impurity measures -- Gini impurity index -- Cross-entropy impurity index -- Misclassification impurity index -- Feature importance -- Decision tree classification with scikit-learn -- Ensemble learning -- Random forests -- Feature importance in random forests -- AdaBoost -- Gradient tree boosting -- Voting classifier -- References -- Summary -- Chapter 9: Clustering Fundamentals -- Clustering basics -- K-means -- Finding the optimal number of clusters -- Optimizing the inertia -- Silhouette score -- Calinski-Harabasz index -- Cluster instability -- DBSCAN -- Spectral clustering -- Evaluation methods based on the ground truth -- Homogeneity -- Completeness -- Adjusted rand index -- References -- Summary -- Chapter 10: Hierarchical Clustering -- Hierarchical strategies -- Agglomerative clustering -- Dendrograms -- Agglomerative clustering in scikit-learn -- Connectivity constraints -- References -- Summary -- Chapter 11: Introduction to Recommendation Systems -- Naive user-based systems -- User-based system implementation with scikit-learn -- Content-based systems -- Model-free (or memory-based) collaborative filtering -- Model-based collaborative filtering -- Singular Value Decomposition strategy -- Alternating least squares strategy…”
    Libro electrónico
  9. 42829
    Publicado 2023
    Tabla de Contenidos: “…-- Types of mediators -- When to consider mediation services -- Benefits of vulnerability mediation -- Resolving disputes through vulnerability mediation -- The vulnerability mediation process -- Mediator resources -- The CERT/CC -- The US-CERT -- The Industrial Control Systems Cyber Emergency Response Team (ICS-CERT) -- Other CERT organizations -- Bug bounty programs -- Legal support -- Other mediation options -- Summary -- Chapter 7: Independent Vulnerability Publishing -- Independent disclosures and their place in a vulnerability life cycle -- The benefits of independent publishing -- Risks of independent publishing -- How to independently publish while avoiding risks…”
    Libro electrónico
  10. 42830
    Publicado 2022
    Tabla de Contenidos: “…Fog architectures -- 3.2. Fog controllers -- 3.3. Fog and the Internet of Things -- 3.4. …”
    Libro electrónico
  11. 42831
    Publicado 2024
    Tabla de Contenidos: “…Importing Adobe Photoshop files -- Setting up the workout composition for animation -- Fixing anchor points -- How to convert Illustrator layers into shape layers -- Parenting and linking layers -- Animating the workout composition -- Animating the hand layers -- Animating the head and eye layers -- Animating the text layer -- Animating the Body layer -- Using the Graph Editor to refine the animation -- Working with expressions -- Animating the Instagram Post 2 composition -- Animating graphic layers -- Animating shape layers -- Using track matte to reveal the image -- Converting a Photoshop text layer to an After Effects text layer for animation -- Combining compositions in a master composition -- Summary -- Chapter 6: Creating Motion Graphic Templates for Premiere Pro -- Technical requirements -- Setting up the project -- Building the Media Opener composition -- Creating a background -- Creating the Media Template placeholder layer -- Adding text placeholders -- Adding a line graphic -- Animating the Line shape -- Adding common control -- Working with Essential Graphics -- Exporting the template -- Previewing the template in Premiere Pro -- Summary -- Part 2: Post-Production and Visual Effects -- Chapter 7: Color Correction and Color Grading -- Technical requirements -- Opening up the project -- Removing a color cast -- Viewing Lumetri Scopes -- Changing the tone of the footage -- Basic corrections -- Curve adjustment -- Color wheels -- Vignette -- Secondary color adjustments -- Color lookup tables -- Summary -- Chapter 8: Rotoscoping and Mask Tracking Techniques -- Technical requirements -- What is rotoscoping? …”
    Libro electrónico
  12. 42832
    Publicado 2023
    Tabla de Contenidos: “…-- Hit by password phishing -- Use of your credit cards -- Ransomware -- Invading privacy and extortion/phone spying -- Summary -- Chapter 4: Remote Working and the Element of Trust -- Remote working - not new for everyone -- Pandemic and remote working -- View of remote working for various industries -- Risks to organizations -- Summary -- Chapter 5: The Emergence of Zero Trust and Risk Equation -- Zero Trust in real life -- Zero Trust is a new digital transformation -- Lesson learned from a global pandemic -- Modern principles of Zero Trust -- The NIST approach to Zero Trust architecture -- The Sunburst attack example -- Zero Trust across the digital estate -- Example of controlling access with intelligent policies and continuous risk assessment -- Zero Trust makes compliance easier -- Isolation -- Monitoring and visibility -- Summary -- Part 2: Risk Redefined at Work -- Chapter 6: The Human Risk at the Workplace -- Innocent intent -- Start of day -- During the day -- Wrapping up -- A quick relook at the risks -- Good worker -- Start of the day -- During the day -- Wrapping up -- Self-obsessed -- Rebel intent -- Malicious intent -- Summary…”
    Libro electrónico
  13. 42833
    por Neef, Andreas
    Publicado 2023
    Tabla de Contenidos: “…Arctic Resource Extraction in the Context of Climate Crises and Ecological CollapsesMarkus KrögerChapter 16. Territorial Control, Dispossession and Resistance: The Political Economy of Large-Scale Mining in AsiaPascale Hatcher and Etienne Roy GrégoireChapter 17. …”
    Libro electrónico
  14. 42834
    Publicado 2025
    Tabla de Contenidos: “…Cover -- Half Title -- Title Page -- Copyright Page -- Table of Contents -- Preface -- About the Author -- 1 Introduction -- 1.1 Hyperspectral Image Processing -- 1.2 Availability of Hyperspectral Data -- 1.3 The Objective of the Book -- 1.4 Content and Organization of the Book -- 1.5 Societal Relevance -- 1.6 A Case Study of Mangrove Endmembers for Result Analysis -- 2 Hyperspectral Image Processing: A Review -- 2.1 Existing Multispectral Technology and Its Limitations -- 2.2 Potentials of Hyperspectral Remote Sensing -- 2.3 Automated Endmember Detection -- 2.4 Spectral Mixture Analysis -- 2.4.1 Linear Spectral Unmixing On Hyperspectral Data -- 2.4.2 Non-Linear Spectral Unmixing of Hyperspectral Data -- 3 Preprocessing of Data -- 3.1 Preprocessing of Data -- 3.2 Ground Survey -- 3.2.1 Case Study-Based Ground Truth Results -- 3.3 Spectral Library Development From Ground Data -- 3.3.1 Case Study-Based Results -- 3.4 Preprocessing of Hyperspectral Data -- 3.4.1 Acquisition of Hyperspectral Data -- 3.4.2 Bands and Spectral Ranges for Hyperspectral Data -- 3.4.3 Removal of Absorption Bands and Bands Having No Information -- 3.4.4 Removal of Bad Columns and Vertical Stripes -- 3.5 Atmospheric Correction -- 3.5.1 Analysis of Atmospheric Correction Results -- 3.6 Geometric Correction -- 3.6.1 Image-To-Image Registration -- 3.6.2 Spatial Interpolation Using Coordinate Transformations -- 3.6.3 Intensity Interpolation and Resampling -- 3.6.4 Accuracy Assessment of Ground Control Points -- 3.6.5 Analysis of Geometric Correction Results -- 4 Endmember Detection -- 4.1 Automated Endmember Detection Algorithms -- 4.1.1 Automated Target Generation Process (ATGP) -- 4.1.2 N-FINDER -- 4.1.3 Pixel Purity Index (PPI) -- 4.2 Spectral Signature Analysis of Extracted Endmembers -- 4.3 Experimental Results of Analysis Between Endmember Detection Algorithms…”
    Libro electrónico
  15. 42835
    por Beaulieu, Alan
    Publicado 2005
    Tabla de Contenidos: “…Working with Numeric Data; 7.2.2. Controlling Number Precision; 7.2.3. Handling Signed Data; 7.3. …”
    Libro electrónico
  16. 42836
    Publicado 2010
    Tabla de Contenidos: “…7.1 Target System Architecture -- 7.2 Summary of Performance and Features -- 7.3 Block Diagram of the Rasterizer -- 7.4 Instruction Set Architecture (ISA) -- 7.5 Detailed Design with Register Transfer Level Code -- 7.5.1 Rasterization Top Block -- 7.5.2 Pipeline Architecture -- 7.5.3 Main Controller Design -- 7.5.4 Rasterization Core Unit -- 8 The Future of Mobile 3D Graphics -- 8.1 Game and Mapping Applications Involving Networking -- 8.2 Moves Towards More User-centered Applications -- 8.3 Final Remarks -- Appendix Verilog HDL Design -- A.1 Introduction to Verilog Design -- A.2 Design Level -- A.2.1 Behavior Level -- A.2.2 Register Transfer Level -- A.2.3 Gate Level -- A.3 Design Flow -- A.3.1 Specification -- A.3.2 High-level Design -- A.3.3 Low-level Design -- A.3.4 RTL Coding -- A.3.5 Simulation -- A.3.6 Synthesis -- A.3.7 Placement and Routing -- A.4 Verilog Syntax -- A.4.1 Modules -- A.4.2 Logic Values and Numbers -- A.4.3 Data Types -- A.4.4 Operators -- A.4.5 Assignment -- A.4.6 Ports and Connections -- A.4.7 Expressions -- A.4.8 Instantiation -- A.4.9 Miscellaneous -- A.5 Example of Four-bit Adder with Zero Detection -- A.6 Synthesis Scripts -- Glossaries -- Index…”
    Libro electrónico
  17. 42837
    Publicado 2009
    Tabla de Contenidos: “…Cover -- Contents -- Introduction -- CHAPTER 1: The History of the Future -- Assembling the Team -- Technical Specs -- The RED Phenomenon -- Public debut: NAB 2006 -- REDuser forum -- NAB 2007 -- RED Day -- Industry acceptance -- CHAPTER 2: Overview of the RED Workflow -- Comparing the RED with Other Cameras -- Video -- High definition -- Film -- Exploring the Tapeless Workflow -- Exploring the RAW Workflow -- Comparisons with DSLR RAW -- The REDCODE RAW native camera codec -- RED files, folders, and proxies -- Working with Metadata -- Upgrading Your Firmware -- First Person POV: Rodney Charters, ASC -- CHAPTER 3: Defining Your Project -- Project Length -- Feature films -- Documentaries -- Episodic television -- Music videos -- Commercials -- Short films -- Production Mode -- Multiple RED cameras -- Multiple formats -- Delivery Format -- Delivering in high definition -- Delivering for a film finish -- Delivering for the Internet -- Organizing Your Workflow -- First Person POV: Albert Hughes -- CHAPTER 4: Building a RED Package -- The RED ONE Camera Body -- Optics -- RED lenses -- Third-party prime lenses: ARRI and Cooke -- Zoom lenses -- 16mm lenses -- Still lenses -- Lens mount adaptors -- Storage Options -- RED CF cards -- RED-DRIVE and RED-RAM -- Matte Boxes -- Filters -- ND filters -- IR and polarizing filters -- Diffusion, softening, and color-correction filters -- Follow Focus and Remote Control -- Tripods and Camera Support -- Batteries and Power -- Cases and Carts -- Monitoring -- Electronic viewfinder (EVF) -- Onboard monitors -- Studio monitors -- Routing -- Transfer Equipment -- Working Within a Budget -- Scarlet and EPIC -- First Person POV: Mark L. …”
    Libro electrónico
  18. 42838
    Publicado 2022
    Tabla de Contenidos: “…-- Using OKRs to Solve Modern Business Challenges -- The Importance of Visibility and Alignment -- Accelerate Business Growth -- Chapter 3 The History and Evolution of OKRs -- OKRs: A Timeline -- OKR 1.0 "The Manual Era" -- OKR 2.0 "OKR Software V1" -- OKR 3.0 "Era of Connected Software" -- The Future of OKRs -- Chapter 4 OKR Misconceptions, Mistakes, and Myths -- OKRs Are Only About Measurement -- OKRs Are Only for Leadership -- Common Misconception: OKRs Can Be Used Directly to Assess an Individual's Performance -- OKR Is a Rigid, All or Nothing Methodology -- OKRs Work Only for High-Tech or High-Growth Organizations -- OKRs Are a System of Control for Teams -- OKRs and KPIs Are Interchangeable -- Part II Applying OKR Principles -- Chapter 5 Defining Your Objectives -- Make Your Objectives Time-Bound -- Start with the "Why" -- Objectives Should Create Focus -- Objectives Should Inspire -- Committed and Aspirational Objectives -- Objectives Should Create Balance -- What Does a Good Objective Statement Look Like? …”
    Libro electrónico
  19. 42839
    Publicado 2021
    Tabla de Contenidos: “…Renewed corporate governance -- 4.3.1. Better controlled accounting standards -- 4.3.2. A different kind of business management -- 4.3.3. …”
    Libro electrónico
  20. 42840
    por Mayberry, Matt
    Publicado 2024
    Tabla de Contenidos: “…Building People Versus Controlling People -- 4. Interconnected Impact Versus Siloed Focus -- 5. …”
    Libro electrónico