Mostrando 642,421 - 642,440 Resultados de 645,079 Para Buscar 'C5N~', tiempo de consulta: 1.86s Limitar resultados
  1. 642421
    Publicado 2017
    Tabla de Contenidos: “…Women in Engineering -- Women in Computer Science -- Women in Finance -- Endnotes -- Chapter 5: Ascent of Men -- Men Accelerating Change -- Those Who Get It and Are Acting on It -- Those Who Believe in It but Don't Know What to Do -- Those Who Don't Get It or Don't Care to -- The Evolution of an Attitude -- What About Me? …”
    Libro electrónico
  2. 642422
    Publicado 2017
    “…Beat the key challenge of managing multiple business operations (even running globally) over a complex IT infrastructure and see immediate results. …”
    Libro electrónico
  3. 642423
    Publicado 2016
    “…Style and approach This practical guide will showcase penetration testing through cutting-edge tools and techniques using a coherent, step-by-step approach…”
    Libro electrónico
  4. 642424
    Publicado 2016
    “…The play-focused, step-by-step guide to creating great game designs This book offers a play-focused, process-oriented approach for designing games people will love to play. Drawing on a combined 35 years of design and teaching experience, Colleen Macklin and John Sharp link the concepts and elements of play to the practical tasks of game design. …”
    Libro electrónico
  5. 642425
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Configuring the ESP8266 -- Introduction -- Setting up the Arduino development environment for the ESP8266 -- Choosing an ESP8266 board -- Required additional components -- Uploading your first sketch to the ESP8266 -- Connecting the ESP8266 to your local Wi-Fi network -- Connecting the ESP8266 to a cloud server -- Troubleshooting basic ESP8266 issues -- Chapter 2: Your First ESP8266 Projects -- Introduction -- Functionalities of the ESP8266 -- Reading digital signals -- Reading analog signals -- Controlling an LED -- Dimming an LED -- Controlling a servo motor -- Measuring data from a digital sensor -- Controlling an OLED screen -- Troubleshooting basic ESP8266 issues -- Chapter 3: More ESP8266 Functions -- Introduction -- Discovering the advanced functions of the ESP8266 -- Using libraries on the ESP8266 -- Discovering the filesystem of the ESP8266 -- Storing data in the ESP8266 filesystem -- Discovering the over the air update of the ESP8266 (OTA) -- Programming your ESP8266 OTA -- Troubleshooting basic ESP8266 issues -- Chapter 4: Using MicroPython on the ESP8266 -- Introduction -- Introduction to MicroPython on the ESP8266 -- Discovering the MicroPython language -- Getting started with MicroPython on the ESP8266 -- Controlling pins using MicroPython -- Reading data from a sensor using MicroPython -- Sending data to the cloud using MicroPython -- Troubleshooting usual MicroPython issues -- Chapter 5: Cloud Data Monitoring -- Introduction -- Internet of Things platforms for the ESP8266 -- Connecting sensors to your ESP8266 board -- Posting the sensor data online -- Retrieving your online data -- Securing your online data -- Monitoring sensor data from a cloud dashboard…”
    Libro electrónico
  6. 642426
    Publicado 2016
    “…If you are interested in Docker, DevOps, or containers in general, don't look any further. What You Will Learn Understand Docker's architecture Build, ship, and run distributed applications Deploy, automate, and manage the execution of applications within Docker Scale and virtualize images and containers Utilize the networking features that Docker offers Use repositories to store and retrieve images In Detail This fast-paced practical guide will get you up and running with Docker. …”
    Libro electrónico
  7. 642427
    Publicado 2016
    “…This book provides easy-to-follow recipes to get the reader up and running with Tableau 10, and covers basic to advanced use cases and scenarios. …”
    Libro electrónico
  8. 642428
    Publicado 2019
    “…As the book progresses, socket programming will be covered, followed by how to design servers, and the pros and cons of multithreaded and event-driven architectures. …”
    Libro electrónico
  9. 642429
    Publicado 2016
    Tabla de Contenidos: “…Exercise 3.3 Low-Power Modes -- Moving From the Cortex-M3 -- Cortex-M4 -- Cortex-M0 -- Cortex-M0+ -- Conclusion -- 4 Cortex Microcontroller Software Interface Standard -- Introduction -- CMSIS Specifications -- CMSIS-Core -- CMSIS-RTOS -- CMSIS-DSP -- CMSIS-Driver -- CMSIS-SVD and DAP -- CMSIS-Pack -- Foundations of CMSIS -- Coding Rules -- MISRA-C -- CMSIS-Core Structure -- Startup Code -- System Code -- Device Header File -- CMSIS-Core Header Files -- Interrupts and Exceptions -- Exercise 4.1 CMSIS and User Code Comparison -- CMSIS-Core Register Access -- CMSIS-Core CPU Intrinsic Instructions -- Exercise 4.2 Intrinsic Bit Manipulation -- CMSIS-SIMD Intrinsics -- CMSIS-Core Debug Functions -- Hardware Breakpoint -- Instrumentation Trace -- CMSIS-Core Functions for Corex-M7 -- Conclusion -- 5 Advanced Architecture Features -- Introduction -- Cortex Processor Operating Modes -- Exercise 5.1 Stack Configuration -- Supervisor Call -- Exercise 5.2 Supervisor Call -- PEND_SV Exception -- Example Pend_SV -- Interprocessor Events -- Exclusive Access -- Exercise 5.4 Exclusive Access -- Memory Protection Unit -- Configuring the MPU -- Exercise 5.5 MPU Configuration -- MPU Subregions -- MPU Limitations -- AHB Lite Bus Interface -- Conclusion -- 6 Cortex-M7 Processor -- Superscalar Architecture -- Branch Prediction -- Exercise 6.1 Simple Loop -- Bus Structure -- Memory Hierarchy -- Exercise 6.2 Locating Code and Data into the TCM -- Cache Units -- Cache Operation -- Instruction Cache -- Exercise 6.3 Instruction Cache -- Data Cache -- Memory Barriers -- Exercise 6.4 Example Data Cache -- Memory Protection Unit and Cache Configuration -- Cache Policy -- Managing the Data Cache -- Switch Off the Cache -- Disable Caching over a Region of System Memory -- Change the Cache Policy for a Region of System Memory…”
    Libro electrónico
  10. 642430
    Publicado 2017
    “…Discover how Scala allows you to transition gently but deeply into functional programming without losing the benefits of the JVM, while with Lisp-based Clojure, you can plunge fully into the functional style. Learn about advanced functional concepts in Haskell, a pure functional language making powerful use of the type system with type inference and type classes. …”
    Libro electrónico
  11. 642431
    Publicado 2019
    “…In Future Forward , leaders will find 10 essential lessons that can be easily applied to any business, from small startups to giant corporations. …”
    Libro electrónico
  12. 642432
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: A Gentle Introduction to Machine Learning -- Introduction - classic and adaptive machines -- Only learning matters -- Supervised learning -- Unsupervised learning -- Reinforcement learning -- Beyond machine learning - deep learning and bio-inspired adaptive systems -- Machine learning and big data -- Further reading -- Summary -- Chapter 2: Important Elements in Machine Learning -- Data formats -- Multiclass strategies -- One-vs-all -- One-vs-one -- Learnability -- Underfitting and overfitting -- Error measures -- PAC learning -- Statistical learning approaches -- MAP learning -- Maximum-likelihood learning -- Elements of information theory -- References -- Summary -- Chapter 3: Feature Selection and Feature Engineering -- scikit-learn toy datasets -- Creating training and test sets -- Managing categorical data -- Managing missing features -- Data scaling and normalization -- Feature selection and filtering -- Principal component analysis -- Non-negative matrix factorization -- Sparse PCA -- Kernel PCA -- Atom extraction and dictionary learning -- References -- Summary -- Chapter 4: Linear Regression -- Linear models -- A bidimensional example -- Linear regression with scikit-learn and higher dimensionality -- Regressor analytic expression -- Ridge, Lasso, and ElasticNet -- Robust regression with random sample consensus -- Polynomial regression -- Isotonic regression -- References -- Summary -- Chapter 5: Logistic Regression -- Linear classification -- Logistic regression -- Implementation and optimizations -- Stochastic gradient descent algorithms -- Finding the optimal hyperparameters through grid search -- Classification metrics -- ROC curve -- Summary -- Chapter 6: Naive Bayes…”
    Libro electrónico
  13. 642433
    Publicado 2018
    Tabla de Contenidos: “…-- Ethereum name service -- Civic/uPort -- Gnosis -- Steemit -- CryptoKitties -- Summary -- References -- Chapter 18: Mining -- Cryptocurrency mining -- The mining process -- Algorithms -- Mining hardware -- CPU-based mining -- GPU-based mining -- FPGA-based mining -- ASIC-based mining -- Miner types -- Cloud mining -- Hardware mining -- Mining rigs -- Mining pools -- Pay-per-share - PPS -- Proportional - PROP -- Pay-per-last-N-shares - PPLNS -- The double geometric method - DGM -- Shared maximum pay per share - SMPPS -- Equalized shared maximum pay per share - ESMPPS -- Recent shared maximum pay per share - RSMPPS -- Capped pay per share with recent backpay - CPPSRB -- Bitcoin pooled mining - BPM -- Pay on target - POT -- SCORE -- Popular pools -- Mining software -- Summary -- Chapter 19: ICO 101 -- The current state of the ICO market -- Increasing volume of ICOs -- Typical aspects of an ICO campaign -- Whitepaper -- Private placement -- Pre-sale -- Good pre-sale practices -- Public sale -- Capped sale -- Uncapped sale -- Dutch auction -- Influencer marketing -- PR campaigns -- Content marketing -- ICO reviewers -- Smart contract and prototype development -- Code audits -- Bounty campaigns -- Airdrops…”
    Libro electrónico
  14. 642434
    por Catrinescu, Vlad. author
    Publicado 2018
    Tabla de Contenidos: “…Chapter 1: Introduction to PowerShell for Office 365 -- Chapter 2: Managing Users and Licenses -- Chapter 3: Managing SharePoint Online -- Chapter 4: Managing Exchange Online -- Chapter 5: Managing Skype for Business Online -- Chapter 6: Managing the Office 365 Security & Compliance Center -- Chapter 7: Managing Office 365 Groups -- Chapter 8: Automating Tasks with PowerShell…”
    Libro electrónico
  15. 642435
    Publicado 2015
    “…Now, in More Fearless Change the authors reflect on all they’ve learned about their original patterns in the past decade, and introduce 15 powerful, new techniques–all extensively validated by change leaders worldwide. …”
    Libro electrónico
  16. 642436
    Publicado 2012
    Tabla de Contenidos: “…Database overview tables -- The CAP theorem…”
    Libro electrónico
  17. 642437
    Publicado 2015
    “…To help you get better results faster, Carlberg provides downloadable Excel workbooks you can easily adapt for your own projects. If you’re ready to make better forecasts for better decision-making, you’re ready for More Predictive Analytics. …”
    Libro electrónico
  18. 642438
    Publicado 2014
    “…He’s a perpetual innovator who remains astounded at the unparalleled creativity Minecraft can engender…”
    Libro electrónico
  19. 642439
    Publicado 2016
    Tabla de Contenidos: “…Chapter 3: Why Planning Matters: Determine Your ApproachUnderstand That Planning Matters; Think about Planning; Set SAM Objectives; Plan Ahead and Reflect After; Critical Selling: Lessons Learned; Chapter 4: A Solid Opening: Connect with Your Customers; Plan Your Opening; Master the Greeting; Create Connections; Deliver a Legitimate Purpose Statement; Confirm for Feedback; Close the Opening with Some Reflection; Critical Selling: Lessons Learned; Chapter 5: It's All about Discovering: Get to Know Your Customers; Understand the Benefits of Discovering; Ask the Right Questions…”
    Libro electrónico
  20. 642440
    por Lakhe, Bhushan. author
    Publicado 2016
    Tabla de Contenidos: “…-Part II: Hadoop: A Review of the Hadoop Ecosystem, NoSQL Design Principles and Best Practices -- Chapter 5: The Hadoop Ecosystem -- Chapter 6: Re-Architecting for NoSQL Design Principles, Models, and Best Practices.…”
    Libro electrónico