Browse Results

Showing 26,326 through 26,350 of 53,657 results

Integrity in Government through Records Management: Essays in Honour of Anne Thurston

by James Lowry Justus Wamukoya

As a celebration of Anne Thurston’s pioneering work on records and archives management as an essential basis for demonstrating integrity in government, this excellent volume brings together scholars and practicing archivists to discuss key issues around records as evidence for accountability, transparency and the protection of citizens’ rights. Never before have authors from the developing and developed worlds come together to explore the intersection of records management, public administration and international development. The book covers Thurston’s work, the importance of records management for effective governance and digital records management and preservation in developing countries. Case studies from across Africa enhance the theoretical and practical perspectives taken by the authors. This book is essential reading for scholars and students interested in records management and good governance around the world.

Intel Edison Projects

by Avirup Basu

Build powerful Robots and IoT solutions using Intel Edison About This Book • Learn to build advanced level robots with Intel Edison and Arduino • Efficiently build and program home automation and IoT projects with Intel Edison • Master the skills of creating enticing projects with Intel Edison. Who This Book Is For If you are a hobbyist, robot engineer, IoT enthusiast, programmer, or developer who wants to create autonomous projects with Intel Edison, then this book is for you. Prior programming knowledge would be beneficial. What You Will Learn • Program your device using the Arduino processor language, Python, and Node.js • Interface different sensors with the Intel Edison • Build a home automation system using MQTT, Android, and WPF • Perform face detection using Intel Edison • Develop a high-speed line follower robot • Control a robot using a PC application and an custom controller In Detail Change the way you look at embedded electronics with Intel Edison. It is a small computing platform packed with a set of robust features to deliver hands-on performance, durability, and software support. This book is a perfect place to kickstart development and rapid prototyping using Intel Edison. It will start by introducing readers to the Intel Edison board and explaining how to get started with it. You will learn how to build a mini weather station, which will help you to acquire temperature and smoke level and push it to the IoT platform. Then you will see how to build a home automation device and control your appliances using an Android app. Furthermore, we will build a security system using a webcam to detect faces and perform voice recognition. Toward the end, the book will demonstrate how you can build two robots, which will be based on different line sensing sensors and can be controlled by a PC. The book will guide the readers through each and every step of execution of a project, using Intel Edison. Style and approach A project-based guide that will take the readers through various domains of projects like robotics, IoT and so on.

Intel® Galileo and Intel® Galileo Gen 2: API Features and Arduino Projects for Linux Programmers

by Manoel Carlos Ramon

Intel® Galileo and Intel® Galileo Gen 2: API Features and Arduino Projects for Linux Programmers provides detailed information about Intel® Galileo and Intel® Galileo Gen 2 boards for all software developers interested in Arduino and the Linux platform. The book covers the new Arduino APIs and is an introduction for developers on natively using Linux. Author Manoel Carlos Ramon is a member of the Intel Galileo development team; in this book he draws on his practical experience in working on the Galileo project as he shares the team's findings, problems, fixes, workarounds, and techniques with the open source community. His areas of expertise are wide-ranging, including Linux-embedded kernel and device drivers, C/C++, Java, OpenGL, Assembler, Android NDK/SDK/ADK, and 2G/3G/4G modem integration. He has more than 17 years of experience in research and development of mobile devices and embedded circuits. His personal blog about programming is BytesThink (www. bytesthink. com). What you'll learn * How Linux libraries and applications are used and interact with sketches * How to configure WiFi mPCIe * How to develop and debug Intel's Galileo and Intel Galileo Gen 2 sketches using the Arduino IDE, native Linux applications, and hacking * Integration of OpenCV and V4L2 in C/C++/Python to capture picture and videos, and to detect faces, eyes, and your emotional state with a Fisherfaces model * How to exchange data using the 7160 LTE modem * How to tweet with REST API 1. 1 and OAuth authentication * How to control a 6 DOF robot arm using a gripper based in coffee grains, as well as how to create a special API and hardware for six analogic controls * Home Automation with node. js * How to manage temperature sensors, barometric sensors, and PIR motion sensors, as well as how to create your own soil moisture sensors and keypad * How to use a Power of Ethernet (PoE) module on Intel Galileo Gen 2 Who this book is for Software and hardware developers interested in embedded Linux and Arduino. Table of Contents Chapter 1: Intel Galileo Intel Galileo Gen 2 Chapter 2: Native Development Chapter 3: Arduino IDE and the Wiring Language Chapter 4: New APIs and Hacks Chapter 5: Networking and Hacks Chapter 6: Tweeting With REST API 1. 1 Chapter 7: Using OpenCV Chapter 8: Creating a Soil Moisture Sensor Chapter 9: Home Automation and Dynamic Web Chapter 10: Power Over Ethernet (PoE) Chapter 11: Assembling and Controlling a Robotic Arm Chapter 12: Using an LTE Modem Appendix A: Intel Galileo I/O and Muxing Appendix B: Intel Galileo Gen 2 I/O and Muxing Appendix C: Video Capturing Appendix D: Picture Grabber

Intel Galileo Blueprints

by Marco Schwartz

If you are an experienced developer using classic Arduino boards and would like to extend your knowledge to the Intel Galileo board and polish your project building skills, this book is for you.

Intel Galileo Essentials

by Richard Grimmett

This book is for anyone who has ever been curious about using the Intel Galileo to create electronics projects. Some programming background is useful, but if you know how to use a personal computer, with the aid of the step-by-step instructions in this book, you can construct complex electronics projects that use the Intel Galileo.

Intel Galileo Networking Cookbook

by Marco Schwartz

Over 50 recipes that will help you use the Intel Galileo board to build exciting network-connected projects About This Book * Create networking applications using the Intel Galileo board * Control your web-based projects in real time from anywhere in the world * Connect to the Temboo web service to interact with a huge range of APIs Who This Book Is For If you have already worked on ARM boards like Arduino, but now want to learn Intel Galileo, then this book is for you. Knowledge of C programming language is required. What You Will Learn * Set up your Galileo board for the Internet of Things * Connect external sensors to the Intel Galileo * Create and run a web server on the Galileo board * Control hardware devices from the Galileo * Host web-based applications on the Intel Galileo * Monitor data from the cloud using the Galileo * Build a complete home automation hub using the Galileo board In Detail Arduino is an electronic prototyping platform used by millions of people around the world. Intel Galileo is fully Arduino compatible; hence it combines the high performance of Intel with the simplicity of Arduino Software Development Environment. This makes it the ideal platform to build exciting projects, especially in the field of web-based connected applications and the Internet of Things. The book features several recipes all based on the Intel Galileo board, and that exploit the powerful features of the board. Each chapter explores a given field using the Galileo board. The book is mainly divided in three parts. The first part is all about learning the basics of the Intel Galileo board, but it uses some of the powerful features of the board such as connecting external sensors and complex hardware devices, compared with more basic Arduino boards. Then, the book dives into the topics related to networking and the Internet of Things. You will learn how to run a web server on the board and log data using a cloud-based service. Finally, the book ends with a chapter that aims to build a complete home automation hub using the Galileo board. This chapter uses everything that was learned in the book to make a home automation system using the Galileo board and Arduino. Style and approach This book contains exciting recipes that will help you create projects using the Intel Galileo platform to build systems in various domains like local networking applications, the Internet of Things, and home automation. Each recipe is explained in a step-by-step fashion, always starting with the assembly of the hardware, followed by basics tests of all hardware components. At the end, an exciting project is built using the knowledge acquired in the rest of the book.

Intel Threading Building Blocks

by James Reinders

Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you'll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming -- without having to be a threading expert. Written by James Reinders, Chief Evangelist of Intel Software Products, and based on the experience of Intel's developers and customers, this book explains the key tasks in multithreading and how to accomplish them with TBB in a portable and robust manner. With plenty of examples and full reference material, the book lays out common patterns of uses, reveals the gotchas in TBB, and gives important guidelines for choosing among alternatives in order to get the best performance. You'll learn how Intel Threading Building Blocks: Enables you to specify tasks instead of threads for better portability, easier programming, more understandable source code, and better performance and scalability in general Focuses on the goal of parallelizing computationally intensive work to deliver high-level solutions Is compatible with other threading packages, and doesn't force you to pick one package for your entire program Emphasizes scalable, data-parallel programming, which allows program performance to increase as you add processors Relies on generic programming, which enables you to write the best possible algorithms with the fewest constraints Any C++ programmer who wants to write an application to run on a multi-core system will benefit from this book. TBB is also very approachable for a C programmer or a C++ programmer without much experience with templates. Best of all, you don't need experience with parallel programming or multi-core processors to use this book.

The Intel Trinity: How Robert Noyce, Gordon Moore, and Andy Grove Built the World's Most Important Company

by Michael S. Malone

Based on unprecedented access to the corporation’s archives, The Intel Trinity is the first full history of Intel Corporation—the essential company of the digital age— told through the lives of the three most important figures in the company’s history: Robert Noyce, Gordon Moore, and Andy Grove.Often hailed the “most important company in the world,” Intel remains, more than four decades after its inception, a defining company of the global digital economy. The legendary inventors of the microprocessor-the single most important product in the modern world-Intel today builds the tiny “engines” that power almost every intelligent electronic device on the planet.But the true story of Intel is the human story of the trio of geniuses behind it. Michael S. Malone reveals how each brought different things to Intel, and at different times. Noyce, the most respected high tech figure of his generation, brought credibility (and money) to the company’s founding; Moore made Intel the world’s technological leader; and Grove, has relentlessly driven the company to ever-higher levels of success and competitiveness. Without any one of these figures, Intel would never have achieved its historic success; with them, Intel made possible the personal computer, Internet, telecommunications, and the personal electronics revolutions.The Intel Trinity is not just the story of Intel’s legendary past; it also offers an analysis of the formidable challenges that lie ahead as the company struggles to maintain its dominance, its culture, and its legacy.With eight pages of black-and-white photos.

Intel® Trusted Execution Technology for Server Platforms: A Guide to More Secure Datacenters

by William Futral James Greene

"This book is a must have resource guide for anyone who wants to . . . implement TXT within their environments. I wish we had this guide when our engineering teams were implementing TXT on our solution platforms!" John McAuley,EMC Corporation "This book details innovative technology that provides significant benefit to both the cloud consumer and the cloud provider when working to meet the ever increasing requirements of trust and control in the cloud. " Alex Rodriguez, Expedient Data Centers "This book is an invaluable reference for understanding enhanced server security, and how to deploy and leverage computing environment trust to reduce supply chain risk. " Pete Nicoletti. Virtustream Inc. Intel® Trusted Execution Technology (Intel TXT) is a new security technology that started appearing on Intel server platforms in 2010. This book explains Intel Trusted Execution Technology for Servers, its purpose, application, advantages, and limitations. This book guides the server administrator / datacenter manager in enabling the technology as well as establishing a launch control policy that he can use to customize the server's boot process to fit the datacenter's requirements. This book explains how the OS (typically a Virtual Machine Monitor or Hypervisor) and supporting software can build on the secure facilities afforded by Intel TXT to provide additional security features and functions. It provides examples how the datacenter can create and use trusted pools. With a foreword from Albert Caballero, the CTO at Trapezoid. What you'll learn It explains why TXT is important and the underlying principles (why it is effective). How to enable and provision TXT How to create a Launch Control Policy. It discusses trade-offs in determining the right policy for the datacenter, and walks the reader through the process for establishing the policy. Demonstrates how to set up and use trusted pools and other advanced concepts such as geo-tagging. It walks the reader through the process of making Intel TXT work for them and understand that TXT is a building block for current and future enhanced security concepts. Who this book is for The primary audience is the Datacenter Manager and members of an IT organization. It will be valuable to executives that need to understand enhanced server security and will provide a guide to OSVs and ISVs not only to understand the application of TXT but also the new opportunities that TXT enables and ways that the OS and applications can take advantage of those new capabilities. This book applies to cloud computing since TXT can be used to provide additional security for both public and private clouds. Table of Contents Introduction Principals of TXT TXT Provisioning Launch Control Policy Opportunities for the OSV and ISVs Creating a More Secure Data Center Trusted Pools and Cloud Compliance Support Appendix

Intel® Xeon PhiTM Coprocessor Architecture and Tools: The Guide for Application Developers

by Rezaur Rahman

Intel#65533; Xeon Phi(tm) Coprocessor Architecture and Tools: The Guide for Application Developers provides developers a comprehensive introduction and in-depth look at the Intel Xeon Phi coprocessor architecture and the corresponding parallel data structure tools and algorithms used in the various technical computing applications for which it is suitable. It also examines the source code-level optimizations that can be performed to exploit the powerful features of the processor. Xeon Phi is at the heart of world's fastest commercial supercomputer, which thanks to the massively parallel computing capabilities of Intel Xeon Phi processors coupled with Xeon Phi coprocessors attained 33. 86 teraflops of benchmark performance in 2013. Extracting such stellar performance in real-world applications requires a sophisticated understanding of the complex interaction among hardware components, Xeon Phi cores, and the applications running on them. In this book, Rezaur Rahman, an Intel leader in the development of the Xeon Phi coprocessor and the optimization of its applications, presents and details all the features of Xeon Phi core design that are relevant to the practice of application developers, such as its vector units, hardware multithreading, cache hierarchy, and host-to-coprocessor communication channels. Building on this foundation, he shows developers how to solve real-world technical computing problems by selecting, deploying, and optimizing the available algorithms and data structure alternatives matching Xeon Phi's hardware characteristics. From Rahman's practical descriptions and extensive code examples, the reader will gain a working knowledge of the Xeon Phi vector instruction set and the Xeon Phi microarchitecture whereby cores execute 512-bit instruction streams in parallel.

Inteligência Artificial

by Patrícia Pinto Smart Reads

Os Empreendedores Elon Musk, Stephen Hawking e Bill Gates, proclamaram a Inteligência Artificial como uma possível ameaça no futuro, caso o Homem não faça uso desta tecnologia com sabedoria. Será verdade? Será possível criar, muito em breve, uma programação que dê um raciocínio e emoções aos dispositivos da Inteligência Artificial? Será, até mesmo, possível termos um candidato tipo-humano, projetado pela I.A, a concorrer às eleiçóes presidênciais no futuro? Estas são as questões e ideologias a ser abordadas no âmbito da I.A e foram aprofundadas no livro: “Inteligência Artificial: Compreender Em Que Consiste a I. A. e O Que Implica a Aprendizagem Das Máquinas”. Este livro foi elaborado de forma a dar uma visão geral e concisa acerca dos temas relacionados com o início da Era das ‘máquinas inteligentes’ e sobre a nossa abordagem atual dos tempos moderna, assim como o impacto das novas tecnologias no futuro e na existência da humanidade. Género: COMPUTADORES / Processamento de Dados Género Secundário: NEGÓCIOS & ECONOMIA / Geral. Línguas: Inglês, Português, outras versões poderão estar disponíveis. Palavras-chave: Inteligência Artificial, I.A, Aprendizagem das Máquinas, a Inteligência das Máquinas, Tecnologias, Avanços Tecnológicos, Computação, Automatização. Número de páginas: 42.

Intellectual Capital, Smart Technologies and Digitalization: Emerging Issues and Opportunities (SIDREA Series in Accounting and Business Administration)

by Daniela Mancini Rosa Lombardi Maria Serena Chiucchi

This book treats intellectual capital, smart technologies, and digitalization processes as levers of corporate competitiveness and global value creation. This book is based on theoretical and practical research output from the STEDIC SIDREA Group. It uses several methodologies to discover features and pillars on intellectual capital such as human capital, relational capital, and structural capital as well as smart technologies such as artificial intelligence, Internet of Things, big data, and digitalization.

The Intellectual Foundation of Information Organization

by Elaine Svenonius

Instant electronic access to digital information is the single most distinguishing attribute of the information age. The elaborate retrieval mechanisms that support such access are a product of technology.

Intellectual Property and Open Source: A Practical Guide to Protecting Code

by Van Lindberg

"Clear, correct, and deep, this is a welcome addition to discussions of law and computing for anyone -- even lawyers!" -- Lawrence Lessig, Professor of Law at Stanford Law School and founder of the Stanford Center for Internet and Society If you work in information technology, intellectual property is central to your job -- but dealing with the complexities of the legal system can be mind-boggling. This book is for anyone who wants to understand how the legal system deals with intellectual property rights for code and other content. You'll get a clear look at intellectual property issues from a developer's point of view, including practical advice about situations you're likely to encounter. Written by an intellectual property attorney who is also a programmer, Intellectual Property and Open Source helps you understand patents, copyrights, trademarks, trade secrets, and licenses, with special focus on the issues surrounding open source development and the GPL. This book answers questions such as: How do open source and intellectual property work together? What are the most important intellectual property-related issues when starting a business or open source project? How should you handle copyright, licensing and other issues when accepting a patch from another developer? How can you pursue your own ideas while working for someone else? What parts of a patent should be reviewed to see if it applies to your work? When is your idea a trade secret? How can you reverse engineer a product without getting into trouble? What should you think about when choosing an open source license for your project? Most legal sources are too scattered, too arcane, and too hard to read. Intellectual Property and Open Source is a friendly, easy-to-follow overview of the law that programmers, system administrators, graphic designers, and many others will find essential.

Intelligence and Security Informatics

by Michael Chau G. Alan Wang Hsinchun Chen

Thisbook constitutes the refereed proceedings of the 11th Pacific Asia Workshop onIntelligence and Security Informatics, PAISI 2016, held in Auckland, NewZealand, in April 2016 in conjunction with PAKDD 2016, the 20th Pacific-AsiaConference on Knowledge Discovery and Data Mining. The7 revised full papers presented together with 7 short papers were carefullyreviewed and selected from 23 submissions. The papers cover network-based dataanalytics, data and text mining, and cyber security and infrastructureprotection.

Intelligence and Security Informatics

by G. Alan Wang Michael Chau Hsinchun Chen

The IEEE International Conference on Intelligence and Security Informatics (ISI) and Pacific Asia Workshop on Intelligence and Security Informatics (PAISI) conference series (http://www. isiconference. org) have drawn significant attention in the recent years. Intelligence and Security Informatics is concerned with the study of the dev- opment and use of advanced information technologies and systems for national, int- national, and societal security-related applications. The ISI conference series have brought together academic researchers, law enforcement and intelligence experts, - formation technology consultant and practitioners to discuss their research and pr- tice related to various ISI topics including ISI data management, data and text mining for ISI applications, terrorism informatics, deception and intent detection, terrorist and criminal social network analysis, public health and bio-security, crime analysis, - ber-infrastructure protection, transportation infrastructure security, policy studies and evaluation, information assurance, among others. In this book, we collect the work of the most active researchers in the area. Topics include data and text mining in terr- ism, information sharing, social network analysis, Web-based intelligence monitoring and analysis, crime data analysis, infrastructure protection, deception and intent det- tion and more. Scope and Organization The book is organized in four major areas. The first unit focuses on the terrorism - formatics and data mining. The second unit discusses the intelligence and crime analysis. The third unit covers access control, infrastructure protection, and privacy. The forth unit presents surveillance and emergency response.

Intelligence Communication in the Digital Era: Transforming Security, Defence and Business

by Rubén Arcos Randolph H. Pherson

This edited volume argues that producers of analysis need to shift from producing static, narrative products to much more dynamic, digitally-based platforms in order to remain competitive and relevant.

Intelligence-Driven Incident Response: Outwitting the Adversary

by Rebekah Brown Scott J Roberts

Using a well-conceived incident response plan in the aftermath of an online security breach enables your team to identify attackers and learn how they operate. But, only when you approach incident response with a cyber threat intelligence mindset will you truly understand the value of that information. With this practical guide, you’ll learn the fundamentals of intelligence analysis, as well as the best ways to incorporate these techniques into your incident response process.Each method reinforces the other: threat intelligence supports and augments incident response, while incident response generates useful threat intelligence. This book helps incident managers, malware analysts, reverse engineers, digital forensics specialists, and intelligence analysts understand, implement, and benefit from this relationship.In three parts, this in-depth book includes:The fundamentals: get an introduction to cyber threat intelligence, the intelligence process, the incident-response process, and how they all work togetherPractical application: walk through the intelligence-driven incident response (IDIR) process using the F3EAD process—Find, Fix Finish, Exploit, Analyze, and DisseminateThe way forward: explore big-picture aspects of IDIR that go beyond individual incident-response investigations, including intelligence team building

Intelligence-Driven Incident Response

by Rebekah Brown Scott J. Roberts

Using a well-conceived incident response plan in the aftermath of an online security breach enables your team to identify attackers and learn how they operate. But only when you approach incident response with a cyber threat intelligence mindset will you truly understand the value of that information. In this updated second edition, you'll learn the fundamentals of intelligence analysis as well as the best ways to incorporate these techniques into your incident response process.Each method reinforces the other: threat intelligence supports and augments incident response, while incident response generates useful threat intelligence. This practical guide helps incident managers, malware analysts, reverse engineers, digital forensics specialists, and intelligence analysts understand, implement, and benefit from this relationship.In three parts, this in-depth book includes:The fundamentals: Get an introduction to cyberthreat intelligence, the intelligence process, the incident response process, and how they all work togetherPractical application: Walk through the intelligence-driven incident response (IDIR) process using the F3EAD process: Find, Fix, Finish, Exploit, Analyze, and DisseminateThe way forward: Explore big-picture aspects of IDIR that go beyond individual incident response investigations, including intelligence team building

Intelligence Enabled Research: DoSIER 2021 (Studies in Computational Intelligence #1029)

by Siddhartha Bhattacharyya Gautam Das Sourav De

This book gathers extended versions of papers presented at DoSIER 2021 (the 2021 Third Doctoral Symposium on Intelligence Enabled Research, held at Cooch Behar Government Engineering College, West Bengal, India, during November 12–13, 2021). The papers address the rapidly expanding research area of computational intelligence, which, no longer limited to specific computational fields, has since made inroads in signal processing, smart manufacturing, predictive control, robot navigation, smart cities, and sensor design, to name but a few. Presenting chapters written by experts active in these areas, the book offers a valuable reference guide for researchers and industrial practitioners alike and inspires future studies.

Intelligence Enabled Research: DoSIER 2020 (Advances in Intelligent Systems and Computing #1279)

by Siddhartha Bhattacharyya Paramartha Dutta Kakali Datta

This book gathers extended versions of papers presented at DoSIER 2020 (the Second Doctoral Symposium on Intelligence Enabled Research, held at Visva-Bharati University, Santiniketan, West Bengal, India, during 12–13 August 2020). The papers address the rapidly expanding research area of computational intelligence, which, no longer limited to specific computational fields, has since made inroads in signal processing, smart manufacturing, predictive control, robot navigation, smart cities, and sensor design, to name but a few. Presenting chapters written by experts active in these areas, the book offers a valuable reference guide for researchers and industrial practitioners alike and inspires future studies.

Intelligence for Embedded Systems

by Cesare Alippi

Addressing current issues of which any engineer or computer scientist should be aware, this monograph is a response to the need to adopt a new computational paradigm as the methodological basis for designing pervasive embedded systems with sensor capabilities. The requirements of this paradigm are to control complexity, to limit cost and energy consumption and to provide adaptation and cognition abilities allowing the embedded system to interact proactively with the real world. The quest for such intelligence requires the formalization of a new generation of intelligent systems able to exploit advances in digital architectures and in sensing technologies. The book sheds light on the theory behind intelligence for embedded systems with specific focus on: · robustness (the robustness of a computational flow and its evaluation); · intelligence (how to mimic the adaptation and cognition abilities of the human brain), · the capacity to learn in non-stationary and evolving environments by detecting changes and reacting accordingly; and · a new paradigm that, by accepting results that are correct in probability, allows the complexity of the embedded application the be kept under control. Theories, concepts and methods are provided to motivate researchers in this exciting and timely interdisciplinary area. Applications such as porting a neural network from a high-precision platform to a digital embedded system and evaluatin g its robustness level are described. Examples show how the methodology introduced can be adopted in the case of cyber-physical systems to manage the interaction between embedded devices and physical world. Researchers and graduate students in computer science and various engineering-related disciplines will find the methods and approaches propounded in Intelligence for Embedded Systems of great interest. The book will also be an important resource for practitioners working on embedded systems and applications.

Intelligence for Future Cities: Planning Through Big Data and Urban Analytics (The Urban Book Series)

by Robert Goodspeed Raja Sengupta Marketta Kyttä Christopher Pettit

This book contains a selection of the best papers presented at the Computational Urban Planning and Urban Management (CUPUM) conference, held in June 2023 at McGill University in Montreal, Quebec. Major themes of this book are smart cities, urban big data, and shared mobility. This book also contains chapters with cutting-edge research on urban modeling, walkability and bikeability analysis, and planning support systems (PSS).

Intelligence in Big Data Technologies—Beyond the Hype: Proceedings of ICBDCC 2019 (Advances in Intelligent Systems and Computing #1167)

by J. Dinesh Peter Steven L. Fernandes Amir H. Alavi

This book is a compendium of the proceedings of the International Conference on Big-Data and Cloud Computing. The papers discuss the recent advances in the areas of big data analytics, data analytics in cloud, smart cities and grid, etc. This volume primarily focuses on the application of knowledge which promotes ideas for solving problems of the society through cutting-edge big-data technologies. The essays featured in this proceeding provide novel ideas that contribute for the growth of world class research and development. It will be useful to researchers in the area of advanced engineering sciences.

Intelligence in IoT-enabled Smart Cities

by Fadi Al-Turjman

Smart Cities and intelligence are among the most significant topics in IoT. Intelligence in communication and infrastructure implementation is at the heart of this concept, and its development is a key issue in smart cities. This book addresses the challenges in realizing intelligence in smart cities and sensing platforms in the era of cloud computing and IoT, varying from cost and energy efficiency to availability and service quality. It focuses on both the design and implementation aspects of artificial intelligence approaches in smart cities and sensing applications that are enabled and supported by IoT paradigms, and mainly on data delivery approaches and their performability aspects.

Refine Search

Showing 26,326 through 26,350 of 53,657 results