Browse Results

Showing 36,401 through 36,425 of 61,674 results

Machine Learning Projects for .NET Developers

by Mathias Brandewinder

Machine Learning Projects for . NET Developers shows you how to build smarter . NET applications that learn from data, using simple algorithms and techniques that can be applied to a wide range of real-world problems. You'll code each project in the familiar setting of Visual Studio, while the machine learning logic uses F#, a language ideally suited to machine learning applications in . NET. If you're new to F#, this book will give you everything you need to get started. If you're already familiar with F#, this is your chance to put the language into action in an exciting new context. In a series of fascinating projects, you'll learn how to: Build an optical character recognition (OCR) system from scratch Code a spam filter that learns by example Use F#'s powerful type providers to interface with external resources (in this case, data analysis tools from the R programming language) Transform your data into informative features, and use them to make accurate predictions Find patterns in data when you don't know what you're looking for Predict numerical values using regression models Implement an intelligent game that learns how to play from experience Along the way, you'll learn fundamental ideas that can be applied in all kinds of real-world contexts and industries, from advertising to finance, medicine, and scientific research. While some machine learning algorithms use fairly advanced mathematics, this book focuses on simple but effective approaches. If you enjoy hacking code and data, this book is for you. What you'll learn Learn vocabulary and landscape of machine learning Recognize patterns in problems and how to solve them Learn simple prediction algorithms and how to apply them Develop, diagnose and tune your models Write elegant, efficient and bug-free functional code with F# Who this book is for Machine Learning Projects for . NET Developers is for intermediate to advanced . NET developers who are comfortable with C#. No prior experience of machine learning techniques is required. If you're new to F#, you'll find everything you need to get started. If you're already familiar with F#, you'll find a wealth of new techniques here to interest and inspire you. While some machine learning algorithms use fairly advanced mathematics, this book focuses on simple but effective approaches and how they can be used in actual code. If you enjoy hacking code and data, this book is for you. Table of Contents Chapter 1: 256 Shades of Gray: Building A Program to Automatically Recognize Images of Numbers Chapter 2: Spam or Ham? Detecting Spam in Text Using Bayes' Theorem Chapter 3: The Joy of Type Providers: Finding and Preparing Data, From Anywhere Chapter 4: Of Bikes and Men: Fitting a Regression Model to Data with Gradient Descent Chapter 5: You Are Not An Unique Snowflake: Detecting Patterns with Clustering and Principle Component Analysis Chapter 6: Trees and Forests: Making Predictions from Incomplete Data Chapter 7: A Strange Game: Learning From Experience with Reinforcement Learning Chapter 8: Digits, Revisited: Optimizing and Scaling Your Algorithm Code Chapter 9: Conclusion

PLC Programming In Instruction List According To IEC 61131-3: A Systematic And Action-Oriented Introduction In Structured Programming

by Hans-Joachim Adam Mathias Adam

This textbook and exercise book provides a solid basic knowledge and comprehensive practical skills in dealing with PLC programming. Numerous exercises help to deepen the material. With the accompanying simulation software and sample solutions, the acquired knowledge can be applied immediately. The software can be downloaded via the Internet. The knowledge of number systems and digital technology conveyed in the book is an important prerequisite for skilful and clever PLC programming. The programming language used, "Instruction list according to IEC 61131-3", provides the best insights into the functioning of a PLC. The didactically prepared programming examples for switching networks, signal memories, time functions, counters, function blocks and functions, program structures, sequence controls, data types and much more enable systematic learning of programming. The 5th, corrected edition experiences an expansion of the exercises with a didactically prepared project for the control of a mountain railway. The associated simulation software "PLC-lite" enables the realisation of controls for the mountain railway and the "realistic" representation of the cableway movements on the screen.

SPS-Programmierung in Anweisungsliste nach IEC 61131-3

by Hans-Joachim Adam Mathias Adam

Das Lehr- und Übungsbuch vermittelt solides Grundwissen und umfassende praktische Fähigkeiten bei der SPS-Programmierung. Im Anschluss an vier Kapitel, die die verschiedenen Zahlensysteme sowie die Digitaltechnik behandeln, folgen Programmierbeispiele: Schaltnetze, Signalspeicher, Zeitfunktionen, Zähler, Funktionsbausteine und Funktionen, Programmstrukturen, Ablaufsteuerungen u. a. Mit der im Internet bereitgestellten Simulationssoftware und den Musterlösungen können Leser das erworbene Wissen direkt anwenden.

SPS-Programmierung in Anweisungsliste nach IEC 61131-3: Eine systematische und handlungsorientierte Einführung in die strukturierte Programmierung

by Hans-Joachim Adam Mathias Adam

Das Lehr- und Übungsbuch vermittelt solides Grundwissen und umfassende praktische Fähigkeiten bei der SPS-Programmierung. Im Anschluss an vier Kapitel, die die verschiedenen Zahlensysteme sowie die Digitaltechnik behandeln, folgen Programmierbeispiele: Schaltnetze, Signalspeicher, Zeitfunktionen, Zähler, Funktionsbausteine und Funktionen, Programmstrukturen, Ablaufsteuerungen u. a. Mit der im Internet bereitgestellten Simulationssoftware und den Musterlösungen können Leser das erworbene Wissen direkt anwenden.

Create Stunning HTML Email That Just Works: Create HTML5 Emails That Look Great and Deliver!

by Mathew Patterson

Create Stunning HTML Email That Just Works is a step-by-step guide to creating beautiful HTML emails that consistently work. It begins with an introduction to email covering topics such as: how email design differs from web design; permission based marketing, and the anatomy of an email. What You Will Learn:How to design HTML emails that look greatSimple methods to design & test email newslettersBest practice, permission based email marketing tips & techniquesProven strategies for selling email design services to your clientsThe book shows the reader how to plan, design, and build gorgeous HTML email designs that look great in every email program: Outlook, Gmail, Apple Mail, etc. All-important tasks like legal requirements, testing, spam compliance and known hacks and workarounds are covered.

Camtasia Studio 8: Advanced Editing and Publishing Techniques

by Mathew Dixon Claire Broadley

A practical guide packed with examples that will show you how to implement the different features of Camtasia Studio 8 and create professional looking projects.If you are familiar with Camtasia Studio and you want to experiment with more advanced techniques, then this is the guide you have been looking for!

Causal Inference in Python: Applying Causal Inference in the Tech Industry

by Matheus Facure

How many buyers will an additional dollar of online marketing bring in? Which customers will only buy when given a discount coupon? How do you establish an optimal pricing strategy? The best way to determine how the levers at our disposal affect the business metrics we want to drive is through causal inference.In this book, author Matheus Facure, senior data scientist at Nubank, explains the largely untapped potential of causal inference for estimating impacts and effects. Managers, data scientists, and business analysts will learn classical causal inference methods like randomized control trials (A/B tests), linear regression, propensity score, synthetic controls, and difference-in-differences. Each method is accompanied by an application in the industry to serve as a grounding example.With this book, you will:Learn how to use basic concepts of causal inferenceFrame a business problem as a causal inference problemUnderstand how bias gets in the way of causal inferenceLearn how causal effects can differ from person to personUse repeated observations of the same customers across time to adjust for biasesUnderstand how causal effects differ across geographic locationsExamine noncompliance bias and effect dilution

Practical Natural Language Processing with Python: With Case Studies from Industries Using Text Data at Scale

by Mathangi Sri

Work with natural language tools and techniques to solve real-world problems. This book focuses on how natural language processing (NLP) is used in various industries. Each chapter describes the problem and solution strategy, then provides an intuitive explanation of how different algorithms work and a deeper dive on code and output in Python. Practical Natural Language Processing with Python follows a case study-based approach. Each chapter is devoted to an industry or a use case, where you address the real business problems in that industry and the various ways to solve them. You start with various types of text data before focusing on the customer service industry, the type of data available in that domain, and the common NLP problems encountered. Here you cover the bag-of-words model supervised learning technique as you try to solve the case studies. Similar depth is given to other use cases such as online reviews, bots, finance, and so on. As you cover the problems in these industries you’ll also cover sentiment analysis, named entity recognition, word2vec, word similarities, topic modeling, deep learning, and sequence to sequence modelling. By the end of the book, you will be able to handle all types of NLP problems independently. You will also be able to think in different ways to solve language problems. Code and techniques for all the problems are provided in the book. What You Will LearnBuild an understanding of NLP problems in industryGain the know-how to solve a typical NLP problem using language-based models and machine learningDiscover the best methods to solve a business problem using NLP - the tried and tested onesUnderstand the business problems that are tough to solve Who This Book Is For Analytics and data science professionals who want to kick start NLP, and NLP professionals who want to get new ideas to solve the problems at hand.

Crypto Millionaires: Blockchain: A Chance for All?

by Mateusz Mach

Blockchain, the key to the world of cryptocurrencies—a phrase that sounds like a promise of wealth. But what exactly is Blockchain? Unfortunately, in most books, articles, and discussions, it is either explained in a way that’s hard to understand or oversimplified with unnecessary emotional baggage, presented either technically or ideologically. Some see Blockchain as a savior from greedy bankers, while others view it as a tool for building cryptocurrencies that undermine central banks. Which image is closer to reality? The story of Blockchain is not just a tale of mathematical experiments. It’s primarily a story of the age-old attempt to record human activities and the value that flows from them. This time, however, the goal is to make it accessible to everyone on equal terms.This book delves into the evolution and technical intricacies of Blockchain technology, steering clear of the common focus on mere cryptocurrency speculation. It clarifies complex concepts and underscores Blockchain’s capacity to revolutionize industries and empower individuals globally, thereby demystifying the technology and making its profound potential accessible to everyone.

Hands-On Design Patterns with React Native: Proven techniques and patterns for efficient native mobile development with JavaScript

by Mateusz Grzesiukiewicz

Learn how to write cross platform React Native code by using effective design patterns in the JavaScript world. Get to know industry standard patterns as well as situational patterns. Decouple your application with these set of “Idea patterns”.Key FeaturesMobile development in React Native should be done in a reusable way. Learn how to build scalable applications using JavaScript patterns that are battle tested.Try effective techniques on your own using over 80 standalone examples.Book DescriptionReact Native helps developers reuse code across different mobile platforms like iOS and Android.This book will show you effective design patterns in the React Native world and will make you ready for professional development in big teams.The book will focus only on the patterns that are relevant to JavaScript, ECMAScript, React and React Native. However, you can successfully transfer a lot of the skills and techniques to other languages. I call them “Idea patterns”.This book will start with the most standard development patterns in React like component building patterns, styling patterns in React Native and then extend these patterns to your mobile application using real world practical examples. Each chapter comes with full, separate source code of applications that you can build and run on your phone.The book is also diving into architectural patterns. Especially how to adapt MVC to React environment. You will learn Flux architecture and how Redux is implementing it. Each approach will be presented with its pros and cons. You will learn how to work with external data sources using libraries like Redux thunk and Redux Saga.The end goal is the ability to recognize the best solution for a given problem for your next mobile application.What you will learnExplore the design Patterns in React NativeLearn the best practices for React Native developmentExplore common React patterns that are highly used within React Native developmentLearn to decouple components and use dependency injection in your applicationsExplore the best ways of fetching data from the backend systemsLearn the styling patterns and how to implement custom mobile designsExplore the best ways to organize your application code in big codebasesWho this book is forThe ideal target audience for this book are people eager to learn React Native design patterns who already know the basics of JavaScript. We can assume that the target audience already knows how to write Hello World in JavaScript and know what are the functions, recursive functions, JavaScript types and loops.

Personal Brand Creation in the Digital Age: Theory, Research And Practice

by Mateusz Grzesiak

Presenting a scientific exploration of personal branding and digital communication, this ground-breaking book aims to fill a gap between theory and practice. Describing how social media can increase brand profiles online, it explains basic terms before investigating the cultural context for online personal branding. With a special focus on YouTube, the author provides a comparative analysis of two countries (USA and Poland) to open further avenues for research into this growing area. An essential read for management and marketing scholars, this study outlines and explores the evolution of media in the digital age from a business perspective, and offers a thought-provoking analysis for those interested in social media.

The C# Workshop: Kickstart your career as a software developer with C#

by Jason Hales Almantas Karpavicius Mateus Viegas

Build your understanding and confidence with this hands-on guide to programming with C# 10 and .NET 6Key FeaturesGain a solid foundation in C# and focus on coding real-world applicationsLearn how to write clean, effective code and think like a C# developerBuild your experience and confidence with hands-on exercises and activitiesBook DescriptionC# is a powerful, versatile language that can unlock a variety of career paths. But, as with any programming language, learning C# can be a challenging process. With a wide range of different resources available, it's difficult to know where to start.That's where The C# Workshop comes in. Written and reviewed by industry experts, it provides a fast-paced, supportive learning experience that will quickly get you writing C# code and building applications. Unlike other software development books that focus on dry, technical explanations of the underlying theory, this Workshop cuts through the noise and uses engaging examples to help you understand how each concept is applied in the real world.As you work through the book, you'll tackle realistic exercises that simulate the type of problems that software developers work on every day. These mini-projects include building a random-number guessing game, using the publisher-subscriber model to design a web file downloader, creating a to-do list using Razor Pages, generating images from the Fibonacci sequence using async/await tasks, and developing a temperature unit conversion app which you will then deploy to a production server.By the end of this book, you'll have the knowledge, skills, and confidence to advance your career and tackle your own ambitious projects with C#.What you will learnUnderstand the fundamentals of programming with C# 10 and .NET 6Build your familiarity with .NET CLI and Visual Studio CodeMaster the fundamentals of object-oriented programming (OOP)Understand and implement concurrency to write more efficient codeCreate a database and handle data using C#, SQL, and Entity FrameworkBuild web applications using the ASP.NET frameworkRun automated unit tests with NUnit to validate your codeUse principles including SOLID, KISS, ACID, DRY, and design patternsWho this book is forThis book is for aspiring C# developers. It is recommended that you already have a basic understanding of core programming concepts before you start. Prior experience of another programming language would be beneficial, though it is not absolutely necessary.

Network and Parallel Computing: IFIP International Conference, NPC 2007, Dalian, China, September 18-21, 2007, Proceedings (Lecture Notes in Computer Science #4672)

by Marc Snir Hironori Kasahara Feng Zhang Hai Jin Jidong Zhai Mateo Valero

This book constitutes the proceedings of the 15th IFIP International Conference on Network and Parallel Computing, NPC 2018, held in Muroran, Japan, in November/December 2018. <P><P>The 22 full and 12 short papers presented in this volume were carefully reviewed and selected from 72 submissions. The papers cover traditional areas of network and parallel computing, including parallel applications, distributed algorithms, parallel architectures, software environments, and distributed tools.

A Systems Biology Approach to Study Metabolic Syndrome

by Matej Orešič Antonio Vidal-Puig

The aim of this book is to provide the target audience, specifically students of Medicine, Biology, Systems Biology and Bioinformatics, as well as experienced researchers in research fields relevant to metabolic syndrome (MetS) with an overview of the challenges and opportunities in systems biology and how it can be used to tackle MetS. In particular, the aims are: (1) to provide an introduction to the key biological processes involved in the pathophysiology of MetS; (2) through the use of specific examples, provide an introduction to the latest technologies that use a systems biology approach to study MetS; and (3) to give an overview of the mathematical modeling approaches for studying MetS. The clearly written chapters by leading experts in the field provides detailed descriptions crucial for the unique position of this book and its focus on the application of systems biology to tackle specific pathophysiologically relevant aspects of MetS and provides a valuable practical guide to this research community.

Spark: Big Data Processing Made Simple

by Matei Zaharia Bill Chambers

Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals.Youâ??ll explore the basic operations and common functions of Sparkâ??s structured APIs, as well as Structured Streaming, a new high-level API for building end-to-end streaming applications. Developers and system administrators will learn the fundamentals of monitoring, tuning, and debugging Spark, and explore machine learning techniques and scenarios for employing MLlib, Sparkâ??s scalable machine-learning library.Get a gentle overview of big data and SparkLearn about DataFrames, SQL, and Datasetsâ??Sparkâ??s core APIsâ??through worked examplesDive into Sparkâ??s low-level APIs, RDDs, and execution of SQL and DataFramesUnderstand how Spark runs on a clusterDebug, monitor, and tune Spark clusters and applicationsLearn the power of Structured Streaming, Sparkâ??s stream-processing engineLearn how you can apply MLlib to a variety of problems, including classification or recommendation

Go Programming Blueprints

by Mat Ryer

Intended for seasoned Go programmers who want to put their expertise in Go to use to solve big, real-world, modern problems. With a basic understanding of channels and goroutines, you will hone your skills to build tools and programs that are quick and simple. You need not be an expert in distributed systems or technologies in order to deliver solutions capable of great scale. It is assumed that you are familiar with the basic concepts of Go.

Go Programming Blueprints

by Mat Ryer

<P><P>Key Features <P><P>Learn to apply the nuances of the Go language, and get to know the open source community that surrounds it to implement a wide range of start-up quality projects <P><P>Write interesting, and clever but simple code, and learn skills and techniques that are directly transferrable to your own projects <P><P>Discover how to write code capable of delivering massive world-class scale performance and availability <P><P>Book Description <P><P>Dive headfirst into solving actual enterprise problems and start cutting code from the word go. You will build complete applications around a variety of subjects using a range of different technologies and techniques, all of which are directly applicable to today's tech start-up world. <P><P>Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. Well-designed applications and sensible architectures can scale horizontally to cope with the demands of up to millions of users, while avoiding the prohibitive up-front investment that can bring a project to its knees. <P><P>What you will Learn <P><P>Build quirky and fun projects from scratch while exploring widely applicable skills, patterns, practices, and techniques, as well as a range of different technologies <P><P>Create websites and data services capable of massive scale using <P><P>Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs <P><P>Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus <P><P>Develop high-quality command-line tools that utilize the powerful shell capabilities and have great performance using Go's in-built concurrency mechanisms <P><P>Implement a modern document database as well as high-throughput messaging queue technology to put together an architecture that is truly ready for scale <P><P>Write concurrent programs and gracefully manage their execution and communication with smart use of channels

Go Programming Blueprints - Second Edition

by Mat Ryer

Build real-world, production-ready solutions in Go using cutting-edge technology and techniques About This Book * Get up to date with Go and write code capable of delivering massive world-class scale performance and availability * Learn to apply the nuances of the Go language, and get to know the open source community that surrounds it to implement a wide range of start-up quality projects * Write interesting and clever but simple code, and learn skills and techniques that are directly transferrable to your own projects Who This Book Is For If you are familiar with Go and are want to put your knowledge to work, then this is the book for you. Go programming knowledge is a must. What You Will Learn * Build quirky and fun projects from scratch while exploring patterns, practices, and techniques, as well as a range of different technologies * Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs * Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus * Develop high-quality command-line tools that utilize the powerful shell capabilities and perform well using Go's in-built concurrency mechanisms * Build microservices for larger organizations using the Go Kit library * Implement a modern document database as well as high-throughput messaging queue technology to put together an architecture that is truly ready to scale * Write concurrent programs and gracefully manage the execution of them and communication by smartly using channels * Get a feel for app deployment using Docker and Google App Engine In Detail Go is the language of the Internet age, and the latest version of Go comes with major architectural changes. Implementation of the language, runtime, and libraries has changed significantly. The compiler and runtime are now written entirely in Go. The garbage collector is now concurrent and provides dramatically lower pause times by running in parallel with other Go routines when possible. This book will show you how to leverage all the latest features and much more. This book shows you how to build powerful systems and drops you into real-world situations. You will learn to develop high-quality command-line tools that utilize the powerful shell capabilities and perform well using Go's in-built concurrency mechanisms. Scale, performance, and high availability lie at the heart of our projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. You will get a feel for app deployment using Docker and Google App Engine. Each project could form the basis of a start-up, which means they are directly applicable to modern software markets. Style and approach This book provides fun projects that involve building applications from scratch. These projects will teach you to build chat applications, a distributed system, and a recommendation system.

Getting Started with Hazelcast

by Mat Johns

Written as a step-by-step guide, Getting Started with Hazelcast will teach you all you need to know to make your application data scalable.This book is a great introduction for Java developers, software architects, or developers looking to enable scalable and agile data within their applications. You should have programming knowledge of Java and a general familiarity with concepts like data caching and clustering.

Getting Started with Hazelcast - Second Edition

by Mat Johns

This book is a great introduction for Java developers, software architects, or DevOps looking to enable scalable and agile data within their applications. <P><P>Providing in-memory object storage, cluster-wide state and messaging, or even scalable task execution, Hazelcast helps solve a number of issues that have troubled technologists for years.

Learning Apache Cassandra

by Mat Brown

If you're an application developer familiar with SQL databases such as MySQL or Postgres, and you want to explore distributed databases such as Cassandra, this is the perfect guide for you. Even if you've never worked with a distributed database before, Cassandra's intuitive programming interface coupled with the step-by-step examples in this book will have you building highly scalable persistence layers for your applications in no time.

Learning Apache Cassandra

by Mat Brown

<P><P>Key Features <P><P>Learn how to install and use Cassandra from the ground up <P><P>Design rich schemas that capture the relationships between different data types using compound primary keys <P><P>Master the advanced features available in Cassandra 2.0 through a step-by-step tutorial that builds a real-world application's database layer. <P><P>Book Description <P><P>Cassandra is a distributed database that stands out for its robust feature set and intuitive interface, while still providing the high availability and scalability of a distributed store. <P><P>Starting from installing Cassandra and creating your first keyspace, to mastering the different table structures Cassandra offers and exploring the latest and most powerful features of the Cassandra Query Language, CQL3, this book explores each topic through the lens of a real-world example application. With plenty of examples, tips, and clear explanations, you'll master compound primary keys, collection columns, lightweight transactions, and many other advanced aspects of Cassandra. <P><P>By the end of the book, you'll be fully equipped to build powerful, scalable Cassandra database layers for your applications. <P><P>What you will learn <P><P>Install Cassandra and create your first keyspace <P><P>Choose the right table structure for the task at hand in a variety of scenarios <P><P>Use range slice queries for efficient data access <P><P>Effortlessly handle concurrent updates with collection columns <P><P>Ensure data integrity with lightweight transactions and logged batches <P><P>Understand eventual consistency and use the right consistency level for your situation <P><P>Implement best practices for data modeling and access

Learning Android: Develop Mobile Apps Using Java and Eclipse

by Marko Gargenta Masumi Nakamura

Want to build apps for Android devices? This book is the perfect way to master the fundamentals. Written by experts who have taught this mobile platform to hundreds of developers in large organizations and startups alike, this gentle introduction shows experienced object-oriented programmers how to use Android’s basic building blocks to create user interfaces, store data, connect to the network, and more.Throughout the book, you’ll build a Twitter-like application, adding new features with each chapter. You’ll also create your own toolbox of code patterns to help you program any type of Android application with ease.Become familiar with the Android platform and how it fits into the mobile ecosystemDive into the Android stack, including its application framework and the APK application packageLearn Android’s building blocks: Activities, Intents, Services, Content Providers, and Broadcast ReceiversCreate basic Android user interfaces and organize UI elements in Views and LayoutsBuild a service that uses a background process to update data in your application

International Business and Information Technology: Interaction and Transformation in the Global Economy

by Massood Samii Gerald Karush

Topical and timely, this breakthrough text analyzes the relationship between international business operations and information technology. First, it assesses the impact of current developments in IT on the operation of multinational corporations, both on a practical and theoretical level, and explores how IT can improve competitive advantage. Secon

Euro-Par 2018: 24th International Conference on Parallel and Distributed Computing, Turin, Italy, August 27 - 31, 2018, Proceedings (Lecture Notes in Computer Science #11014)

by Massimo Torquati Marco Aldinucci Luca Padovani

This book constitutes the proceedings of the 24th International Conference on Parallel and Distributed Computing, Euro-Par 2018, held in Turin, Italy, in August 2018. The 57 full papers presented in this volume were carefully reviewed and selected from 194 submissions. They were organized in topical sections named: support tools and environments; performance and power modeling, prediction and evaluation; scheduling and load balancing; high performance architecutres and compilers; parallel and distributed data management and analytics; cluster and cloud computing; distributed systems and algorithms; parallel and distributed programming, interfaces, and languages; multicore and manycore methods and tools; theory and algorithms for parallel computation and networking; parallel numerical methods and applications; and accelerator computing for advanced applications.

Refine Search

Showing 36,401 through 36,425 of 61,674 results