Browse Results

Showing 36,276 through 36,300 of 54,051 results

Blood Plagues and Endless Raids: A Hundred Million Lives in the World of Warcraft

by Anthony R. Palumbi

In 2005, the video game World of Warcraft struck the cultural landscape with tidal force. One hundred million people have played WoW in the twelve years since.But those people did more than play. They worked, they fought, they triumphed, they held entire game servers hostage, they even married each other in real life. They developed new identities, swapping their workaday selves for warriors, mages, assassins, and healers. They built communities and rose to lead them. WoW was the world's first mass virtualization: before Facebook or Twitter, millions of people established online identities and had to reckon with the consequences in their real lives.Blood Plagues and Endless Raids explores this wild, incredibly complex culture partly through the author's engaging personal story, from absolute neophyte to leader of North America's top Spanish-speaking guild, but also through the stories of other players and the game's developers. It is the definitive account of one of the world's biggest pop culture phenomena.World of Warcraft is more than ones and zeroes, more than lines of code, and so its history must be more than pushing buttons or slaying dragons. It's the tale of a huge and passionate community of people: the connections they made, the experiences they shared, and the love they held for one another.

Applied Reconfigurable Computing. Architectures, Tools, and Applications: 19th International Symposium, ARC 2023, Cottbus, Germany, September 27–29, 2023, Proceedings (Lecture Notes in Computer Science #14251)

by Francesca Palumbo Georgios Keramidas Nikolaos Voros Pedro C. Diniz

This book constitutes the proceedings of the 19th International Symposium on Applied Reconfigurable Computing, ARC 2023, which was held in Cottbus, Germany, in September 2023.The 18 full papers presented in this volume were reviewed and selected from numerous submissions. The proceedings also contain 4 short PhD papers. The contributions were organized in topical sections as follows: Design methods and tools; applications; architectures; special session: near and in-memory computing; and PhD forum papers.

MATLAB Machine Learning

by Michael Paluszek Stephanie Thomas

This book is a comprehensive guide to machine learning with worked examples in MATLAB. It starts with an overview of the history of Artificial Intelligence and automatic control and how the field of machine learning grew from these. It provides descriptions of all major areas in machine learning. The book reviews commercially available packages for machine learning and shows how they fit into the field. The book then shows how MATLAB can be used to solve machine learning problems and how MATLAB graphics can enhance the programmer's understanding of the results and help users of their software grasp the results. Machine Learning can be very mathematical. The mathematics for each area is introduced in a clear and concise form so that even casual readers can understand the math. Readers from all areas of engineering will see connections to what they know and will learn new technology. The book then provides complete solutions in MATLAB for several important problems in machine learning including face identification, autonomous driving, and data classification. Full source code is provided for all of the examples and applications in the book. What you'll learn: An overview of the field of machine learning Commercial and open source packages in MATLAB How to use MATLAB for programming and building machine learning applications MATLAB graphics for machine learning Practical real world examples in MATLAB for major applications of machine learning in big data Who is this book for: The primary audiences are engineers and engineering students wanting a comprehensive and practical introduction to machine learning.

MATLAB Machine Learning Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Harness the power of MATLAB to resolve a wide range of machine learning challenges. This book provides a series of examples of technologies critical to machine learning. Each example solves a real-world problem. All code in MATLAB Machine Learning Recipes: A Problem-Solution Approach is executable. The toolbox that the code uses provides a complete set of functions needed to implement all aspects of machine learning. Authors Michael Paluszek and Stephanie Thomas show how all of these technologies allow the reader to build sophisticated applications to solve problems with pattern recognition, autonomous driving, expert systems, and much more.What you'll learn:How to write code for machine learning, adaptive control and estimation using MATLABHow these three areas complement each otherHow these three areas are needed for robust machine learning applicationsHow to use MATLAB graphics and visualization tools for machine learningHow to code real world examples in MATLAB for major applications of machine learning in big data Who is this book for: The primary audiences are engineers, data scientists and students wanting a comprehensive and code cookbook rich in examples on machine learning using MATLAB.

MATLAB Machine Learning Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Harness the power of MATLAB to resolve a wide range of machine learning challenges. This new and updated third edition provides examples of technologies critical to machine learning. Each example solves a real-world problem, and all code provided is executable. You can easily look up a particular problem and follow the steps in the solution.This book has something for everyone interested in machine learning. It also has material that will allow those with an interest in other technology areas to see how machine learning and MATLAB can help them solve problems in their areas of expertise. The chapter on data representation and MATLAB graphics includes new data types and additional graphics. Chapters on fuzzy logic, simple neural nets, and autonomous driving have new examples added. And there is a new chapter on spacecraft attitude determination using neural nets. Authors Michael Paluszek and Stephanie Thomas show how all of these technologies allow you to build sophisticated applications to solve problems with pattern recognition, autonomous driving, expert systems, and much more.What You Will LearnWrite code for machine learning, adaptive control, and estimation using MATLABUse MATLAB graphics and visualization tools for machine learningBecome familiar with neural netsBuild expert systemsUnderstand adaptive controlGain knowledge of Kalman FiltersWho This Book Is ForSoftware engineers, control engineers, university faculty, undergraduate and graduate students, hobbyists.

MATLAB Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Learn from state-of-the-art examples in robotics, motors, detection filters, chemical processes, aircraft, and spacecraft. With this book you will review contemporary MATLAB coding including the latest MATLAB language features and use MATLAB as a software development environment including code organization, GUI development, and algorithm design and testing. Features now covered include the new graph and digraph classes for charts and networks; interactive documents that combine text, code, and output; a new development environment for building apps; locally defined functions in scripts; automatic expansion of dimensions; tall arrays for big data; the new string type; new functions to encode/decode JSON; handling non-English languages; the new class architecture; the Mocking framework; an engine API for Java; the cloud-based MATLAB desktop; the memoize function; and heatmap charts. MATLAB Recipes: A Problem-Solution Approach, Second Edition provides practical, hands-on code snippets and guidance for using MATLAB to build a body of code you can turn to time and again for solving technical problems in your work. Develop algorithms, test them, visualize the results, and pass the code along to others to create a functional code base for your firm. What You Will Learn Get up to date with the latest MATLAB up to and including MATLAB 2020bCode in MATLAB Write applications in MATLAB Build your own toolbox of MATLAB code to increase your efficiency and effectiveness Who This Book Is For Engineers, data scientists, and students wanting a book rich in examples using MATLAB.

Practical MATLAB Deep Learning: A Projects-Based Approach

by Michael Paluszek Stephanie Thomas Eric Ham

Harness the power of MATLAB for deep-learning challenges. Practical MATLAB Deep Learning, Second Edition, remains a one-of a-kind book that provides an introduction to deep learning and using MATLAB's deep-learning toolboxes. In this book, you’ll see how these toolboxes provide the complete set of functions needed to implement all aspects of deep learning. This edition includes new and expanded projects, and covers generative deep learning and reinforcement learning. Over the course of the book, you'll learn to model complex systems and apply deep learning to problems in those areas. Applications include: Aircraft navigationAn aircraft that lands on Titan, the moon of Saturn, using reinforcement learningStock market predictionNatural language processingMusic creation usng generative deep learningPlasma controlEarth sensor processing for spacecraftMATLAB Bluetooth data acquisition applied to dance physics What You Will LearnExplore deep learning using MATLAB and compare it to algorithmsWrite a deep learning function in MATLAB and train it with examplesUse MATLAB toolboxes related to deep learningImplement tokamak disruption predictionNow includes reinforcement learningWho This Book Is For Engineers, data scientists, and students wanting a book rich in examples on deep learning using MATLAB.

Responsive Typography

by Jason Pamental

Get the most out of typography in your web applications, and understand why typography is a critical component of Responsive Web Design. With this practical book, designers and developers alike will learn the nuts and bolts of implementing web fonts well, especially how to get the best appearance from type without sacrificing performance. For typography to be truly responsive, it must be Performant, Progressive, Proportional, and Polished. This book will show you how to get there.

Lifelong Technology-Enhanced Learning: 13th European Conference on Technology Enhanced Learning, EC-TEL 2018, Leeds, UK, September 3-5, 2018, Proceedings (Lecture Notes in Computer Science #11082)

by Viktoria Pammer-Schindler Mar Pérez-Sanagustín Hendrik Drachsler Raymond Elferink Maren Scheffel

This book constitutes the proceedings of the 13th European Conference on Technology Enhanced Learning, EC-TEL 2018, held in Leeds, UK, in September 2018.The 42 full and short papers, 7 demo papers, and 23 poster papers presented in this volume were carefully reviewed and selected from 142 submissions. This year, the European Conference on Technology-Enhanced Learning (EC-TEL) will engage researchers, practitioners, educational developers, entrepreneurs and policy makers in a joint discussion on how to put science, technology and practice at the service of learning to embrace these challenges on the topic: Lifelong technology enhanced learning: Dealing with the complexity of 21st century challenges. Chapter "" is available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.

ADempiere 3.4 ERP Solutions

by Bayu Cahya Pamungkas

This book is an easy-to-follow tutorial that will show you how to install and implement ADempiere. You will be shown how to set-up and use the features of ADempiere through plenty of step-by-step instructions with lots of examples and screenshots, and you will have a feature-rich, working version of ADempiere by the end of the book. If you want to easily implement ADempiere in your organization, this book is for you. This book will also be beneficial to system users and administrators who wish to implement an ERP system. No previous knowledge of ADempiere is required. A basic knowledge of accounting and the standard business workflow would be beneficial.

PhoneGap 4 Mobile Application Development Cookbook

by Zainul Setyo Pamungkas

If you are a developer who wants to get started with mobile application development using PhoneGap, then this book is for you. Previous experience with data mining libraries will help, but is not mandatory. A basic understanding of web technologies such as HTML, CSS, and JavaScript is a must.

Spatial Data and Intelligence: Second International Conference, SpatialDI 2021, Hangzhou, China, April 22–24, 2021, Proceedings (Lecture Notes in Computer Science #12753)

by Gang Pan Hui Lin Xiaofeng Meng Yunjun Gao Yong Li Qingfeng Guan Zhiming Ding

This book constitutes the proceedings of the Second International Conference on Spatial Data and Intelligence, SpatialDI 2021, which was held during April 22-24, 2021 in Hangzhou, China.The 14 full papers and 7 short papers presented in this volume were carefully reviewed and selected from 72 submissions. They are organized in the topical sections named: traffic management, data science, and city analysis.

SmartShadow: Models and Methods for Pervasive Computing

by Gang Pan Zhaohui Wu

SmartShadow: Models and Methods for Pervasive Computing offers a new perspective on pervasive computing with SmartShadow, which is designed to model a user as a personality "shadow" and to model pervasive computing environments as user-centric dynamic virtual personal spaces. Just like human beings' shadows in the physical world, it follows people wherever they go, providing them with pervasive services. The model, methods, and software infrastructure for SmartShadow are presented and an application for smart cars is also introduced. The book can serve as a valuable reference work for researchers and graduate students in the field of pervasive/ubiquitous computing. Zhaohui Wu is a Professor at Zhejiang University, Hangzhou, China. Gang Pan is a Professor at the same institute.

Swarm Intelligence for Cloud Computing

by Indrajit Pan

Swarm Intelligence in Cloud Computing is an invaluable treatise for researchers involved in delivering intelligent optimized solutions for reliable deployment, infrastructural stability, and security issues of cloud-based resources. Starting with a bird’s eye view on the prevalent state-of-the-art techniques, this book enriches the readers with the knowledge of evolving swarm intelligent optimized techniques for addressing different cloud computing issues including task scheduling, virtual machine allocation, load balancing and optimization, deadline handling, power-aware profiling, fault resilience, cost-effective design, and energy efficiency. The book offers comprehensive coverage of the most essential topics, including: Role of swarm intelligence on cloud computing services Cloud resource sharing strategies Cloud service provider selection Dynamic task and resource scheduling Data center resource management. Indrajit Pan is an Associate Professor in Information Technology of RCC Institute of Information Technology, India. He received his PhD from Indian Institute of Engineering Science and Technology, Shibpur, India. With an academic experience of 14 years, he has published around 40 research publications in different international journals, edited books, and conference proceedings. Mohamed Abd Elaziz is a Lecturer in the Mathematical Department of Zagazig University, Egypt. He received his PhD from the same university. He is the author of more than 100 articles. His research interests include machine learning, signal processing, image processing, cloud computing, and evolutionary algorithms. Siddhartha Bhattacharyya is a Professor in Computer Science and Engineering of Christ University, Bangalore. He received his PhD from Jadavpur University, India. He has published more than 230 research publications in international journals and conference proceedings in his 20 years of academic experience.

Proceedings of Research and Applications in Artificial Intelligence: RAAI 2020 (Advances in Intelligent Systems and Computing #1355)

by Indrajit Pan Anirban Mukherjee Vincenzo Piuri

This book discusses the recent research trends and upcoming applications based on artificial intelligence. It includes best selected research papers presented at the International Conference on Research and Applications in Artificial Intelligence (RAAI 2020), organized by Department of Information Technology, RCC Institute of Information technology, Kolkata, West Bengal, India during 19 – 20, December, 2020. Many versatile fields of artificial intelligence are categorically addressed through different chapters of this book. The book is a valuable resource and reference for researchers, instructors, students, scientists, engineers, managers and industry practitioners in these important areas.

Fractional Order Signal Processing

by Indranil Pan Saptarshi Das

The book tries to briefly introduce the diverse literatures in the field of fractional order signal processing which is becoming an emerging topic among an interdisciplinary community of researchers. This book is aimed at postgraduate and beginning level research scholars who would like to work in the field of Fractional Order Signal processing (FOSP). The readers should have preliminary knowledge about basic signal processing techniques. Prerequisite knowledge of fractional calculus is not essential and is exposited at relevant places in connection to the appropriate signal processing topics. Basic signal processing techniques like filtering, estimation, system identification, etc. in the light of fractional order calculus are presented along with relevant application areas. The readers can easily extend these concepts to varied disciplines like image or speech processing, pattern recognition, time series forecasting, financial data analysis and modeling, traffic modeling in communication channels, optics, biomedical signal processing, electrochemical applications and many more. Adequate references are provided in each category so that the researchers can delve deeper into each area and broaden their horizon of understanding. Available MATLAB tools to simulate FOSP theories are also introduced so that the readers can apply the theoretical concepts right-away and gain practical insight in the specific domain.

Ontology-Driven Software Development

by Jeff Z. Pan Jürgen Ebert Steffen Staab Uwe Aßmann Yuting Zhao

This book is about a significant step forward in software development. It brings state-of-the-art ontology reasoning into mainstream software development and its languages. Ontology Driven Software Development is the essential, comprehensive resource on enabling technologies, consistency checking and process guidance for ontology-driven software development (ODSD). It demonstrates how to apply ontology reasoning in the lifecycle of software development, using current and emerging standards and technologies. You will learn new methodologies and infrastructures, additionally illustrated using detailed industrial case studies. The book will help you: Learn how ontology reasoning allows validations of structure models and key tasks in behavior models.Understand how to develop ODSD guidance engines for important software development activities, such as requirement engineering, domain modeling and process refinement.Become familiar with semantic standards, such as the Web Ontology Language (OWL) and the SPARQL query language.Make use of ontology reasoning, querying and justification techniques to integrate software models and to offer guidance and traceability supports.This book is helpful for undergraduate students and professionals who are interested in studying how ontologies and related semantic reasoning can be applied to the software development process. In addition, itwill also be useful for postgraduate students, professionals and researchers who are going to embark on their research in areas related to ontology or software engineering.

Advances in Intelligent Data Analysis and Applications: Proceeding of the Sixth Euro-China Conference on Intelligent Data Analysis and Applications, 15–18 October 2019, Arad, Romania (Smart Innovation, Systems and Technologies #253)

by Jeng-Shyang Pan Valentina Emilia Balas Chien-Ming Chen

This book constitutes the Proceeding of the Sixth International Conference on Intelligent Data Analysis and Applications, October 15–18, 2019, Arad, Romania. This edition is technically co-sponsored by “Aurel Vlaicu” University of Arad, Romania, Southwest Jiaotong University, Fujian University of Technology, Chang’an University, Shandong University of Science and Technology, Fujian Provincial Key Lab of Big Data Mining and Applications, and National Demonstration Center for Experimental Electronic Information and Electrical Technology Education (Fujian University of Technology), China, Romanian Academy, and General Association of Engineers in Romania - Arad Section. The book covers a range of topics: Machine Learning, Intelligent Control, Pattern Recognition, Computational Intelligence, Signal Analysis, Modeling and Visualization, Multimedia Sensing and Sensory Systems, Signal control, Imaging and Processing, Information System Security, Cryptography and Cryptanalysis, Databases and Data Mining, Information Hiding, Cloud Computing, Information Retrieval and Integration, Robotics, Control, Agents, Command, Control, Communication and Computers (C4), Swarming Technology, Sensor Technology, Smart cities.The book offers a timely, board snapshot of new development including trends and challenges that are yielding recent research directions in different areas of intelligent data analysis and applications. The book provides useful information to professors, researchers, and graduated students in area of intelligent data analysis and applications.

Genetic and Evolutionary Computing: Proceedings of the Thirteenth International Conference on Genetic and Evolutionary Computing, November 1–3, 2019, Qingdao, China (Advances in Intelligent Systems and Computing #1107)

by Jeng-Shyang Pan Shu-Chuan Chu Jerry Chun-Wei Lin Yongquan Liang

This book gathers papers presented at the 13th International Conference on Genetic and Evolutionary Computing (ICGEC 2019), which was held in Qingdao, China, from 1st to 3rd, November 2019. Since it was established, in 2006, the ICGEC conference series has been devoted to new approaches with a focus on evolutionary computing. Today, it is a forum for the researchers and professionals in all areas of computational intelligence including evolutionary computing, machine learning, soft computing, data mining, multimedia and signal processing, swarm intelligence and security. The book appeals to policymakers, academics, educators, researchers in pedagogy and learning theory, school teachers, and other professionals in the learning industry, and further and continuing education.

Recent Advances in Intelligent Information Hiding and Multimedia Signal Processing: Proceeding of the Fourteenth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, November, 26-28, 2018, Sendai, Japan, Volume 2 (Smart Innovation, Systems and Technologies #110)

by Jeng-Shyang Pan Akinori Ito Pei-Wei Tsai Lakhmi C. Jain

This book features papers presented at IIH-MSP 2018, the 14th International Conference on Intelligent Information Hiding and Multimedia Signal Processing. The scope of IIH-MSP included information hiding and security, multimedia signal processing and networking, and bio-inspired multimedia technologies and systems. The book discusses subjects related to massive image/video compression and transmission for emerging networks, advances in speech and language processing, recent advances in information hiding and signal processing for audio and speech signals, intelligent distribution systems and applications, recent advances in security and privacy for multimodal network environments, multimedia signal processing, and machine learning. Presenting the latest research outcomes and findings, it is suitable for researchers and students who are interested in the corresponding fields.IIH-MSP 2018 was held in Sendai, Japan on 26–28 November 2018. It was hosted by Tohoku University and was co‐sponsored by the Fujian University of Technology in China, the Taiwan Association for Web Intelligence Consortium in Taiwan, and the Swinburne University of Technology in Australia, as well as the Fujian Provincial Key Laboratory of Big Data Mining and Applications (Fujian University of Technology) and the Harbin Institute of Technology Shenzhen Graduate School in China.

Genetic and Evolutionary Computing: Proceedings of the Twelfth International Conference on Genetic and Evolutionary Computing, December 14-17, Changzhou, Jiangsu, China (Advances in Intelligent Systems and Computing #834)

by Jeng-Shyang Pan Jerry Chun-Wei Lin Bixia Sui Shih-Pang Tseng

This volume of Advances in Intelligent Systems and Computing highlights papers presented at the 12th International Conference on Genetic and Evolutionary Computing (ICGEC 2018). Held from 14 to 17 December 2018 in Changzhou, Jiangsu, China, the conference was co-sponsored by Springer, Changzhou College of Information Technology, Fujian Provincial Key Lab of Big Data Mining and Applications, Fujian University of Technology, National Demonstration Center for Experimental Electronic Information and Electrical Technology Education, Fujian University of Technology, Tajen University, National University of Kaohsiung, and Shandong University of Science and Technology, China. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing.

Genetic and Evolutionary Computing

by Jeng-Shyang Pan Jerry Chun-Wei Lin Chia-Hung Wang Xin Hua Jiang

This book gathers papers presented at the 10th International Conference on Genetic and Evolutionary Computing (ICGEC 2016). The conference was co-sponsored by Springer, Fujian University of Technology in China, the University of Computer Studies in Yangon, University of Miyazaki in Japan, National Kaohsiung University of Applied Sciences in Taiwan, Taiwan Association for Web Intelligence Consortium, and VSB-Technical University of Ostrava, Czech Republic. The ICGEC 2016, which was held from November 7 to 9, 2016 in Fuzhou City, China, was intended as an international forum for researchers and professionals in all areas of genetic and evolutionary computing.

Advances in Intelligent Information Hiding and Multimedia Signal Processing: Proceeding of the 16th International Conference on IIHMSP in conjunction with the 13th international conference on FITAT, November 5-7, 2020, Ho Chi Minh City, Vietnam, Volume 1 (Smart Innovation, Systems and Technologies #211)

by Jeng-Shyang Pan Jianpo Li Oyun-Erdene Namsrai Zhenyu Meng Miloš Savić

This book presents selected papers from the Sixteenth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, in conjunction with the Thirteenth International Conference on Frontiers of Information Technology, Applications and Tools, held on November 5–7, 2020, in Ho Chi Minh City, Vietnam. It is divided into two volumes and discusses the latest research outcomes in the field of Information Technology (IT) including information hiding, multimedia signal processing, big data, data mining, bioinformatics, database, industrial and Internet of things, and their applications.

Advances in Intelligent Information Hiding and Multimedia Signal Processing: Proceeding of the 16th International Conference on IIHMSP in conjunction with the 13th international conference on FITAT, November 5-7, 2020, Ho Chi Minh City, Vietnam, Volume 2 (Smart Innovation, Systems and Technologies #212)

by Jeng-Shyang Pan Jianpo Li Keun Ho Ryu Zhenyu Meng Aleksandra Klasnja-Milicevic

This book presents selected papers from the Sixteenth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, in conjunction with the Thirteenth International Conference on Frontiers of Information Technology, Applications and Tools, held on November 5–7, 2020, in Ho Chi Minh City, Vietnam. It is divided into two volumes and discusses the latest research outcomes in the field of Information Technology (IT) including information hiding, multimedia signal processing, big data, data mining, bioinformatics, database, industrial and Internet of things, and their applications.

Advances in Intelligent Information Hiding and Multimedia Signal Processing: Proceedings of the 15th International Conference on IIH-MSP in conjunction with the 12th International Conference on FITAT, July 18–20, Jilin, China, Volume 2 (Smart Innovation, Systems and Technologies #157)

by Jeng-Shyang Pan Jianpo Li Pei-Wei Tsai Lakhmi C. Jain

The book presents selected papers from the Fifteenth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, in conjunction with the Twelfth International Conference on Frontiers of Information Technology, Applications and Tools, held on July 18–20, 2019 in Jilin, China. Featuring the latest research, it provides valuable information on problem solving and applications for engineers in computer science-related fields, and is a valuable reference resource for academics, industry practitioners and students.

Refine Search

Showing 36,276 through 36,300 of 54,051 results