Mostrando 642,781 - 642,800 Resultados de 645,079 Para Buscar 'C5N~', tiempo de consulta: 2.00s Limitar resultados
  1. 642781
    Publicado 2018
    “…Learn the critical tips and techniques to make using Xcode for the iPhone, iPad, or Mac easier, and even fun. Explore the features and functionality of Xcode you may not have heard of. …”
    Libro electrónico
  2. 642782
    Publicado 2016
    “…Over 50 practical and useful recipes to help you perform data analysis with R by unleashing every native RStudio feature About This Book 54 useful and practical tasks to improve working systems Includes optimizing performance and reliability or uptime, reporting, system management tools, interfacing to standard data ports, and so on Offers 10-15 real-life, practical improvements for each user type Who This Book Is For This book is targeted at R statisticians, data scientists, and R programmers. …”
    Libro electrónico
  3. 642783
    Publicado 2016
    “…Develop your real-time MEAN application efficiently using a combination of MongoDB, Express, Angular, and Node About This Book Construct a fully-functional MEAN application by using its components along with the best third-party modules Harness the power of the JavaScript ecosystem to effectively run, build, and test your MEAN application Gain a deep, practical understanding of real-time web application development through real-world examples Who This Book Is For If you are a JavaScript developer who is interested in building modern web applications using MongoDB, Express, Angular 2, and Node 5.0, then this book is for you. …”
    Libro electrónico
  4. 642784
    Publicado 2016
    “…By the end of the book you will know how SELinux works and how you can tune it to meet your needs. Style and approach This book offers a complete overview of SELinux administration and how it integrates with other components on a Linux system. …”
    Libro electrónico
  5. 642785
    Publicado 2016
    “…What You Will Learn Pass parameters between Visualforce pages Update attributes in component controllers Avoid validation errors with action regions Refresh record details from embedded Visualforce Create and develop a website template from scratch Get to know about the Salesforce Lightening Design system and use Visualforce in Salesforce1 Effectively tackle frequently-faced problems while developing Visualforce pages In Detail Visualforce is a framework that allows developers to build sophisticated, custom user interfaces that can be hosted natively on the Force.com platform. …”
    Libro electrónico
  6. 642786
    Publicado 2016
    “…Discover how to... Convert non-users: Optimize acceptability, affordability, accessibility, and awareness Create “functional Fusion”: Adapt products to blend western and local elements Design “cultural fusion”: Embed local tradition, history, language, and taste Democratize the offer: Make products more affordable, financially and psychologically Upscale the offer: Upgrade ch..…”
    Libro electrónico
  7. 642787
    Publicado 2016
    “…The book will first introduce application server configuration and the management instruments that can be used to control the application server. Next, the focus will shift to enterprise solutions such as clustering, load balancing, and data caching; this will be the core of the book. …”
    Libro electrónico
  8. 642788
    Publicado 2017
    Tabla de Contenidos: “…Example: revisiting users logged in to a service -- We would need a contract -- Case-study: music playlists -- Advanced topics -- Hash table-based sets -- Tree-based sets -- Array-based sets -- Summary -- Chapter 8: Structs: Complex Types -- The essentials -- C# -- Creating structs in C# -- Rule 1: The struct will logically represent a single value -- Rule 2: Each instance of the struct must be under 16 bytes -- Rule 3: The data must be immutable -- Rule 4: The struct will not require repeated boxing -- Conversion -- Java -- Objective-C -- Creating structs in Objective-C -- Swift -- Creating structs in Swift -- Enums -- Case study: the Metro line -- Summary -- Chapter 9: Trees: Non-Linear Structures -- Tree data structure versus tree data type -- Tree terminology -- Common operations -- Instantiating trees -- Tree structures -- Recursion -- Traversal -- Summary -- Chapter 10: Heaps: Ordered Trees -- Heap implementations -- Heap operations -- Instantiating heaps -- Min heap structure -- Common applications -- Summary -- Chapter 11: Graphs: Values with Relationships -- Visual graph concepts -- Graph operations -- Graph implementations -- The graph data structure -- Summary -- Chapter 12: Sorting: Bringing Order Out Of Chaos -- Selection sort -- Insertion sort -- Bubble sort -- Quick sort -- Merge sort -- Bucket sort -- Summary -- Searching: Finding What You Need -- Linear search -- Binary search -- Jump search -- Summary -- Index…”
    Libro electrónico
  9. 642789
    Publicado 2016
    “…By the end of the book, you will develop a practical application from the concepts learned, and will understand how text mining can be leveraged to analyze the m..…”
    Libro electrónico
  10. 642790
    Publicado 2016
    “…Starting with the basics of programming Particle Photon and Electron, this book will take you through setting up your local servers and running custom firmware, to using the Photon and Electron to program autonomous cars. …”
    Libro electrónico
  11. 642791
    Publicado 2016
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgement -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Extract, Transform, and Load -- Understanding big data in BI analytics -- Extracting data from sources -- Importing CSV and other file formats -- Importing data from relational databases -- Transforming data to fit analytic needs -- Filtering data rows -- Selecting data columns -- Adding a calculated column from existing data -- Aggregating data into groups -- Loading data into business systems for analysis -- Writing data to a CSV file -- Writing data to a tab-delimited text file -- Summary -- Chapter 2: Data Cleaning -- Summarizing your data for inspection -- Summarizing using the str() function -- Inspecting and interpreting your results -- Finding and fixing flawed data -- Finding flaws in datasets -- Missing values -- Erroneous values -- Fixing flaws in datasets -- Converting inputs to data types suitable for analysis -- Converting between data types -- Date and time conversions -- Adapting string variables to a standard -- The power of seven, plus or minus two -- Data ready for analysis -- Summary -- Chapter 3: Exploratory Data Analysis -- Understanding exploratory data analysis -- Questions matter -- Scales of measurement -- R data types -- Analyzing a single data variable -- Tabular exploration -- Graphical exploration -- Analyzing two variables together -- What does the data look like? …”
    Libro electrónico
  12. 642792
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: High-Performance Machine Learning - NumPy -- Introduction -- NumPy basics -- How to do it... -- The shape and dimension of NumPy arrays -- NumPy broadcasting -- Initializing NumPy arrays and dtypes -- Indexing -- Boolean arrays -- Arithmetic operations -- NaN values -- How it works... -- Loading the iris dataset -- Getting ready -- How to do it... -- How it works... -- Viewing the iris dataset -- How to do it... -- How it works... -- There's more... -- Viewing the iris dataset with Pandas -- How to do it... -- How it works... -- Plotting with NumPy and matplotlib -- Getting ready -- How to do it... -- A minimal machine learning recipe - SVM classification -- Getting ready -- How to do it... -- How it works... -- There's more... -- Introducing cross-validation -- Getting ready -- How to do it... -- How it works... -- There's more... -- Putting it all together -- How to do it... -- There's more... -- Machine learning overview - classification versus regression -- The purpose of scikit-learn -- Supervised versus unsupervised -- Getting ready -- How to do it... -- Quick SVC - a classifier and regressor -- Making a scorer -- How it works... -- There's more... -- Linear versus nonlinear -- Black box versus not -- Interpretability -- A pipeline -- Chapter 2: Pre-Model Workflow and Pre-Processing -- Introduction -- Creating sample data for toy analysis -- Getting ready -- How to do it... -- Creating a regression dataset -- Creating an unbalanced classification dataset -- Creating a dataset for clustering -- How it works... -- Scaling data to the standard normal distribution -- Getting ready -- How to do it... -- How it works... -- Creating binary features through thresholding -- Getting ready…”
    Libro electrónico
  13. 642793
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introducing Machine Learning and ML-Agents -- Machine Learning -- Training models -- A Machine Learning example -- ML uses in gaming -- ML-Agents -- Running a sample -- Setting the agent Brain -- Creating an environment -- Renaming the scripts -- Academy, Agent, and Brain -- Setting up the Academy -- Setting up the Agent -- Setting up the Brain -- Exercises -- Summary -- Chapter 2: The Bandit and Reinforcement Learning -- Reinforcement Learning -- Configuring the Agent -- Contextual bandits and state -- Building the contextual bandits -- Creating the ContextualDecision script -- Updating the Agent -- Exploration and exploitation -- Making decisions with SimpleDecision -- MDP and the Bellman equation -- Q-Learning and connected agents -- Looking at the Q-Learning ConnectedDecision script -- Exercises -- Summary -- Chapter 3: Deep Reinforcement Learning with Python -- Installing Python and tools -- Installation -- Mac/Linux installation -- Windows installation -- Docker installation -- GPU installation -- Testing the install -- ML-Agents external brains -- Running the environment -- Neural network foundations -- But what does it do? …”
    Libro electrónico
  14. 642794
    Publicado 2017
    “…In this book, Roberto has created a unique approach that anyone can learn to implement. Roberto’s “wedding storyteller skill components” system is divided into four sections: • Foundation Components: Location Techniques. …”
    Libro electrónico
  15. 642795
    por Kovalevsky, Vladimir. author
    Publicado 2019
    Tabla de Contenidos: “…Part I: Image Processing -- Chapter 1: Introduction -- Chapter 2: Noise Reduction -- Chapter 3: Contrast Enhancement -- Chapter 4: Shading Correction with Thresholding -- Chapter 5: Project "WFshadBinImpulse" -- Part II: Image Analysis -- Chapter 6: Edge Detection -- Chapter 7: A New Method of Edge Detection -- Chapter 8: A New Method of image Compression -- Chapter 9: Image Segmentation and Connected Components -- Chapter 10: Straightening Photos of Paintings -- Chapter 11: Polygonal Approximation of Region Boundaries and Edges -- Chapter 12: Recognition and Measurement of Circular Objects -- Chapter 13: Recognition of Bicycles in Traffic -- Appendix A: References…”
    Libro electrónico
  16. 642796
    Publicado 2017
    “…This book focuses on enhancing your knowledge in Kali Linux for security by expanding your skills with toolkits and frameworks that can increase your value as a security professional. …”
    Libro electrónico
  17. 642797
    Publicado 2017
    “…Transform the ways you communicate, create, collaborate, and explore using Microsoft HoloLens About This Book Create immersive augmented reality apps for Microsoft HoloLens from scratch Leverage the powerful HoloLens sensors to interact with real-world motions and gestures and make your app life-like Explore the powerful Unity 5 SDK along with the Windows Unified platform to get the most out of your HoloLens app Who This Book Is For If you are a developer who wants to create augmented reality apps for the Microsoft HoloLens platform, then this is the book for you. …”
    Libro electrónico
  18. 642798
    Publicado 2018
    “…Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. …”
    Libro electrónico
  19. 642799
    Publicado 2019
    “…By the end of this Learning Path, you will have built components that are easy to understand, debug, and can be used across different applications. This Learning Path includes content from the following Packt products: Learn Python Programming - Second Edition by Fabrizio Romano Python Data Structures and Algorithms by Benjamin Baka Python 3 Object-Oriented Programming by Dusty Phillips What you will learn Use data structures and control flow to write code Use functions to bundle together a sequence of instructions Implement objects in Python by creating classes and defining methods Design public interfaces using abstraction, encapsulation and information hiding Raise, define, and manipulate exceptions using special error objects Create bulletproof and reliable software by writing unit tests Learn the common programming patterns and algorithms used in Python Who this book is for If you are relatively new to coding and want to write scripts or programs to accomplish tasks using Python, or if you are an object-oriented programmer for other languages and seeking a leg up in the world of Python, then this Learning Path is for you. …”
    Libro electrónico
  20. 642800
    Publicado 2018
    Tabla de Contenidos: “…-- Types of script -- Script execution -- Introduction to scripting -- Script editor -- Summary -- Chapter 2: Exploring the ServiceNow Glide Class -- Using ServiceNow exposed JavaScript APIs -- GlideRecord -- Server-side Glide classes -- GlideSystem -- GlideDateTime -- GlideElement -- GlideAggregate -- Client-side Glide classes -- GlideForm -- GlideUser -- Additional client-side Glide classes -- Script examples -- Summary -- Chapter 3: Introduction to Client-Side Scripting -- Client scripts -- onLoad -- onChange -- onSubmit -- onCellEdit -- UI policies -- How and when to write client-side scripts -- Making fields mandatory, visible, or read-only -- Populating fields based on the value of another field -- Showing/hiding form sections -- Review -- Testing client-side scripts -- Alert -- Jslog -- Browser -- Script examples -- Summary -- Chapter 4: Advanced Client-Side Scripting -- UI actions -- Client-side UI actions -- Calling server-side script -- AJAX calls -- Client-side AJAX -- Server-side AJAX -- Script examples -- Summary -- Chapter 5: Introduction to Server-Side Scripting -- Business rules -- UI actions -- Access controls -- How and when to write server-side scripts -- Changing form values -- Restricting access to forms and fields -- Passing values to the client side -- Review -- Testing server-side scripts -- gs.log -- Logging in scoped applications -- Session debug -- Script debugger -- Script examples -- Summary -- Chapter 6: Advanced Server-Side Scripting -- Script includes -- Scheduled jobs -- Background scripts -- Workflow scripts -- Event management -- Script actions -- Script examples -- Summary…”
    Libro electrónico