|
Books > Computing & IT
In recent years, smart cities have been an emerging area of
interest across the world. Due to this, numerous technologies and
tools, such as building information modeling (BIM) and digital
twins, have been developed to help achieve smart cities. To ensure
research is continuously up to date and new technologies are
considered within the field, further study is required. The
Research Anthology on BIM and Digital Twins in Smart Cities
considers the uses, challenges, and opportunities of BIM and
digital twins within smart cities. Covering key topics such as
data, design, urban areas, technology, and sustainability, this
major reference work is ideal for industry professionals,
government officials, computer scientists, policymakers,
researchers, scholars, practitioners, instructors, and students.
The world of esports in education is booming, and the field needs
empirical studies to help ground much of what is going on in the
field. Over the last couple years, there appears to be a large
amount of anecdotal evidence surrounding esports and its role in
education, but researchers, teachers, coaches, and organizations
need peer-reviewed, research-based evidence so they can evolve the
field at large. As the amount of esports teams and organizations
continues to rise, so will the need for the field to provide
empirical research about esports and education and the effect it
has on students and those who partake in it. Esports Research and
Its Integration in Education is an essential reference source for
those interested in educational research related to esports topics
as they are approached through multiple ages of schooling and
infused throughout a variety of content areas and research
methodologies. The book covers empirical studies that help
practitioners to understand how esports is developing within and
around learning institutions and what the impact may be on students
and their contemporary educational experiences. Covering topics
such as college and career readiness, literacy practices, and urban
education, this text is essential for stakeholders involved in the
rise of esports, administrators, teachers, coaches, researchers,
students, and academicians.
In today's modernized world, the field of healthcare has seen
significant practical innovations with the implementation of
computational intelligence approaches and soft computing methods.
These two concepts present various solutions to complex scientific
problems and imperfect data issues. This has made both very popular
in the medical profession. There are still various areas to be
studied and improved by these two schemes as healthcare practices
continue to develop. Computational Intelligence and Soft Computing
Applications in Healthcare Management Science is an essential
reference source that discusses the implementation of soft
computing techniques and computational methods in the various
components of healthcare, telemedicine, and public health.
Featuring research on topics such as analytical modeling, neural
networks, and fuzzy logic, this book is ideally designed for
software engineers, information scientists, medical professionals,
researchers, developers, educators, academicians, and students.
Community Informatics: Enabling Communities with Information and
Communications Technologies provides an introduction to the
community use of information and communications technologies, an
overview of the various areas in which ICT is impacting local
development and a set of case studies of CI.
Acoustics: Sound Fields, Transducers and Vibration, Second Edition
guides readers through the basics of sound fields, the laws
governing sound generation, radiation, and propagation, and general
terminology. Specific sections cover microphones (electromagnetic,
electrostatic, and ribbon), earphones, and horns, loudspeaker
enclosures, baffles and transmission lines, miniature applications
(e.g. MEMS microphones and micro speakers in tablets and smart
phones), sound in enclosures of all sizes, such as school rooms,
offices, auditoriums and living rooms, and fluid-structure
interaction. Numerical examples and summary charts are given
throughout the text to make the material easily applicable to
practical design. New to this edition: A chapter on electrostatic
loudspeakers A chapter on vibrating surfaces (membranes, plates,
and shells) Readers will find this to be a valuable resource for
experimenters, acoustical consultants, and to those who anticipate
being engineering designers of audio equipment. It will serve as
both a text for students in engineering departments and as a
valuable reference for practicing engineers.
Advances in Computers, Volume 114, the latest volume in this
innovative series published since 1960, presents detailed coverage
of new advancements in computer hardware, software, theory, design
and applications. Chapters in this updated release include A
Comprehensive Survey of Issues in Solid State Drives, Revisiting VM
performance and optimization challenges for big data, Towards
Realizing Self-Protecting Healthcare Information Systems: Design
and Security Challenges, and SSIM and ML based QoE enhancement
approach in SDN context.
Artificial intelligence (AI) and knowledge management can create
innovative digital solutions and business opportunities in Asia
from circular and green economies to technological disruption,
innovation, and smart cities. It is essential to understand the
impact and importance of AI and knowledge management within the
digital economy for future development and for fostering the best
practices within 21st century businesses. The Handbook of Research
on Artificial Intelligence and Knowledge Management in Asia's
Digital Economy offers conceptual frameworks, empirical studies,
and case studies that help to understand the latest developments in
artificial intelligence and knowledge management, as well as its
potential for digital transformation and business opportunities in
Asia. Covering topics such as augmented reality. Convolutional
neural networks, and digital transformation, this major reference
work generates enriching debate on the challenges and opportunities
for economic growth and inclusion in the region among business
executives and leaders, IT managers, policymakers, government
officials, students and educators of higher education, researchers,
and academicians.
This comprehensive compendium designs deep neural network models
and systems for intelligent analysis of fundus imaging. In response
to several blinding fundus diseases such as Retinopathy of
Prematurity (ROP), Diabetic Retinopathy (DR) and Macular Edema
(ME), different image acquisition devices and fundus image analysis
tasks are elaborated.From the actual fundus disease analysis tasks,
various deep neural network models and experimental results are
constructed and analyzed. For each task, an actual system for
clinical application is developed.This useful reference text
provides theoretical and experimental reference basis for AI
researchers, system engineers of intelligent medicine and
ophthalmologists.
The term gender is a buzz word among rural development
professionals now days. Gender mainstreaming finds its way into
various plans and programmes erected by national as well as state
government. Many organizations made the gender related training
programmes compulsory in their training agenda. The research
scholars need the secondary data for forming the base for gender
related studies. Keeping this in mind the authors have tried to put
forth some related literature from various notes and references to
formulate a book on gender mainstreaming in farm sector. 1. Status
of Farm Women and Empowerment 2. Gender Issues in Agriculture 3.
Mainstreaming Gender Through SHG 4. Rural Women and Empowerment
The past few years have seen a major change in computing systems,
as growing data volumes and stalling processor speeds require more
and more applications to scale out to clusters. Today, a myriad
data sources, from the Internet to business operations to
scientific instruments, produce large and valuable data streams.
However, the processing capabilities of single machines have not
kept up with the size of data. As a result, organizations
increasingly need to scale out their computations over clusters. At
the same time, the speed and sophistication required of data
processing have grown. In addition to simple queries, complex
algorithms like machine learning and graph analysis are becoming
common. And in addition to batch processing, streaming analysis of
real-time data is required to let organizations take timely action.
Future computing platforms will need to not only scale out
traditional workloads, but support these new applications too. This
book, a revised version of the 2014 ACM Dissertation Award winning
dissertation, proposes an architecture for cluster computing
systems that can tackle emerging data processing workloads at
scale. Whereas early cluster computing systems, like MapReduce,
handled batch processing, our architecture also enables streaming
and interactive queries, while keeping MapReduce's scalability and
fault tolerance. And whereas most deployed systems only support
simple one-pass computations (e.g., SQL queries), ours also extends
to the multi-pass algorithms required for complex analytics like
machine learning. Finally, unlike the specialized systems proposed
for some of these workloads, our architecture allows these
computations to be combined, enabling rich new applications that
intermix, for example, streaming and batch processing. We achieve
these results through a simple extension to MapReduce that adds
primitives for data sharing, called Resilient Distributed Datasets
(RDDs). We show that this is enough to capture a wide range of
workloads. We implement RDDs in the open source Spark system, which
we evaluate using synthetic and real workloads. Spark matches or
exceeds the performance of specialized systems in many domains,
while offering stronger fault tolerance properties and allowing
these workloads to be combined. Finally, we examine the generality
of RDDs from both a theoretical modeling perspective and a systems
perspective. This version of the dissertation makes corrections
throughout the text and adds a new section on the evolution of
Apache Spark in industry since 2014. In addition, editing,
formatting, and links for the references have been added.
|
You may like...
Oracle 12c - SQL
Joan Casteel
Paperback
(1)
R1,406
R1,302
Discovery Miles 13 020
|