Browse Results

Showing 1,826 through 1,850 of 54,275 results

Mastering JavaScript

by Ved Antani

Explore and master modern JavaScript techniques in order to build large-scale web applications About This Book * Write powerful code with the high-level functions that JavaScript offers * Test and debug issues with JavaScript code using various modern mechanisms * Offers an expert's eye on the latest ES6 features and how these advanced tasks fit together in JavaScript as a whole Who This Book Is For This book is ideal for web developers who are looking to master modern JavaScript concepts and design principles. You should already have an intermediate level of JavaScript knowledge before starting this book. What You Will Learn * Get a run through of the basic JavaScript language constructs * Get familiar with the Functions and Closures of JavaScript * Explore Regular Expressions in JavaScript * Code using the powerful object-oriented feature in JavaScript * Test and debug your code using JavaScript strategies * Master DOM manipulation, cross-browser strategies, and ES6 * Understand the basic concurrency constructs in Javascript and best performance strategies * Learn to build scalable server application in JavaScript using Node.js In Detail JavaScript is a high-level, dynamic, untyped, lightweight, and interpreted programming language. Along with HTML and CSS, it is one of the three essential technologies of World Wide Web content production, and is an open source and cross-platform technology. The majority of websites employ JavaScript, and it is well supported by all modern web browsers without plugins. However, the JavaScript landscape has changed dramatically in recent years, and you need to adapt to the new world of JavaScript that people now expect. Mastering modern JavaScript techniques and the toolchain are essential to develop web-scale applications. Mastering JavaScript will be your companion as you master JavaScript and build innovative web applications. To begin with, you will get familiarized with the language constructs and how to make code easy to organize. You will gain a concrete understanding of variable scoping, loops, and best practices on using types and data structures, as well as the coding style and recommended code organization patterns in JavaScript. The book will also teach you how to use arrays and objects as data structures. You will graduate from intermediate-level skills to advanced techniques as you come to understand crucial language concepts and design principles. You will learn about modern libraries and tools so you can write better code. By the end of the book, you will understand how reactive JavaScript is going to be the new paradigm. Style and approach This is a comprehensive guide with a clear focus on practical use cases and patterns. Each chapter consists of best practices, useful advice, and a bunch of easy-to-follow examples that will build up your skills as you advance through the book.

Object-Oriented JavaScript - Third Edition

by Ved Antani Stoyan Stefanov

Learn everything you need to know about object-oriented JavaScript with this comprehensive guide. Enter the world of cutting-edge development! About This Book • This book has been updated to cover all the new object-oriented features introduced in ECMAScript 6 • It makes object-oriented programming accessible and understandable to web developers • Write better and more maintainable JavaScript code while exploring interactive examples that can be used in your own scripts Who This Book Is For This book is ideal for new to intermediate JavaScript developers who want to prepare themselves for web development problems solved by object-oriented JavaScript! What You Will Learn • Apply the basics of object-oriented programming in the JavaScript environment • Use a JavaScript Console with complete mastery • Make your programs cleaner, faster, and compatible with other programs and libraries • Get familiar with Iterators and Generators, the new features added in ES6 • Find out about ECMAScript 6's Arrow functions, and make them your own • Understand objects in Google Chrome developer tools and how to use them • Use a mix of prototypal inheritance and copying properties in your workflow • Apply reactive programming techniques while coding in JavaScript In Detail JavaScript is an object-oriented programming language that is used for website development. Web pages developed today currently follow a paradigm that has three clearly distinguishable parts: content (HTML), presentation (CSS), and behavior (JavaScript). JavaScript is one important pillar in this paradigm, and is responsible for the running of the web pages. This book will take your JavaScript skills to a new level of sophistication and get you prepared for your journey through professional web development. Updated for ES6, this book covers everything you will need to unleash the power of object-oriented programming in JavaScript while building professional web applications. The book begins with the basics of object-oriented programming in JavaScript and then gradually progresses to cover functions, objects, and prototypes, and how these concepts can be used to make your programs cleaner, more maintainable, faster, and compatible with other programs/libraries. By the end of the book, you will have learned how to incorporate object-oriented programming in your web development workflow to build professional JavaScript applications. Style and approach Filled with practical instructions, the book shows you how to implement object-oriented features of JavaScript in the real world. The to-the-point nature of the book will benefit developers who are looking for a fast-paced guide to learn object-oriented JavaScript.

JavaScript: Functional Programming for JavaScript Developers

by Ved Antani Simon Timms Dan Mantyla

<P><P>About This Book <P><P>Write powerful code with the high-level functions that JavaScript offers <P><P>Discover what functional programming is, why it's effective, and how it's used in JavaScript <P><P>Understand and optimize JavaScript's hidden potential as a true functional language <P><P>Who This Book Is For <P><P>If you are a JavaScript developer interested in learning functional programming, looking for the quantum leap toward mastering the JavaScript language, or just want to become a better programmer in general, then this book is ideal for you. This guide is aimed at programmers, involved in developing reactive frontend apps, server-side apps that wrangle with reliability and concurrency, and everything in between. <P><P>What You Will Learn <P><P>Get a run through of the basic JavaScript language constructs <P><P>Code using the powerful object-oriented features in JavaScript <P><P>Master DOM manipulation, cross-browser strategies, and ES6 <P><P>Understand the basic concurrency constructs in JavaScript and best performance strategies <P><P>Harness the power of patterns for tasks ranging from application building to code testing <P><P>Build large-scale apps seamlessly with the help of reactive patterns <P><P>Explore advanced design patterns, including dependency injection <P><P>Develop more powerful applications with currying and function composition <P><P>Create more reliable code with closures and immutable data <P><P>In Detail <P><P>JavaScript is a high-level, dynamic, untyped, lightweight, and interpreted programming language, and functional programming is a style that emphasizes and enables smarter code, minimizing complexity and increasing modularity. <P><P>This course will take you on a journey that shows how functional programming, when combined with other techniques, makes JavaScript programming more efficient. The first module stresses the practical aspects of JavaScript development, including everything that a modern JavaScript project will need. <P><P>The second module explores how design patterns can help you improve and organize your JavaScript code. You'll get to grips with creational, structural, and behavioral patterns as you discover how to put them to work in different scenarios. <P><P>The third module will help you to write real-world applications by utilizing a wide range of functional techniques and styles. It explores the core concepts of functional programming common to all functional languages, with examples of their use in JavaScript.

JavaScript: Moving to ES2015

by Ved Antani Simon Timms Narayan Prusty

Explore and master modern JavaScript techniques with ES2015 in order to build large-scale web applications About This Book • This course offers an expert's eye on the latest ES6 features and how these advanced tasks fit together in JavaScript as a whole • Discover robust JavaScript implementations of classic and advanced design patterns • Learn about modern web architectures and build real-world apps on top of them Who This Book Is For This course is for experienced developers familiar with other object-oriented languages who wants to learn new capabilities of ES-2015 to improve their web development skills and build professional-quality web applications. This also goes for those who want to explore some modern JavaScript features, techniques, and architectures in order to develop cutting-edge web applications. What You Will Learn • Get a run through of the basic language constructs, Functions, and Closures of JavaScript • Code using the powerful object-oriented feature in JavaScript • Master DOM manipulation, cross-browser strategies, and ES6 • Harness the power of patterns for tasks ranging from application building to code testing • Identify the best use cases for microservices • Gain expertise in responsive and dynamic website design • Enable real-time communications between client-client and client-server/server-client • Write complete applications using functional reactive programming In Detail JavaScript is a high-level, dynamic, untyped, lightweight, and interpreted programming language. Mastering modern JavaScript techniques and the toolchain are essential to develop web-scale applications. This Learning Path will upgrade your skills to ES2015, and you will get to introduce yourself to popular frameworks like React and Angular 2. In the first module, you will get familiar with the language constructs and how to make code easy to organize. You will gain a concrete understanding of variable scoping, loops, and best practices on using types and data structures, as well as the coding style and recommended code organization patterns in JavaScript. By the end of the module, you will understand how reactive JavaScript is going to be the new paradigm. Over the course of the next module, you will explore how design patterns can help you improve and organize your JavaScript code. You'll get to grips with creational, structural, and behavioral patterns and get a deeper look at patterns used in functional programming, as well as model view patterns and patterns to build web applications. By the end of the module, you'll be saved of a lot of trial and error and developmental headaches, and you will be on the road to becoming a JavaScript expert. In the last leg of this course, you will shift your focus to network programming concepts as you build a real-time web application with websockets. Along the way, you'll explore how the power of JavaScript can be increased multi-fold with high performance techniques. By the end of this module, you'll be a skilled JavaScript developer with a solid knowledge of the latest JavaScript techniques, tools, and architecture to build modern web apps. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: • Mastering JavaScript by Ved Antani • Mastering JavaScript Design Patterns, Second Edition by Simon Timms • Modern JavaScript Applications by Narayan Prusty Style and approach This course is a comprehensive guide with a clear focus on practical use cases and patterns. Each chapter consists of best practices, useful advice, and a bunch of easy-to-follow examples that will build up your skills as you advance.

Bioinformatics with Python Cookbook

by Tiago Antao

If you have intermediate-level knowledge of Python and are well aware of the main research and vocabulary in your bioinformatics topic of interest, this book will help you develop your knowledge further.

Bioinformatics with Python Cookbook: Use modern Python libraries and applications to solve real-world computational biology problems, 3rd Edition

by Tiago Antao

Discover modern, next-generation sequencing libraries from the powerful Python ecosystem to perform cutting-edge research and analyze large amounts of biological dataKey FeaturesPerform complex bioinformatics analysis using the most essential Python libraries and applicationsImplement next-generation sequencing, metagenomics, automating analysis, population genetics, and much moreExplore various statistical and machine learning techniques for bioinformatics data analysisBook DescriptionBioinformatics is an active research field that uses a range of simple-to-advanced computations to extract valuable information from biological data, and this book will show you how to manage these tasks using Python.This updated third edition of the Bioinformatics with Python Cookbook begins with a quick overview of the various tools and libraries in the Python ecosystem that will help you convert, analyze, and visualize biological datasets. Next, you'll cover key techniques for next-generation sequencing, single-cell analysis, genomics, metagenomics, population genetics, phylogenetics, and proteomics with the help of real-world examples. You'll learn how to work with important pipeline systems, such as Galaxy servers and Snakemake, and understand the various modules in Python for functional and asynchronous programming. This book will also help you explore topics such as SNP discovery using statistical approaches under high-performance computing frameworks, including Dask and Spark. In addition to this, you'll explore the application of machine learning algorithms in bioinformatics.By the end of this bioinformatics Python book, you'll be equipped with the knowledge you need to implement the latest programming techniques and frameworks, empowering you to deal with bioinformatics data on every scale.What you will learnBecome well-versed with data processing libraries such as NumPy, pandas, arrow, and zarr in the context of bioinformatic analysisInteract with genomic databasesSolve real-world problems in the fields of population genetics, phylogenetics, and proteomicsBuild bioinformatics pipelines using a Galaxy server and SnakemakeWork with functools and itertools for functional programmingPerform parallel processing with Dask on biological dataExplore principal component analysis (PCA) techniques with scikit-learnWho this book is forThis book is for bioinformatics analysts, data scientists, computational biologists, researchers, and Python developers who want to address intermediate-to-advanced biological and bioinformatics problems. Working knowledge of the Python programming language is expected. Basic knowledge of biology will also be helpful.

Bioinformatics with Python Cookbook - Second Edition

by Tiago Antao

This book is for Data Scientists, Bioinformatics analysts, researchers, and Python developers who want to address intermediate-to-advanced common biological and bioinformatics problems with the recipe-based approach. Working knowledge of Python programming language is expected.

Fast Python: High performance techniques for large datasets

by Tiago Antao

Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex machine learning applications. Fast Python is a toolbox of techniques for high performance Python including: Writing efficient pure-Python code Optimizing the NumPy and pandas libraries Rewriting critical code in Cython Designing persistent data structures Tailoring code for different architectures Implementing Python GPU computing Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy. Written for experienced practitioners, this book dives right into practical solutions for improving computation and storage efficiency. You'll experiment with fun and interesting examples such as rewriting games in Cython and implementing a MapReduce framework from scratch. Finally, you'll go deep into Python GPU computing and learn how modern hardware has rehabilitated some former antipatterns and made counterintuitive ideas the most efficient way of working. About the Technology Face it. Slow code will kill a big data project. Fast pure-Python code, optimized libraries, and fully utilized multiprocessor hardware are the price of entry for machine learning and large-scale data analysis. What you need are reliable solutions that respond faster to computing requirements while using less resources, and saving money. About the Book Fast Python is a toolbox of techniques for speeding up Python, with an emphasis on big data applications. Following the clear examples and precisely articulated details, you&’ll learn how to use common libraries like NumPy and pandas in more performant ways and transform data for efficient storage and I/O. More importantly, Fast Python takes a holistic approach to performance, so you&’ll see how to optimize the whole system, from code to architecture. What&’s Inside Rewriting critical code in Cython Designing persistent data structures Tailoring code for different architectures Implementing Python GPU computing About the Reader For intermediate Python programmers familiar with the basics of concurrency. About the Author Tiago Antão is one of the co-authors of Biopython, a major bioinformatics package written in Python. Table of Contents: PART 1 - FOUNDATIONAL APPROACHES 1 An urgent need for efficiency in data processing 2 Extracting maximum performance from built-in features 3 Concurrency, parallelism, and asynchronous processing 4 High-performance NumPy PART 2 - HARDWARE 5 Re-implementing critical code with Cython 6 Memory hierarchy, storage, and networking PART 3 - APPLICATIONS AND LIBRARIES FOR MODERN DATA PROCESSING 7 High-performance pandas and Apache Arrow 8 Storing big data PART 4 - ADVANCED TOPICS 9 Data analysis using GPU computing 10 Analyzing big data with Dask

Nature-Inspired Methods for Smart Healthcare Systems and Medical Data

by Ahmed M. Anter Mohamed Elhoseny Anuradha D. Thakare

This book aims to gather high-quality research papers on developing theories, frameworks, architectures, and algorithms for solving complex challenges in smart healthcare applications for real industry use. It explores the recent theoretical and practical applications of metaheuristics and optimization in various smart healthcare contexts. The book also discusses the capability of optimization techniques to obtain optimal parameters in ML and DL technologies. It provides an open platform for academics and engineers to share their unique ideas and investigate the potential convergence of existing systems and advanced metaheuristic algorithms. The book's outcome will enable decision-makers and practitioners to select suitable optimization approaches for scheduling patients in crowded environments with minimized human errors.The healthcare system aims to improve the lives of disabled, elderly, sick individuals, and children. IoT-based systems simplify decision-making and task automation, offering an automated foundation. Nature-inspired metaheuristics and mining algorithms are crucial for healthcare applications, reducing costs, increasing efficiency, enabling accurate data analysis, and enhancing patient care. Metaheuristics improve algorithm performance and address challenges in data mining and ML, making them essential in healthcare research. Real-time IoT-based healthcare systems can be modeled using an IoT-based metaheuristic approach to generate optimal solutions.Metaheuristics are powerful technologies for optimization problems in healthcare systems. They balance exact methods, which guarantee optimal solutions but require significant computational resources, with fast but low-quality greedy methods. Metaheuristic algorithms find better solutions while minimizing computational time. The scientific community is increasingly interested in metaheuristics, incorporating techniques from AI, operations research, and soft computing. New metaheuristics offer efficient ways to address optimization problems and tackle unsolved challenges. They can be parameterized to control performance and adjust the trade-off between solution quality and resource utilization. Metaheuristics manage the trade-off between performance and solution quality, making them highly applicable to real-time applications with pragmatic objectives.

Graph Data Processing with Cypher: A practical guide to building graph traversal queries using the Cypher syntax on Neo4j

by Ravindranatha Anthapu

Get acquainted with Cypher in a guided manner quickly and learn how to query the graph databases with efficient and performant queriesKey FeaturesWork with Cypher syntax and semantics while building graph traversal queriesGet up and running with advanced Cypher concepts like List, Maps, OPTIONAL MATCHMaster best practices in writing effective queries leveraging data modeling and patternsBook DescriptionWhile it is easy to learn and understand the Cypher declarative language for querying graph databases, it can be very difficult to master it. As graph databases are becoming more mainstream, there is a dearth of content and guidance for developers to leverage database capabilities fully. This book fills the information gap by describing graph traversal patterns in a simple and readable way.This book provides a guided tour of Cypher from understanding the syntax, building a graph data model, and loading the data into graphs to building queries and profiling the queries for best performance. It introduces APOC utilities that can augment Cypher queries to build complex queries. You'll also be introduced to visualization tools such as Bloom to get the most out of the graph when presenting the results to the end users.After having worked through this book, you'll have become a seasoned Cypher query developer with a good understanding of the query language and how to use it for the best performance.What you will learnWrite Cypher queries from basic to advanced levelMap the source data to the graph data model in an iterative fashionLoad the data into a graph using LOAD CSV, APOC, and client driversMap the business questions to graph queries effectivelyIdentify query performance issues and fix themExtend capabilities of Cypher using APOC utilitiesWork with graph visualization tools like Bloom and BrowserWho this book is forThis book is targeted at Database Administrator, Database Developers, Graph Database Developers, and Graph Database Architects. This book will also help someone migrate from a DBA role to a graph data engineer or data scientistIf you are working with graph databases and need to learn Cypher, or are a basic Cypher developer who wants to get better at data modeling and tuning queries to build performant Cypher queries, then this is the book for you.

AWS: Learn to secure your data, servers, and applications with AWS

by Albert Anthony

Delve deep into various security aspects of AWS to build and maintain a secured environmentKey Features●Learn to secure your network, infrastructure, data, and applications in AWS cloud●Use AWS managed security services to automate security●Dive deep into various aspects such as the security model, compliance, access management and much more to build and maintain a secured environment●Explore Cloud Adoption Framework (CAF) and its components●Embedded with assessments that will help you revise the concepts you have learned in this bookBook DescriptionWith organizations moving their workloads, applications, and infrastructure to the cloud at an unprecedented pace, security of all these resources has been a paradigm shift for all those who are responsible for security; experts, novices, and apprentices alike.This book focuses on using native AWS security features and managed AWS services to help you achieve continuous security. Starting with an introduction to Virtual Private Cloud (VPC) to secure your AWS VPC, you will quickly explore various components that make up VPC such as subnets, security groups, various gateways, and many more.You will also learn to protect data in the AWS platform for various AWS services by encrypting and decrypting data in AWS. You will also learn to secure web and mobile applications in AWS cloud.This book is ideal for all IT professionals, system administrators, security analysts, solution architects, and chief information security officers who are responsible for securing workloads in AWS for their organizations.This book is embedded with useful assessments that will help you revise the concepts you have learned in this book.What you will learn●Get familiar with VPC components, features, and benefits●Learn to create and secure your private network in AWS●Explore encryption and decryption fundamentals●Understand monitoring, logging, and auditing in AWS●Ensure data security in AWS●Secure your web and mobile applications in AWS●Learn security best practices for IAM, VPC, shared security responsibility model, and so onWho this book is forThis book is for all IT professionals, system administrators, security analysts, solution architects, and chief information security officers who are responsible for securing workloads in AWS for their organizations.

Mastering AWS Security

by Albert Anthony

<P><P>An informative guide to implementing and using AWS security services effectively <P><P>About This Book <P><P>Learn to secure your network, infrastructure, data and applications in AWS cloud <P><P>Log, monitor and audit your AWS resources for continuous security and continuous compliance in AWS cloud <P><P>Use AWS managed security services to automate security, and focus on your business rather than being distracted by security risks and issues with AWS security <P><P>Cover topics including the security model, compliance, access management and much more to build and maintain a secure environment <P><P>Who This Book Is For <P><P>This book is for all IT professionals, system administrators and security analysts, solution architects and Chief Information Security Officers who are responsible for securing workloads in AWS for their organizations. Master AWS Security is helpful for all Solutions Architects who want to design and implement secure architecture on AWS by the following security by design principle, and is beneficial for personnel in Auditors and Project Management roles who want to understand how they can audit AWS workloads and manage security in AWS. <P><P>If you're learning AWS or championing AWS adoption in your organization, you should read this book to build security in all your workloads. You'll benefit from understanding the security footprint of all major AWS services for multiple domains, use cases, and scenarios. <P><P>What You Will Learn <P><P>Learn about AWS Identity Management and Access control <P><P>Gain knowledge to create and secure your private network in AWS <P><P>Understand and secure your infrastructure in AWS <P><P>Understand monitoring, logging and auditing in AWS <P><P>Ensure Data Security in AWS <P><P>Learn to secure your applications in AWS <P><P>Explore AWS Security best practices <P><P>In Detail <P><P>Mastering AWS Security starts with an exploration of the fundamentals of the shared security responsibility model. This book tells you how you can enable continuous security, continuous auditing, and continuous compliance by automating security in AWS with the tools, services, and features available. <P><P>Moving on, you'll learn about access control in AWS for all resources. You'll also cover the security of your network, servers, data and applications in the AWS cloud using native AWS security services. <P><P>By the end of this book, you will understand the complete AWS Security landscape, covering all aspects of end-to-end software and hardware security along with logging, auditing, and compliance of your entire IT environment in the AWS cloud. <P><P>Lastly, Mastering AWS Security wraps up with AWS best practices for security.

Mastering AWS Security

by Albert Anthony

In depth informative guide to implement and use AWS security services effectively. About This Book • Learn to secure your network, infrastructure, data and applications in AWS cloud • Log, monitor and audit your AWS resources for continuous security and continuous compliance in AWS cloud • Use AWS managed security services to automate security. Focus on increasing your business rather than being diverged onto security risks and issues with AWS security. • Delve deep into various aspects such as the security model, compliance, access management and much more to build and maintain a secure environment. Who This Book Is For This book is for all IT professionals, system administrators and security analysts, solution architects and Chief Information Security Officers who are responsible for securing workloads in AWS for their organizations. It is helpful for all Solutions Architects who want to design and implement secure architecture on AWS by the following security by design principle. This book is helpful for personnel in Auditors and Project Management role to understand how they can audit AWS workloads and how they can manage security in AWS respectively. If you are learning AWS or championing AWS adoption in your organization, you should read this book to build security in all your workloads. You will benefit from knowing about security footprint of all major AWS services for multiple domains, use cases, and scenarios. What You Will Learn • Learn about AWS Identity Management and Access control • Gain knowledge to create and secure your private network in AWS • Understand and secure your infrastructure in AWS • Understand monitoring, logging and auditing in AWS • Ensure Data Security in AWS • Learn to secure your applications in AWS • Explore AWS Security best practices In Detail Mastering AWS Security starts with a deep dive into the fundamentals of the shared security responsibility model. This book tells you how you can enable continuous security, continuous auditing, and continuous compliance by automating your security in AWS with the tools, services, and features it provides. Moving on, you will learn about access control in AWS for all resources. You will also learn about the security of your network, servers, data and applications in the AWS cloud using native AWS security services. By the end of this book, you will understand the complete AWS Security landscape, covering all aspects of end - to -end software and hardware security along with logging, auditing, and compliance of your entire IT environment in the AWS cloud. Lastly, the book will wrap up with AWS best practices for security. Style and approach The book will take a practical approach delving into different aspects of AWS security to help you become a master of it. It will focus on using native AWS security features and managed AWS services to help you achieve continuous security and continuous compliance.

Mastering pandas

by Femi Anthony

This book is intended for Python programmers, mathematicians, and analysts who already have a basic understanding of Python and wish to learn about its data analysis capabilities in depth.

Compiler Construction Using Java, JavaCC, and Yacc

by Anthony J. Dos Reis

Broad in scope, involving theory, the application of that theory, and programming technology, compiler construction is a moving target, with constant advances in compiler technology taking place. Today, a renewed focus on do-it-yourself programming makes a quality textbook on compilers, that both students and instructors will enjoy using, of even more vital importance. This book covers every topic essential to learning compilers from the ground up and is accompanied by a powerful and flexible software package for evaluating projects, as well as several tutorials, well-defined projects, and test cases.

Coaching Online: A Practical Guide

by Kate Anthony DeeAnna Merz Nagel

Translating traditional coaching methods and competencies for use in the online world, this informative and timely guide shows coaches how to transform their face-to-face practice into one that utilises technological means of communication with clients, mentors, and everyone else associated with their practice. The book offers up-to-the-minute practical and ethical information from two world-expert coaches, leaning on their combined 50 years of experience and study. It covers the practice of online coaching via email, chat, audio/telephone and video methods, as well as the ethics of online coaching (including an ethical framework), case material, supervision, mentoring and training, and a look into the future of the coaching profession in light of technological developments and the culture of cyberspace. Whether you are a coach-in-training or established Coaching Master, this book is an accessible and invaluable tool for taking and maintaining your coaching services online.

Grammar-Based Feature Generation for Time-Series Prediction

by Anthony Mihirana De Silva Philip H. W. Leong

This book proposes a novel approach for time-series prediction using machine learning techniques with automatic feature generation. Application of machine learning techniques to predict time-series continues to attract considerable attention due to the difficulty of the prediction problems compounded by the non-linear and non-stationary nature of the real world time-series. The performance of machine learning techniques, among other things, depends on suitable engineering of features. This book proposes a systematic way for generating suitable features using context-free grammar. A number of feature selection criteria are investigated and a hybrid feature generation and selection algorithm using grammatical evolution is proposed. The book contains graphical illustrations to explain the feature generation process. The proposed approaches are demonstrated by predicting the closing price of major stock market indices, peak electricity load and net hourly foreign exchange client trade volume. The proposed method can be applied to a wide range of machine learning architectures and applications to represent complex feature dependencies explicitly when machine learning cannot achieve this by itself. Industrial applications can use the proposed technique to improve their predictions.

KINDLE FIRE HD 8 Y 10 Manual de Ususrio: La Manera Rápida y Fácil De Entender Su Kindle Fire HD Y Solucionar Problemas Comunes

by Smith Anthony

Las guías de este manual son principalmente para usuarios de KINDLE Fire que no han aprendido nada nuevo sobre cómo maximizar su Kindle Fire HD 8 y 10. Obtendrás nuevos consejos y trucos ocultos que te harán dominar tu dispositivo. El manual le llevará paso a paso a las características avanzadas de los procesos Kindle Fire HD 8 y 10 en la configuración inicial, funciones básicas, ajustes avanzados y muchos más. Otra información importante que obtendrá de este libro incluye; Razón para Kindle Fire HD 8 y 10 Cómo configurar el Kindle fire HD 8 y 10 La mejor manera de cargar su Kindle Fire HD 8 y 10 USANDO UNA COMPUTADORA CON UN ADAPTADOR DE PARED Navegación en la pantalla del dispositivo Compras en Amazon Funcionalidad de los tres botones de la pantalla del dispositivo Compras en Amazon CÓMO REFLEJAR SU KINDLE FIRE HD A SU TV USANDO EL FIRE STICK Cómo acelerar tu fuego de fuego lento HD Mi fuego de fuego no se enciende. Tu enciende fuego HD no se cargará. Mi fuego encendido no tiene sonido Cómo maximizar Alexa on a fire HD Tablet Capacidad de poder cambiar el color del teclado Capacidad para cambiar la voz de texto a voz Apagado automático para el Wi-Fi Capacidad para obtener emojis o emoticonos en el teclado Capacidad para cambiar el comportamiento de autocorrección Cómo encontrar su Tablet perdido utilizando GPS Fondos de pantalla Capacidad de reflejar el fuego de su Kindle No lo demore más, navegue hacia arriba y haga clic en el "BUY BUTTON" para obtener este manual para dominar su dispositivo y convertirse en un experto en Kindle Fire HD.

Le Kindle Fire HD 8 & 10 Guide 2019 Mise À Jour: Moyens faciles et rapides pour comprendre votre Kindle Fire HD et solution aux problèmes courants

by Smith Anthony

THE KINDLE FIRE HD 8 & 10 GUIDE 2019 MISE À JOUR Les guides de ce manuel sont principalement destinés aux utilisateurs de KINDLE Fire qui n'ont rien appris de nouveau sur la façon de maximiser votre Kindle Fire HD 8 et 10. Vous obtiendrez de nouveaux trucs et astuces cachés qui vous permettront de maîtriser votre appareil. Ce manuel vous guidera pas à pas vers les fonctions avancées des processus Kindle Fire HD 8 et 10 sur la configuration initiale, les fonctions de base, les paramètres avancés et bien plus encore. D'autres informations importantes que vous obtiendrez de ce livre incluent ; Raison du Kindle Fire HD 8 et 10 Comment mettre en place Kindle feu HD 8 et 10 La meilleure façon de charger votre Kindle Fire HD 8 et 10 À L'AIDE D'UN ORDINATEUR À L'AIDE D'UN ADAPTATEUR MURAL Navigation sur l'écran de votre terminal Magasiner sur Amazon Fonctionnalité des trois boutons de l'écran de votre appareil Magasiner sur Amazon COMMENT FAIRE UN MIROIR DE VOTRE FEU ALLUMÉ HD À VOTRE TÉLÉVISEUR À L'AIDE D'UN BÂTON DE FEU Comment accélérer votre feu lent HD Mon feu allumé ne s'allume pas. Votre feu allumé HD ne se charge pas Mon feu allumé n'a pas de son Comment maximiser Alexa sur un feu HD Comprimé Possibilité de pouvoir changer la couleur du clavier Possibilité de changer le texte à la voix de la parole Arrêt automatique pour le Wi-Fi Possibilité d'avoir des émojis ou des émoticônes sur le clavier Possibilité de changer le comportement d'autocorrection Comment retrouver votre tablette perdue à l'aide du GPS Fonds d'écran Capacité de refléter votre feu de Kindle Ne tergiversez pas davantage, naviguez vers le haut et cliquez sur le bouton "ACHETER" pour obtenir ce manuel afin de maîtriser votre appareil et devenir un expert en K

A Quadratic Constraint Approach to Model Predictive Control of Interconnected Systems (Studies In Systems, Decision And Control #148)

by Anthony Tri Tran C. Quang Ha

This book focuses on the stabilization and model predictive control of interconnected systems with mixed connection configurations. It introduces the concept of dissipation-based quadratic constraint for developing attractivity assurance methods for interconnected systems. In order to develop these methods, distributed and decentralized architectures are employed, whereby the communication between subsystems is fully connected, partially connected, or completely disconnected. Given that the control inputs are entirely or partially decoupled between subsystems and no additional constraints are imposed on the interactive variables beyond the coupling constraint itself, the proposed approaches can be used with various types of systems and applications. Further, the book describes how the effects of coupling delays and data losses in device networks are resolved. From a practical perspective, the innovations presented are of benefit in applications in a broad range of fields, including the process and manufacturing industries, networked robotics, and network-centric systems such as chemical process systems, power systems, telecommunication networks, transportation networks, and, no less importantly, supply chain automation.

Timing Jitter in Time-of-Flight Range Imaging Cameras

by Gehan Anthonys

This book explains how depth measurements from the Time-of-Flight (ToF) range imaging cameras are influenced by the electronic timing-jitter. The author presents jitter extraction and measurement techniques for any type of ToF range imaging cameras. The author mainly focuses on ToF cameras that are based on the amplitude modulated continuous wave (AMCW) lidar techniques that measure the phase difference between the emitted and reflected light signals. The book discusses timing-jitter in the emitted light signal, which is sensible since the light signal of the camera is relatively straightforward to access. The specific types of jitter that present on the light source signal are investigated throughout the book. The book is structured across three main sections: a brief literature review, jitter measurement, and jitter influence in AMCW ToF range imaging.

Make Your Own PuzzleScript Games!

by Anna Anthropy

Fun introduction to game development by well-known game designer using PuzzleScript, a free online tool for creating puzzles/platform games.PuzzleScript is a free, web-based tool you can use to create puzzle games. In a PuzzleScript game, you move objects around to solve problems and play through the levels.In Make Your Own PuzzleScript Games! you'll learn how to use PuzzleScript to create interactive games--no programming experience necessary! Learn the basics like how to make objects, create rules, and add levels. You'll also learn how to edit, test, and share your games online.Learn how to: • Decorate your game with fun backgrounds • Write rules that define how objects interact • Add obstacles like laser guns and guards • Herd cats and even pull off a robot heist!With colorful illustrations and plenty of examples for inspiration, Make Your Own PuzzleScript Games! will take you from puzzle solver to game designer in just a few clicks!

Make Your Own Scratch Games!: With The Free Tools Twine, Puzzlescript, And Scratch

by Anna Anthropy

Learn to make interactive games with Scratch—the beginner-friendly, block-based programming language from the MIT Media Lab! Anna Anthropy, game designer extraordinaire, will show you how to do everything from building a game map to creating animations and debugging the end product. Take a peek inside the history of video game design, learn programming basics, and turn your ideas into creative games that you can play and share with your friends.Learn how to:•Draw characters like a hungry, leaf-eating bug•Animate characters—make them walk, jump, climb, and fall!•Create objects for your player to collect and obstacles to avoid•Design multiple levels to create a cave exploring platform game•Create sound effects and music for your games•Share your games online and use player feedback to improve your gamesIsn’t it time to Make Your Own Scratch Games? The world is waiting!Covers Scratch 3.0

Make Your Own Twine Games!

by Anna Anthropy

Bring your game ideas to life with Twine! Twine is a free online tool that lets anyone new to programming create their own interactive, story-based adventure games in a web page. In Make Your Own Twine Games!, game designer Anna Anthropy takes you step-by-step through the game development process, from coming up with a basic idea to structuring your game. You’ll learn the basics of Twine like how to use links and apply images and formatting to make your game look more distinct. You’ll get tips on how to test your game, export it, and publish it online, and even understand more advanced features like scripting to get your game to remember and respond to player choices. As you make your way through the book and begin crafting your own interactive fiction, you’ll learn other cool tricks like how to:• Write stories that follow multiple paths using hyperlinks• Create variables to track your player’s actions• Add scripting like “if” and “else” to decide when ghosts should appear in your game• Use hooks to add fancy touches like text effects, pictures, and sound With example games to act as inspiration, Make Your Own Twine Games! will take you from story-teller to game designer in just a few clicks! Ready player one? The game starts now.Covers Twine 2

Rise of the Videogame Zinesters

by Anna Anthropy

"Anna Anthropy is a key personality in the ongoing paradigm shift that is slowly changing the way videogames are understood, by creators and players, and by the wider culture." --Patrick Alexander, Eegra.com"Equal parts autobiography, ethnography, and how-to manual, this book concisely makes the case for the unique power of 'zinester' games."--Adam Parrish, NYU's Interactive Telecommunication Program (Tisch School of the Arts), and author of the ZZT game "Winter""These days, everybody can make and distribute a photograph, or a video, or a book. Rise of the Videogame Zinesters shows you that everyone can make a videogame, too. But why should they? For Anna Anthropy, it's not for fame or for profit, but for the strange, aimless beauty of personal creativity."--Ian Bogost, Director, Graduate Program in Digital Media, Georgia Institute of Technology"Rise is a great guidebook to understanding--and more importantly, participating in--this dynamically evolving culture." --Jim Munroe, co-founder of the Hand Eye Society and the Difference Engine Initiative"Here, Anna Anthropy demonstrates how people from every background and walk of life are breaking free of the commercial cowardice of major publishers, and bringing their individual visions of the game to life. . . . If game design is to be an art, as those of us who love games fervently hope, it must be rescued from its crushing commercial pressures. You can be a part of its future." --Greg Costikyan, author of I Have No Mouth and I Must Design"Anna gives the world of video games a crucial perspective from her seat of authority within outsider culture, and illustrates how essential it is for the space to empower voices of all kinds if it is to evolve." --Leigh Alexander, editor-at-large of Gamasutra

Refine Search

Showing 1,826 through 1,850 of 54,275 results