Browse Results

Showing 36,076 through 36,100 of 54,340 results

Artificial Intelligence: 5th RAAI Summer School, Dolgoprudny, Russia, July 4–7, 2019, Tutorial Lectures (Lecture Notes in Computer Science #11866)

by Gennady S. Osipov Aleksandr I. Panov Konstantin S. Yakovlev

This volume contains selected tutorial and young scientist school papers of the 5th RAAI Summer School on Artificial Intelligence, held in July 2019 at Institute of Physics and Technology (MIPT) campus in Dolgoprudny, a suburb of Moscow, Russia. The 11 chapters in this volume present papers focusing on various important aspects of Multiagent systems; Behavior planning; Natural language processing; Modeling of reasoning; and Machine learning and data analysis.

Hands-on Text Processing with Vim 8: 02 Forthcoming (02 RRP including tax)

by Ruslan Osipov

Hands-on Text Processing with Vim 8 is written for beginner, intermediate, and expert developers.The book will teach you to effectively embed Vim in your daily workflow. No prior experience with Python or Vim is required.

Cunning Machines: Your Pocket Guide to the World of Artificial Intelligence (Chapman & Hall/CRC Artificial Intelligence and Robotics Series)

by Jędrzej Osiński

There are many myths and mistakes which make the topics of artificial intelligence complex and confusing. But the truth is that the foundations of AI are not rocket science. People do not need a PhD to understand how a basic neural network works. In fact, one does not even need computer skills to learn this. Cunning Machines: Your Pocket Guide to the World of Artificial Intelligence explains the main concepts: what does AI really mean, where do we find it, how do scientists try to evaluate it, what are its main limitations and what future we can expect with it? It also describes the most popular AI techniques in an easy-to-digest form: Artificial neural networks Genetic algorithms The Monte Carlo method Natural language processing Ontologies and their applications This book is for everyone. Still, it may be especially valuable to teachers who wish to enrich their classes with some interesting and popular topics, sales managers and business analysts who wish to better understand the IT world, and finally politicians and journalists who take part in debates on the latest technologies. Jędrzej Osiński earned a PhD in artificial intelligence, has worked on government grants and has published 14 scientific papers to date. He is also the co-author of two books. At the same time, he has over ten years of experience working in IT companies of different sizes, domains (the web, telecoms, banking, e-learning), organisation structures and locations (Poland, Ireland and the UK). He is also involved in various initiatives promoting AI, science and modern technologies including blog posts, invited talks and TV and radio appearances

Autonomous Agents and Multiagent Systems: AAMAS 2016 Workshops, Visionary Papers, Singapore, Singapore, May 9-10, 2016, Revised Selected Papers (Lecture Notes in Computer Science #10003)

by Nardine Osman Carles Sierra

This book features a selection of best papers from 11 workshops held at the International Conference on Autonomous Agents and Multiagent Systems, in Singapore in May 2016. The 11 full papers were carefully reviewed and selected for inclusion in this volume. They cover specific topics, both theoretical and applied, in the general area of autonomous agents and multiagent systems.

Autonomous Agents and Multiagent Systems: AAMAS 2016 Workshops, Best Papers, Singapore, Singapore, May 9-10, 2016, Revised Selected Papers (Lecture Notes in Computer Science #10002)

by Nardine Osman Carles Sierra

This book features a selection of best papers from 11 workshops held at the International Conference on Autonomous Agents and Multiagent Systems, in Singapore in May 2016. The 11 full papers were carefully reviewed and selected for inclusion in this volume. They cover specific topics, both theoretical and applied, in the general area of autonomous agents and multiagent systems.

Microservices Development Cookbook: Design and build independently deployable, modular services

by Paul Osman

Quickly learn and employ practical methods for developing microservicesKey FeaturesGet to grips with microservice architecture to build enterprise-ready applicationsAdopt the best practices to find solutions to specific problemsMonitor and manage your services in productionBook DescriptionMicroservices have become a popular way to build distributed systems that power modern web and mobile apps. Deploying your application as a suite of independently deployable, modular, and scalable services has many benefits. In this book, you'll learn to employ microservices in order to make your application more fault-tolerant and easier to scale and change.Using an example-driven approach, Microservice Development Cookbook introduces you to the microservice architectural style. You'll learn how to transition from a traditional monolithic application to a suite of small services that interact to provide smooth functionality to your client applications. You'll also learn about the patterns used to organize services, so you can optimize request handling and processing and see how to handle service-to-service interactions. You'll then move on to understanding how to secure microservices and add monitoring in order to debug problems. This book also covers fault-tolerance and reliability patterns that help you use microservices to isolate failures in your applications.By the end of the book, you’ll be able to work with a team to break a large, monolithic codebase into independently deployable and scalable microservices. You'll also study how to efficiently and effortlessly manage a microservice-based architecture.What you will learnLearn how to design microservice-based systemsCreate services that fail without impacting usersMonitor your services to perform debugging and create observable systemsManage the security of your servicesCreate fast and reliable deployment pipelinesManage multiple environments for your servicesSimplify the local development of microservice-based systemsWho this book is forMicroservice Development Cookbook is for developers who would like to build effective and scalable microservices. Basic knowledge of the microservices architecture is assumed.

Developing Backbone.js Applications: Building Better JavaScript Applications (Oreilly And Associate Ser.)

by Addy Osmani

If you want to build your site's frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. You'll learn how to create structured JavaScript applications, using Backbone's own flavor of model-view-controller (MVC) architecture. Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications--a simple Todo list app, a RESTful book library app, and a modular app with Backbone and RequireJS. Author Addy Osmani, an engineer for Google's Chrome team, also demonstrates advanced uses of the framework. Learn how Backbone.js brings MVC benefits to the client-side Write code that can be easily read, structured, and extended Work with the Backbone.Marionette and Thorax extension frameworks Solve common problems you'll encounter when using Backbone.js Organize your code into modules with AMD and RequireJS Paginate data for your Collections with the Backbone.Paginator plugin Bootstrap a new Backbone.js application with boilerplate code Use Backbone with jQuery Mobile and resolve routing problems between the two Unit-test your Backbone apps with Jasmine, QUnit, and SinonJS

Leading Effective Engineering Teams

by Addy Osmani

In this insightful and comprehensive guide, Addy Osmani shares more than a decade of experience working on the Chrome team at Google, uncovering secrets to engineering effectiveness, efficiency, and team success. Engineers and engineering leaders looking to scale their effectiveness and drive transformative results within their teams and organizations will learn the essential principles, tips, and frameworks for building highly effective engineering teams.Osmani presents best practices and proven strategies that foster engineering excellence in organizations of all sizes. Through practical advice and real-world examples, Leading Effective Engineering Teams empowers you to create a thriving engineering culture where individuals and teams can excel. Unlock the full potential of your engineering team and achieve unparalleled success by harnessing the power of trust, commitment, and accountability.With this book, you'll discover:The essential traits for engineering effectiveness and the pitfalls to avoidHow to cultivate trust, commitment, and accountability within your teamStrategies to minimize friction, optimize career growth, and deliver maximum valueThe dynamics of highly successful engineering teams and how to replicate their achievementsHow to implement a systems thinking approach for everyday problem-solving and decision-makingSelf-advocacy techniques to enhance your team's visibility and recognition within the organization

Learning JavaScript Design Patterns: A JavaScript and jQuery Developer's Guide

by Addy Osmani

With Learning JavaScript Design Patterns, you'll learn how to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you. Explore many popular design patterns, including Modules, Observers, Facades, and Mediators. Learn how modern architectural patterns--such as MVC, MVP, and MVVM--are useful from the perspective of a modern web application developer. This book also walks you through modern module formats, how to namespace code effectively, and other essential topics. Learn the structure of design patterns and how they are written Understand different pattern categories, including creational, structural, and behavioral Walk through more than 20 classical and modern design patterns in JavaScript Use several options for writing modular code--including the Module pattern, Asyncronous Module Definition (AMD), and CommonJS Discover design patterns implemented in the jQuery library Learn popular design patterns for writing maintainable jQuery plug-ins "This book should be in every JavaScript developer's hands. It's the go-to book on JavaScript patterns that will be read and referenced many times in the future." --Andrée Hansson, Lead Front-End Developer, presis!

Learning JavaScript Design Patterns

by Addy Osmani

Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning JavaScript Design Patterns is the ideal place to start. Author Addy Osmani shows you how to apply modern design patterns to JavaScript and React—including modules, mixins, observers, and mediators. You'll learn about performance and rendering patterns such as server-side rendering and Islands architecture. You'll also learn how architectural patterns like MVC, MVP, and MVVM are useful from the perspective of a modern web application developer. This book explores:Architectural patterns for structuring your components and appsMore than 20 design patterns in JavaScript and React, applicable for developers at any levelDifferent pattern categories including creational, structural, and behavioralEssential performance patterns including dynamic imports and code-splittingRendering patterns such as server-side rendering, hydration, Islands architecture, and moreAdditionally, you'll explore modern JavaScript syntax like JavaScript modules, React patterns like Hooks, higher-order components (HOCs), and more, to stay ahead in the ever-evolving world of web development.

An Intelligence in Our Image: The Risks of Bias and Errors in Artificial Intelligence

by Osonde A. Osoba William Welser Iv

Machine learning algorithms and artificial intelligence influence many aspects of life today and have gained an aura of objectivity and infallibility. The use of these tools introduces a new level of risk and complexity in policy. This report illustrates some of the shortcomings of algorithmic decisionmaking, identifies key themes around the problem of algorithmic errors and bias, and examines some approaches for combating these problems.

Robotics

by Fernando Santos Osório Rogério Sales Gonçalves

This book constitutes the refereed proceedings of the 12th Latin American Robotics Symposium and Third Brazilian Symposium on Robotics, LARS 2015 / SBR 2015, held in Uberlândia, Brazil, in October/November 2015. The 17 revised full papers presented were carefully reviewed and selected from 80 submissions. The selected papers present a complete and solid reference of the state-of-the-art of intelligent robotics and automation research, covering the following areas: autonomous mobile robots, tele-operated and telepresence robots, human-robot interaction, trajectory control for mobile robots, autonomous vehicles, service-oriented robotic systems, semantic mapping, environment mapping, visual odometry, applications of RGB-D sensors, humanoid and biped robots, Robocup soccer robots, robot control, path planning, multiple vehicles and teams of robots.

Stop Staring: Facial Modeling and Animation Done Right

by Jason Ospia

The de facto official source on facial animation-now updated! If you want to do character facial modeling and animation at the high levels achieved in today's films and games, Stop Staring: Facial Modeling and Animation Done Right, Third Edition, is for you. While thoroughly covering the basics such as squash and stretch, lip syncs, and much more, this new edition has been thoroughly updated to capture the very newest professional design techniques, as well as changes in software, including using Python to automate tasks. Shows you how to create facial animation for movies, games, and more Provides in-depth techniques and tips for everyone from students and beginners to high-level professional animators and directors currently in the field Features the author's valuable insights from his own extensive experience in the field Covers the basics such as squash and stretch, color and shading, and lip syncs, as well as how to automate processes using Python Breathe life into your creations with this important book, considered by many studio 3D artists to be the quintessential reference on facial animation.

Picturing Casablanca: Portraits of Power in a Modern City

by Susan Ossman

In Picturing Casablanca, Susan Ossman probes the shape and texture of mass images in Casablanca, from posters, films, and videotapes to elections, staged political spectacles, and changing rituals. In a fluid style that blends ethnographic narrative, cultural reportage, and the author's firsthand experiences, Ossman sketches a radically new vision of Casablanca as a place where social practices, traditions, and structures of power are in flux.Ossman guides the reader through the labyrinthine byways of the city, where state bureaucracy and state power, the media and its portrayal of the outside world, and people's everyday lives are all on view. She demonstrates how images not only reflect but inform and alter daily experience. In the Arab League Park, teenagers use fashion and flirting to attract potential mates, defying traditional rules of conduct. Wedding ceremonies are transformed by the ubiquitous video camera, which becomes the event's most important spectator. Political leaders are molded by the state's adept manipulation of visual media.From Madonna videos and the TV's transformation of social time, to changing gender roles and new ways of producing and disseminating information, the Morocco that Ossman reveals is a telling commentary on the consequences of colonial planning, the influence of modern media, and the rituals of power and representation enacted by the state.

Agreement Technologies: Second International Conference, At 2013, Beijing, China, August 1-2, 2013. Proceedings (Law, Governance and Technology Series #8)

by Sascha Ossowski

More and more transactions, whether in business or related to leisure activities, are mediated automatically by computers and computer networks, and this trend is having a significant impact on the conception and design of new computer applications. The next generation of these applications will be based on software agents to which increasingly complex tasks can be delegated, and which interact with each other in sophisticated ways so as to forge agreements in the interest of their human users. The wide variety of technologies supporting this vision is the subject of this volume. It summarises the European Cooperation in Science and Technology (COST) Action project on Agreement Technologies (AT), during which approximately 200 researchers from 25 European countries, along with eight institutions from non-COST countries, cooperated as part of a number of working groups. The book is the first to provide a comprehensive overview of the emerging field of Agreement Technologies, written and coordinated by the leading researchers in the field. The results set out here are due for wide dissemination beyond the computer technology sector, involving law and social science as well.

Distributed Computing and Artificial Intelligence, 20th International Conference (Lecture Notes in Networks and Systems #740)

by Sascha Ossowski Pawel Sitek Cesar Analide Goreti Marreiros Pablo Chamoso Sara Rodríguez

The present book brings together experience, current work, and promising future trends associated with distributed computing, artificial intelligence, and their application in order to provide efficient solutions to real problems. DCAI 2023 is a forum to present applications of innovative techniques for studying and solving complex problems in artificial intelligence and computing areas. This year’s technical program presents both high quality and diversity, with contributions in well-established and evolving areas of research. Specifically, 108 papers were submitted, by authors from 31 different countries representing a truly “wide area network” of research activity. The DCAI 23 technical program has selected 36 full papers in the main track and, as in past editions, there will be special issues in ranked journals. This symposium is organized by the LASI and Centro Algoritmi of the University of Minho (Portugal). The authors like to thank all the contributing authors, the members of the Program Committee, National Associations (AEPIA, APPIA), and the sponsors (AIR Institute).

Formal Grammar

by Rainer Osswald Annie Foret Glyn Morrill Reinhard Muskens Sylvain Pogodalla

This book constitutes the refereed proceedings of the 19 International Conference on Formal Grammar 2014, collocated with the European Summer School in Logic, Language and Information in August 2014. The 10 revised full papers presented together with 2 invited contributions were carefully reviewed and selected from a total of 19 submissions. Traditionally linguistics has been studied from the point of view of the arts, humanities and letters, but in order to make concrete ideas which might otherwise be fanciful the study of grammar has been increasingly subject to the rigours of computer science and mathematization i. e. articulation in the language of science.

Digital Twins in Manufacturing: Virtual and Physical Twins for Advanced Manufacturing (Springer Series in Advanced Manufacturing)

by Vytautas Ostaševičius

This book presents a guide to digital twin technologies and their applications within manufacturing. It examines key technological advances in the area of Industry 4.0, including numerical and experimental models and the Internet of Things (IoT), and explores their potential technical benefits through real-world application examples. This book presents digital models of advanced manufacturing processes dynamics that enable to control the cutting processes including experimental and simulation studies for brittle-ductile transition of ultra-precision machining materials assuring product quality. Innovative electrical power harvesting solutions from tool vibrations and wireless data transmission from confined and heavily cooled environment are also included. It explains the benefits of virtual and physical twins adapted to real systems, including the ability to shorten the product's path to the market, and enabling the transition to higher value-added manufacturing processes. Including numerous illustrations and clear solved problems, this book will be of interest to researchers and industry professionals in the fields of mechatronics, manufacturing engineering, computational mechanics.

The Teaching Online Handbook

by Courtney Ostaff

Classroom teachers are increasingly expected to teach online – creating content area courses from scratch with little support or training. But high-quality, researched-based online teaching has its own particular set of skills and expectations, and most resources are directed at college-level instructors. This no-nonsense handbook is for that busy classroom teacher, with clear techniques for planning, instruction, and assessment, as well as sections on teaching students with diverse needs and exceptionalities. Based on the author's real-life experiences as an online teacher, there are multiple examples including sample assignments across content areas, rubrics for grading, and sample scripts for parent contact as well as tips to reduce instructor workload and conduct successful live instruction.

The Teaching Online Handbook

by Courtney Ostaff

Classroom teachers are increasingly expected to teach online – creating content area courses from scratch with little support or training. But high-quality, researched-based online teaching has its own particular set of skills and expectations, and most resources are directed at college-level instructors. This no-nonsense handbook is for that busy classroom teacher, with clear techniques for planning, instruction, and assessment, as well as sections on teaching students with diverse needs and exceptionalities. Based on the author's real-life experiences as an online teacher, there are multiple examples including sample assignments across content areas, rubrics for grading, and sample scripts for parent contact as well as tips to reduce instructor workload and conduct successful live instruction.

Microsystems Dynamics

by Vytautas Ostasevicius Rolanas Dauksevicius

In recent years microelectromechanical systems (MEMS) have emerged as a new technology with enormous application potential. MEMS manufacturing techniques are essentially the same as those used in the semiconductor industry, therefore they can be produced in large quantities at low cost. The added benefits of lightweight, miniature size and low energy consumption make MEMS commercialization very attractive. Modeling and simulation is an indispensable tool in the process of studying these new dynamic phenomena, development of new microdevices and improvement of the existing designs. MEMS technology is inherently multidisciplinary since operation of microdevices involves interaction of several energy domains of different physical nature, for example, mechanical, fluidic and electric forces. Dynamic behavior of contact-type electrostatic microactuators, such as a microswitches, is determined by nonlinear fluidic-structural, electrostatic-structural and vibro-impact interactions. The latter is particularly important: Therefore it is crucial to develop accurate computational models for numerical analysis of the aforementioned interactions in order to better understand coupled-field effects, study important system dynamic characteristics and thereby formulate guidelines for the development of more reliable microdevices with enhanced performance, reliability and functionality.

Vom Ding an sich zum Internet der Dinge: Löst Künstliche Intelligenz das Problem der subjektiven Erkenntnis? (Die blaue Stunde der Informatik)

by Wolfgang Osterhage

Seit Beginn dessen, was man Philosophie nennt – also dem Zeitalter der Vorsokratiker – haben große Geister sich bemüht, den Dualismus Geist-Materie zu überwinden und Erkenntnis auf eine einzige, eindeutige Quelle zurück zu führen – dem Ding-an-sich. Diese Entwicklung wird in diesem Buch nachverfolgt – bis hin zu den modernen Instrumenten der Datenhaltung und der künstlichen Intelligenz. Im Internet of Things schließlich werden Informationen und Objekte wieder zu einer einzigen Entität verschmolzen. Liegt da vielleicht die Lösung nach der Suche des Ding-an-sich?

Wireless Network Security: Second Edition

by Wolfgang Osterhage

Wireless communications have become indispensable part of our lives. The book deals with the security of such wireless communication. The technological background of these applications have been presented in detail. Special emphasis has been laid on the IEEE 802.11x-standards that have been developed for this technology. A major part of the book is devoted to security risks, encryption and authentication. Checklists have been provided to help IT administrators and security officers to achieve the maximum possible security in their installations, when using wireless technology. This is the second edition of the book. The updates include the latest the IEEE 802.11-standard, an updated chapter on PDA, the increased relevance of smart phones and tablets, widespread use of WLAN with increased security risks.

Computer Performance Optimization: Systems - Applications - Processes

by Wolfgang W. Osterhage

Computing power performance was important at times when hardware was still expensive, because hardware had to be put to the best use. Later on this criterion was no longer critical, since hardware had become inexpensive. Meanwhile, however, people have realized that performance again plays a significant role, because of the major drain on system resources involved in developing complex applications. This book distinguishes between three levels of performance optimization: the system level, application level and business processes level. On each, optimizations can be achieved and cost-cutting potentials can be identified. The book presents the relevant theoretical background and measuring methods as well as proposed solutions. An evaluation of network monitors and checklists rounds out the work.

IT Quality Management

by Wolfgang W. Osterhage

In a comprehensive approach this book covers the end-to-end process from request management to change management, error management and migration management to acceptance testing and final data clean up. It is based upon nearly twenty years of experience in tests, acceptance and certification, when introducing medium to large IT systems including complex software for administrations and industry in many countries. There exist a variety of methodologies with different characteristics having emanated from various schools and consultancies to support such activities. However, it is obvious that because of the diversity in organisational levels in companies the rigor of application of such methodologies quite often suffers with regard to more pragmatic approaches. In view of economic considerations this may be unavoidable. For this reason no new or consolidated methodology shall be presented but an approach oriented on practical criteria coming closer to reality and offering methods, which can provide assistance on a case-by-case basis.

Refine Search

Showing 36,076 through 36,100 of 54,340 results