Browse Results

Showing 16,351 through 16,375 of 22,445 results

Pyjama Profit: The Millennial's Guide to a Sustainable Freelance Career

by Varun Mayya Abhinav Chhikara

Pyjama Profit is a guide for millennials to get started with a self-sustained online freelance practice, while developing their skills needed to succeed. The book talks about in-demand online skills and the different paths one can take to become an expert in these fields. A stable income from freelancing in college was the bedrock that had allowed the authors to explore their ambitions further and get to where they are today. In the process, they've worked with many of their own batch mates, colleagues and friends to help them set up highly successful freelance careers. The author duo decided to detail their story of what worked for them and how anyone in the country could thrive without being tied down to a full-time job. The authors feel the timing of the book is perfect because of the growing freelance economy and growing aspirations among millennials to find a job they love and not just something that pays their bills.

The Pyramid of Lies: Lex Greensill and the Billion-Dollar Scandal

by Duncan Mavin

An epic true story of ambition, greed and hubris that nearly brought down the British government.In March 2021, an obscure financial technology company called Greensill Capital collapsed, going into administration. As it unravelled, a multibillion-dollar scandal emerged that would shake the very foundations of the British political system, drawing in swiss bankers, global CEOs, and world leaders, including former British Prime Minister, David Cameron. At the centre was an Australian financier named Lex Greensill.Pyramid of Lies charts the meteoric rise and spectacular downfall of Greensill and his company. He had a simple idea – democratising supply chain finance – and disrupted a trillion dollar industry in the process. But a staid business model concealed dubious practices as Greensill made increasingly risky loans to fraudulent companies using other people’s money.Financial journalist Duncan Mavin, who has reported on the scandal for over three years, tells the incredible story of how a former sugar-cane farmer would go on to put tens of thousands of jobs at risk and gain unfettered access to the inner workings of the British government. With a globe-circling narrative full of scandal and intrigue, Pyramid of Lies reveals how the grubby world of shadow banking really operates.

Python for Probability, Statistics, and Machine Learning

by José Unpingco

This book, fully updated for Python version 3.6+, covers the key ideas that link probability, statistics, and machine learning illustrated using Python modules in these areas. All the figures and numerical results are reproducible using the Python codes provided. The author develops key intuitions in machine learning by working meaningful examples using multiple analytical methods and Python codes, thereby connecting theoretical concepts to concrete implementations. Detailed proofs for certain important results are also provided. Modern Python modules like Pandas, Sympy, Scikit-learn, Tensorflow, and Keras are applied to simulate and visualize important machine learning concepts like the bias/variance trade-off, cross-validation, and regularization. Many abstract mathematical ideas, such as convergence in probability theory, are developed and illustrated with numerical examples. This updated edition now includes the Fisher Exact Test and the Mann-Whitney-Wilcoxon Test. A new section on survival analysis has been included as well as substantial development of Generalized Linear Models. The new deep learning section for image processing includes an in-depth discussion of gradient descent methods that underpin all deep learning algorithms. As with the prior edition, there are new and updated *Programming Tips* that the illustrate effective Python modules and methods for scientific programming and machine learning. There are 445 run-able code blocks with corresponding outputs that have been tested for accuracy. Over 158 graphical visualizations (almost all generated using Python) illustrate the concepts that are developed both in code and in mathematics. We also discuss and use key Python modules such as Numpy, Scikit-learn, Sympy, Scipy, Lifelines, CvxPy, Theano, Matplotlib, Pandas, Tensorflow, Statsmodels, and Keras.This book is suitable for anyone with an undergraduate-level exposure to probability, statistics, or machine learning and with rudimentary knowledge of Python programming.

Python for Probability, Statistics, and Machine Learning

by José Unpingco

Using a novel integration of mathematics and Python codes, this book illustrates the fundamental concepts that link probability, statistics, and machine learning, so that the reader can not only employ statistical and machine learning models using modern Python modules, but also understand their relative strengths and weaknesses. To clearly connect theoretical concepts to practical implementations, the author provides many worked-out examples along with "Programming Tips" that encourage the reader to write quality Python code. The entire text, including all the figures and numerical results, is reproducible using the Python codes provided, thus enabling readers to follow along by experimenting with the same code on their own computers. Modern Python modules like Pandas, Sympy, Scikit-learn, Statsmodels, Scipy, Xarray, Tensorflow, and Keras are used to implement and visualize important machine learning concepts like the bias/variance trade-off, cross-validation, interpretability, and regularization. Many abstract mathematical ideas, such as modes of convergence in probability, are explained and illustrated with concrete numerical examples. This book is suitable for anyone with undergraduate-level experience with probability, statistics, or machine learning and with rudimentary knowledge of Python programming.

Python for Probability, Statistics, and Machine Learning

by José Unpingco

This book, fully updated for Python version 3.6+, covers the key ideas that link probability, statistics, and machine learning illustrated using Python modules in these areas. All the figures and numerical results are reproducible using the Python codes provided. The author develops key intuitions in machine learning by working meaningful examples using multiple analytical methods and Python codes, thereby connecting theoretical concepts to concrete implementations. Detailed proofs for certain important results are also provided. Modern Python modules like Pandas, Sympy, Scikit-learn, Tensorflow, and Keras are applied to simulate and visualize important machine learning concepts like the bias/variance trade-off, cross-validation, and regularization. Many abstract mathematical ideas, such as convergence in probability theory, are developed and illustrated with numerical examples. This updated edition now includes the Fisher Exact Test and the Mann-Whitney-Wilcoxon Test. A new section on survival analysis has been included as well as substantial development of Generalized Linear Models. The new deep learning section for image processing includes an in-depth discussion of gradient descent methods that underpin all deep learning algorithms. As with the prior edition, there are new and updated *Programming Tips* that the illustrate effective Python modules and methods for scientific programming and machine learning. There are 445 run-able code blocks with corresponding outputs that have been tested for accuracy. Over 158 graphical visualizations (almost all generated using Python) illustrate the concepts that are developed both in code and in mathematics. We also discuss and use key Python modules such as Numpy, Scikit-learn, Sympy, Scipy, Lifelines, CvxPy, Theano, Matplotlib, Pandas, Tensorflow, Statsmodels, and Keras.This book is suitable for anyone with an undergraduate-level exposure to probability, statistics, or machine learning and with rudimentary knowledge of Python programming.

Python for Signal Processing: Featuring IPython Notebooks

by José Unpingco

This book covers the fundamental concepts in signal processing illustrated with Python code and made available via IPython Notebooks, which are live, interactive, browser-based documents that allow one to change parameters, redraw plots, and tinker with the ideas presented in the text. Everything in the text is computable in this format and thereby invites readers to “experiment and learn” as they read. The book focuses on the core, fundamental principles of signal processing. The code corresponding to this book uses the core functionality of the scientific Python toolchain that should remain unchanged into the foreseeable future. For those looking to migrate their signal processing codes to Python, this book illustrates the key signal and plotting modules that can ease this transition. For those already comfortable with the scientific Python toolchain, this book illustrates the fundamental concepts in signal processing and provides a gateway to further signal processing concepts.

Python Programming for Data Analysis

by José Unpingco

This textbook grew out of notes for the ECE143 Programming for Data Analysis class that the author has been teaching at University of California, San Diego, which is a requirement for both graduate and undergraduate degrees in Machine Learning and Data Science. This book is ideal for readers with some Python programming experience. The book covers key language concepts that must be understood to program effectively, especially for data analysis applications. Certain low-level language features are discussed in detail, especially Python memory management and data structures. Using Python effectively means taking advantage of its vast ecosystem. The book discusses Python package management and how to use third-party modules as well as how to structure your own Python modules. The section on object-oriented programming explains features of the language that facilitate common programming patterns.After developing the key Python language features, the book moves on to third-party modules that are foundational for effective data analysis, starting with Numpy. The book develops key Numpy concepts and discusses internal Numpy array data structures and memory usage. Then, the author moves onto Pandas and details its many features for data processing and alignment. Because strong visualizations are important for communicating data analysis, key modules such as Matplotlib are developed in detail, along with web-based options such as Bokeh, Holoviews, Altair, and Plotly.The text is sprinkled with many tricks-of-the-trade that help avoid common pitfalls. The author explains the internal logic embodied in the Python language so that readers can get into the Python mindset and make better design choices in their codes, which is especially helpful for newcomers to both Python and data analysis. To get the most out of this book, open a Python interpreter and type along with the many code samples.

Python Programming Recipes for IoT Applications (Transactions on Computer Systems and Networks)

by Jivan S. Parab Gourish Naik Madhusudan Ganuji Lanjewar Marlon Darius Sequeira Arman Yusuf Shaikh

The book comprehensively covers the most important applications of the internet of things (IoT) using Python programming on Raspberry pi, Micropython Py Board, and NVIDIA Jetson Board. The authors have used an immersive ‘hands-on’ approach to help readers gain expertise in developing working code for real-world IoT applications. The book focuses on industry-standard embedded platforms for IoT applications. It also gives a glimpse of python programming and setup configuration of these embedded platforms. The later chapter highlights basic interface applications with Raspberry Pi. Exclusive advanced IoT applications on the Micropython Pyboard are also covered. The last two chapters deal with the NVIDIA Jetson Nano board programming for machine learning applications with FoG/cloud computing. The various IoT applications with different embedded platforms in this volume are best-suited for undergraduate/postgraduate students and researchers who want to get exposed to python programming for IoT applications. This book will enable readers to design their own embedded IoT products.

QC-LDPC Code-Based Cryptography (SpringerBriefs in Electrical and Computer Engineering)

by Marco Baldi

This book describes the fundamentals of cryptographic primitives based on quasi-cyclic low-density parity-check (QC-LDPC) codes, with a special focus on the use of these codes in public-key cryptosystems derived from the McEliece and Niederreiter schemes. In the first part of the book, the main characteristics of QC-LDPC codes are reviewed, and several techniques for their design are presented, while tools for assessing the error correction performance of these codes are also described. Some families of QC-LDPC codes that are best suited for use in cryptography are also presented. The second part of the book focuses on the McEliece and Niederreiter cryptosystems, both in their original forms and in some subsequent variants. The applicability of QC-LDPC codes in these frameworks is investigated by means of theoretical analyses and numerical tools, in order to assess their benefits and drawbacks in terms of system efficiency and security. Several examples of QC-LDPC code-based public key cryptosystems are presented, and their advantages over classical solutions are highlighted. The possibility of also using QC-LDPC codes in symmetric encryption schemes and digital signature algorithms is also briefly examined.

Qlik Sense® Cookbook

by Philip Hand Neeraj Kharpate

Over 80 step-by-step recipes to tackle the everyday challenges faced by Qlik Sense® developers About This Book • Create dynamic dashboards for business intelligence • Discover the techniques and practices for Qlik Sense® • Delve into a broad range of topics covering the Qlik Sense® backend and the all-important user interface Who This Book Is For The book is for everybody who have been exposed to Qlik Sense® and want to start using it actively for business intelligence. Anybody with prior knowledge of its sister product, QlikView, will also benefit from this book. Familiarity with the basics of business intelligence is a prerequisite. What You Will Learn • Source, load, preview, and distribute your organization's information • Maximize the effect of visualizations for different types of data • Get to grips with the new visualization functions and add bespoke features not covered in the standard options • Leverage scripting tools, techniques, and best practices that once implemented, never stop adding value • Make your user interface more advanced and intuitive with various custom objects and indicators • Explore various tips and tricks of navigation for the Qlik Sense® frontend • Develop creative extensions for your Qlik Sense® dashboard In Detail This book is an excellent guide for all aspiring Qlik Sense® developers. It will take you through the basics, right through to the use of more advanced functions. With the recipes in this book, you will be empowered to create fully featured desktop applications in Qlik Sense®. Starting with a quick refresher on obtaining data from data files and databases, this book moves on to the more refined features of Qlik Sense®, including visualization, scripting, and set analysis. The tips and tricks provided will help you to overcome challenging situations while developing your applications in Qlik Sense®. This and more will help you to deliver engaging dashboards and reports efficiently. By the end of the book, you will be an expert user of Qlik Sense® and will be able to use its features effectively for business intelligence in an enterprise environment. Style and approach This book is the perfect mix of essential theory combined with real-life examples, with clear explanations of sophisticated Qlik Sense® concepts. Each recipe begins with a task-based problem and the answers are provided in simple steps. This book follows an intuitive problem and solution approach that is easy to follow.

QoE Management in Wireless Networks (SpringerBriefs in Electrical and Computer Engineering)

by Ying Wang Wen'An Zhou Ping Zhang

This SpringerBrief presents research results on QoE management schemes for mobile services, including user services, and resource allocation. Along with a review of the research literature, it offers a data-driven architecture for personalized QoE management in wireless networks. The primary focus is on introducing efficient personalized character extraction mechanisms, e.g., context-aware Bayesian graph model, and cooperative QoE management mechanisms. Moreover, in order to demonstrate in the effectiveness of the QoE model, a QoE measurement platform is described and its collected data examined. The brief concludes with a discussion of future research directions. The example mechanisms and the data-driven architecture provide useful insights into the designs of QoE management, and motivate a new line of thinking for users' satisfaction in future wireless networks.

QoS and Energy Management in Cognitive Radio Network: Case Study Approach (Signals and Communication Technology)

by Vishram Mishra Jimson Mathew Chiew-Tong Lau

This book covers the important aspects involved in making cognitive radio devices portable, mobile and green, while also extending their service life. At the same time, it presents a variety of established theories and practices concerning cognitive radio from academia and industry. Cognitive radio can be utilized as a backbone communication medium for wireless devices. To effectively achieve its commercial application, various aspects of quality of service and energy management need to be addressed. The topics covered in the book include energy management and quality of service provisioning at Layer 2 of the protocol stack from the perspectives of medium access control, spectrum selection, and self-coexistence for cognitive radio networks.

QoS and QoE Management in UMTS Cellular Systems

by David Soldani Man Li Renaud Cuny

This comprehensive volume provides state-of-the art guidance on Quality of Service (QoS) and Quality of end-user Experience (QoE) management in UMTS cellular systems, tackling planning, provisioning, monitoring and optimisation issues in a single accessible resource. In addition, a detailed discussion is provided on service applications, QoS concept, architecture and functions in access, packet & circuit switched core and backbone networks. Defines and explains the differences between QoS and QoE, and end-to-end concept, based on the premise that it is the end-user who is the ultimate beneficiary of QoS. Covers QoS and QoE issues related to present and forthcoming service applications, including multimedia messaging service (MMS), Video Sharing (VS), content download, business connectivity, Push to talk over Cellular (PoC), Voice over IP (VoIP), presence, instant messaging, gaming, streaming and browsing. Presents QoS concepts and architecture as defined in 3GPP Releases 97/98, 99, 5, 6, and 7, and provides a comprehensive description of protocols and packet data transfer across WCDMA evolved and (E)GPRS networks. Discusses service driven radio network planning aspects for (E)GPRS and WCDMA. Includes three detailed chapters covering concepts, means and methods for QoS provisioning, QoS & QoE performance monitoring and optimisation. This book is aimed at operators, vendors, deployers, consultants and managers specialising in the research, development, implementation, marketing and sales of products and tools for QoS and QoE management in UMTS networks. It will also be of interest to postgraduate students and researchers in the field of telecommunications and specialising in UMTS QoS and QoE principles and practices.

QoS-Aware Virtual Network Embedding

by Chunxiao Jiang Peiying Zhang

As an important future network architecture, virtual network architecture has received extensive attention. Virtual network embedding (VNE) is one of the core services of network virtualization (NV). It provides solutions for various network applications from the perspective of virtual network resource allocation. The Internet aims to provide global users with comprehensive coverage. The network function requests of hundreds of millions of end users have brought great pressure to the underlying network architecture. VNE algorithm can provide effective support for the reasonable and efficient allocation of network resources, so as to alleviate the pressure off the Internet. At present, a distinctive feature of the Internet environment is that the quality of service (QoS) requirements of users are differentiated. Different regions, different times, and different users have different network function requirements. Therefore, network resources need to be reasonably allocated according to users' QoS requirements to avoid the waste of network resources. In this book, based on the analysis of the principle of VNE algorithm, we provide a VNE scheme for users with differentiated QoS requirements. We summarize the common user requirements into four categories: security awareness, service awareness, energy awareness, and load balance, and then introduce the specific implementation methods of various differentiated QoS algorithms. This book provides a variety of VNE solutions, including VNE algorithms for single physical domain, VNE algorithms for across multiple physical domains, VNE algorithms based on heuristic method, and VNE algorithms based on machine learning method.

QOS-Enabled Networks: Tools and Foundations (Wiley Series on Communications Networking & Distributed Systems #42)

by Miguel Barreiros Peter Lundqvist

Written by two experts in the field who deal with QOS predicaments every day and now in this 2nd edition give special attention to the realm of Data Centers, QoS Enabled Networks:Tools and Foundations, 2nd Edition provides a lucid understanding of modern QOS theory mechanisms in packet networks and how to apply them in practice. This book is focuses on the tools and foundations of QoS providing the knowledge to understand what benefits QOS offers and what can be built on top of it.

QOS-Enabled Networks: Tools and Foundations (Wiley Series On Communications Networking And Distributed Systems Ser. #37)

by Miguel Barreiros Peter Lundqvist

With a foreword by Kannan Kothandaraman "This is the first book about QOS that I actually enjoyed reading precisely because the authors focused on real-life QoS and not in academic discussions about it." Per Nihlen, IP Network Manager, NORDUnet The new authoritative, practical guide to delivering QOS guarantees This new benchmark in quality of service (QOS) study is written by two experts in the field who deal with QOS predicaments every day. The authors not only provide a lucid understanding of modern theory of QOS mechanisms in packet networks but how to apply them in practice. In addition, they detail the QOS management features found in modern routers used by Internet Service Providers (ISPs) and large enterprise companies and networks, all in an effort to enable network managers and engineers to configure production networks with a quality of service guarantee. The book's focus on addressing network behavior ("real effects") in relation to the configuration of network elements (routers and switches), is both refreshing and insightful. QOS-Enabled Networks contains up-to-date coverage of: QOS mechanisms in packet networks and how to apply them in practice QOS management features now common in modern-day routers How network behavior is related to configuration of network elements Layer 2 VPN and QOS QOS in mobile LTE networks QOS-Enabled Networks is an invaluable guide for networking engineers needing to provide QOS services for service providers, ISPs and large enterprises, as well as for network design and operations engineers.

QOS-Enabled Networks: Tools and Foundations (Wiley Series on Communications Networking & Distributed Systems)

by Miguel Barreiros Peter Lundqvist

Written by two experts in the field who deal with QOS predicaments every day and now in this 2nd edition give special attention to the realm of Data Centers, QoS Enabled Networks:Tools and Foundations, 2nd Edition provides a lucid understanding of modern QOS theory mechanisms in packet networks and how to apply them in practice. This book is focuses on the tools and foundations of QoS providing the knowledge to understand what benefits QOS offers and what can be built on top of it.

QOS-Enabled Networks: Tools and Foundations (Wiley Series on Communications Networking & Distributed Systems #37)

by Miguel Barreiros Peter Lundqvist

With a foreword by Kannan Kothandaraman "This is the first book about QOS that I actually enjoyed reading precisely because the authors focused on real-life QoS and not in academic discussions about it." Per Nihlen, IP Network Manager, NORDUnet The new authoritative, practical guide to delivering QOS guarantees This new benchmark in quality of service (QOS) study is written by two experts in the field who deal with QOS predicaments every day. The authors not only provide a lucid understanding of modern theory of QOS mechanisms in packet networks but how to apply them in practice. In addition, they detail the QOS management features found in modern routers used by Internet Service Providers (ISPs) and large enterprise companies and networks, all in an effort to enable network managers and engineers to configure production networks with a quality of service guarantee. The book's focus on addressing network behavior ("real effects") in relation to the configuration of network elements (routers and switches), is both refreshing and insightful. QOS-Enabled Networks contains up-to-date coverage of: QOS mechanisms in packet networks and how to apply them in practice QOS management features now common in modern-day routers How network behavior is related to configuration of network elements Layer 2 VPN and QOS QOS in mobile LTE networks QOS-Enabled Networks is an invaluable guide for networking engineers needing to provide QOS services for service providers, ISPs and large enterprises, as well as for network design and operations engineers.

QoS for Fixed and Mobile Ultra-Broadband (Wiley - IEEE)

by Toni Janevski

Provides extensive coverage of standardized QoS technologies for fixed and mobile ultra-broadband networks and services—bringing together technical, regulation, and business aspects The Quality of Service (QoS) has been mandatory for traditional telecommunication services such as telephony (voice) and television (TV) since the first half of the past century, however, with the convergence of telecommunication networks and services onto Internet technologies, the QoS provision remains a big challenge for all ICT services, not only for traditional ones. This book covers the standardized QoS technologies for fixed and mobile ultra-broadband networks and services, including the business aspects and QoS regulation framework, which all will have high impact on the ICTs in the current and the following decade. QoS for Fixed and Mobile Ultra-Broadband starts by introducing readers to the telecommunications field and the technology, and the many aspects of both QoS and QoE (Quality of Experience). The next chapter devotes itself to Internet QoS, starting with an overview of numerous technology protocols and finishing with business and regulatory aspects. The next three chapters look at QoS in NGN and Future Networks, QoS for fixed ultra-broadband, and QoS for mobile ultra-broadband. The book also provides readers with in-depth accounts of services in fixed and mobile ultra-broadband; broadband QoS parameters, KPIs, and measurements; network neutrality; and the QoS regulatory framework. Comprehensively covers every aspect of QoS technology for fixed and mobile ultra-broadband networks and services, including the technology, the many regulations, and their applications in business Explains how the QoS is transiting from the traditional telecom world to an all-IP world Presents all the fundamentals of QoS regulation, as well as SLA regulation QoS for Fixed and Mobile Ultra-Broadband is an excellent resource for managers, engineers, and employees from regulators, ICT government organizations, telecommunication companies (operators, service providers), ICT companies, and industry. It is also a good book for students and professors from academia who are interested in understanding, implementation, and regulation of QoS for fixed and mobile ultra-broadband.

QoS for Fixed and Mobile Ultra-Broadband (Wiley - IEEE)

by Toni Janevski

Provides extensive coverage of standardized QoS technologies for fixed and mobile ultra-broadband networks and services—bringing together technical, regulation, and business aspects The Quality of Service (QoS) has been mandatory for traditional telecommunication services such as telephony (voice) and television (TV) since the first half of the past century, however, with the convergence of telecommunication networks and services onto Internet technologies, the QoS provision remains a big challenge for all ICT services, not only for traditional ones. This book covers the standardized QoS technologies for fixed and mobile ultra-broadband networks and services, including the business aspects and QoS regulation framework, which all will have high impact on the ICTs in the current and the following decade. QoS for Fixed and Mobile Ultra-Broadband starts by introducing readers to the telecommunications field and the technology, and the many aspects of both QoS and QoE (Quality of Experience). The next chapter devotes itself to Internet QoS, starting with an overview of numerous technology protocols and finishing with business and regulatory aspects. The next three chapters look at QoS in NGN and Future Networks, QoS for fixed ultra-broadband, and QoS for mobile ultra-broadband. The book also provides readers with in-depth accounts of services in fixed and mobile ultra-broadband; broadband QoS parameters, KPIs, and measurements; network neutrality; and the QoS regulatory framework. Comprehensively covers every aspect of QoS technology for fixed and mobile ultra-broadband networks and services, including the technology, the many regulations, and their applications in business Explains how the QoS is transiting from the traditional telecom world to an all-IP world Presents all the fundamentals of QoS regulation, as well as SLA regulation QoS for Fixed and Mobile Ultra-Broadband is an excellent resource for managers, engineers, and employees from regulators, ICT government organizations, telecommunication companies (operators, service providers), ICT companies, and industry. It is also a good book for students and professors from academia who are interested in understanding, implementation, and regulation of QoS for fixed and mobile ultra-broadband.

QoS Over Heterogeneous Networks

by Mario Marchese

The importance of quality of service (QoS) has risen with the recent evolution of telecommunication networks, which are characterised by a great heterogeneity. While many applications require a specific level of assurance from the network; communication networks are characterized by different service providers, transmission means and implementer solutions such as asynchronous transfer mode (ATM), Internet protocol version 4 (IPv4), IPv6 and MPLS. Providing comprehensive coverage of QoS issues within heterogeneous network environments, “QoS Over Heterogeneous Networks” looks to find solutions to questions such as does QoS fit within heterogeneous networks and what is the impact on performance if information traverses different network portions that implement specific QoS schemes. Includes: A series of algorithms and protocols to help solve potential QoS problems. State of the art case studies and operative examples to illustrate points made. Information on QoS mapping in terms of service-level specification (SLS) and an in-depth discussion of related issues Chapters end-to-end (E2E) QoS, QoS architecture, QoS over heterogeneous networks and QoS internetworking and mapping. An ideal book for graduate students, researchers and lecturers. System designers, developers and engineers will also find “QoS Over Heterogeneous Networks” a valuable reference.

QRD-RLS Adaptive Filtering (Lecture Notes In Mathematics #Vol. 771)

by Jose Apolinario JR

I feel very honoured to have been asked to write a brief foreword for this book on QRD-RLS Adaptive Filtering–asubjectwhichhas been close to my heart for many years. The book is well written and very timely – I look forward personally to seeing it in print. The editor is to be congratulated on assembling such a highly esteemed team of contributing authors able to span the broad range of topics and concepts which underpin this subject. In many respects, and for reasons well expounded by the authors, the LMS al- rithm has reigned supreme since its inception, as the algorithm of choice for prac- cal applications of adaptive ltering. However, as a result of the relentless advances in electronic technology, the demand for stable and ef cient RLS algorithms is growing rapidly – not just because the higher computational load is no longer such a serious barrier, but also because the technological pull has grown much stronger in the modern commercial world of 3G mobile communications, cognitive radio, high speed imagery, and so on.

QTS Information and Communications Technology (PDF)

by Roger Trend Niki Davis Avril Loveless

Comprehensive and practical series offering support for those working towards Qualified Teacher Status, breaking down the requirements of QTS into manageable units so that trainees can evaluate and improve their knowledge of each subject.

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.

Qualität im E-Learning aus Lernersicht: Grundlagen, Empirie und Modellkonzeption subjektiver Qualität

by Ulf-Daniel Ehlers

In der Qualitätsentwicklung im E-Learning ist mittlerweile unstrittig, dass dem Lernenden, seinen Präferenzen und Anforderungen eine herausragende Stellung eingeräumt werden muss. Mit der vorliegenden Studie wird erstmals ein empirisches Modell individueller Lernerpräferenzen vorgestellt. Die Ergebnisse zeigen detailliert auf, welche Faktoren für Lernende beim E-Learning Relevanz besitzen.

Refine Search

Showing 16,351 through 16,375 of 22,445 results