Browse Results

Showing 20,826 through 20,850 of 53,312 results

Computability Theory: Journeys Beyond The Turing Barrier (Chapman Hall/CRC Mathematics Series)

by S. Barry Cooper

<p>Computability theory originated with the seminal work of Gödel, Church, Turing, Kleene and Post in the 1930s. This theory includes a wide spectrum of topics, such as the theory of reducibilities and their degree structures, computably enumerable sets and their automorphisms, and subrecursive hierarchy classifications. Recent work in computability theory has focused on Turing definability and promises to have far-reaching mathematical, scientific, and philosophical consequences. <p>Written by a leading researcher, Computability Theory provides a concise, comprehensive, and authoritative introduction to contemporary computability theory, techniques, and results. The basic concepts and techniques of computability theory are placed in their historical, philosophical and logical context. This presentation is characterized by an unusual breadth of coverage and the inclusion of advanced topics not to be found elsewhere in the literature at this level.The book includes both the standard material for a first course in computability and more advanced looks at degree structures, forcing, priority methods, and determinacy. The final chapter explores a variety of computability applications to mathematics and science. <p>Computability Theory is an invaluable text, reference, and guide to the direction of current research in the field. Nowhere else will you find the techniques and results of this beautiful and basic subject brought alive in such an approachable and lively way.</p>

Computer Arithmetic and Verilog HDL Fundamentals

by Joseph Cavanagh

<p>Verilog Hardware Description Language (HDL) is the state-of-the-art method for designing digital and computer systems. Ideally suited to describe both combinational and clocked sequential arithmetic circuits, Verilog facilitates a clear relationship between the language syntax and the physical hardware. It provides a very easy-to-learn and practical means to model a digital system at many levels of abstraction. <p>Computer Arithmetic and Verilog HDL Fundamentals details the steps needed to master computer arithmetic for fixed-point, decimal, and floating-point number representations for all primary operations. Silvaco International’s SILOS, the Verilog simulator used in these pages, is simple to understand, yet powerful enough for any application. It encourages users to quickly prototype and de-bug any logic function and enables single-stepping through the Verilog source code. It also presents drag-and-drop abilities. <p>Designed for electrical and computer engineers and computer scientists, this book leaves nothing unfinished, carrying design examples through to completion. The goal is practical proficiency. To this end, each chapter includes problems of varying complexity to be designed by the reader.</p>

Computer Organization: Basic Processor Structure

by James Gil de Lamadrid

<p>Computer Organization: Basic Processor Structure is a class-tested textbook, based on the author’s decades of teaching the topic to undergraduate and beginning graduate students. The main questions the book tries to answer are: how is a processor structured, and how does the processor function, in a general-purpose computer? <p>The book begins with a discussion of the interaction between hardware and software, and takes the reader through the process of getting a program to run. It starts with creating the software, compiling and assembling the software, loading it into memory, and running it. It then briefly explains how executing instructions results in operations in digit circuitry. The book next presents the mathematical basics required in the rest of the book, particularly, Boolean algebra, and the binary number system. <p>The basics of digital circuitry are discussed next, including the basics of combinatorial circuits and sequential circuits. The bus communication architecture, used in many computer systems, is also explored, along with a brief discussion on interfacing with peripheral devices. The first part of the book finishes with an overview of the RTL level of circuitry, along with a detailed discussion of machine language. <p>The second half of the book covers how to design a processor, and a relatively simple register-implicit machine is designed. ALSU design and computer arithmetic are discussed next, and the final two chapters discuss micro-controlled processors and a few advanced topics.</p>

Adaptive Filtering Primer with MATLAB

by Alexander D. Poularikas Zayed M. Ramadan

<p>Because of the wide use of adaptive filtering in digital signal processing and, because most of the modern electronic devices include some type of an adaptive filter, a text that brings forth the fundamentals of this field was necessary. The material and the principles presented in this book are easily accessible to engineers, scientists, and students who would like to learn the fundamentals of this field and have a background at the bachelor level. <p>Adaptive Filtering Primer with MATLAB clearly explains the fundamentals of adaptive filtering supported by numerous examples and computer simulations. The authors introduce discrete-time signal processing, random variables and stochastic processes, the Wiener filter, properties of the error surface, the steepest descent method, and the least mean square (LMS) algorithm. They also supply many MATLAB functions and m-files along with computer experiments to illustrate how to apply the concepts to real-world problems. The book includes problems along with hints, suggestions, and solutions for solving them. An appendix on matrix computations completes the self-contained coverage. <p>With applications across a wide range of areas, including radar, communications, control, medical instrumentation, and seismology, Adaptive Filtering Primer with MATLAB is an ideal companion for quick reference and a perfect, concise introduction to the field.</p>

Ruby Wizardry

by Eric Weinstein

The Ruby programming language is perfect for beginners: easy to learn, powerful, and fun to use! But wouldn't it be more fun if you were learning with the help of some wizards and dragons?Ruby Wizardry is a playful, illustrated tale that will teach you how to program in Ruby by taking you on a fantastical journey. As you follow the adventures of young heroes Ruben and Scarlet, you’ll learn real programming skills, like how to:–Use fundamental concepts like variables, symbols, arrays, and strings–Work with Ruby hashes to create a programmable breakfast menu–Control program flow with loops and conditionals to help the Royal Plumber–Test your wild and crazy ideas in IRB and save your programs as scripts–Create a class of mini-wizards, each with their own superpower!–Organize and reuse your code with methods and lists–Write your own amazing interactive stories using RubyAlong the way, you’ll meet colorful characters from around the kingdom, like the hacker Queen, the Off-White Knight, and Wherefore the minstrel. Ruby Wizardry will have you (or your little wizard) hooked on programming in no time.For ages 10+ (and their parents!)

Teach Your Kids to Code

by Bryson Payne

Teach Your Kids to Code is a parent's and teacher's guide to teaching kids basic programming and problem solving using Python, the powerful language used in college courses and by tech companies like Google and IBM.Step-by-step explanations will have kids learning computational thinking right away, while visual and game-oriented examples hold their attention. Friendly introductions to fundamental programming concepts such as variables, loops, and functions will help even the youngest programmers build the skills they need to make their own cool games and applications.Whether you've been coding for years or have never programmed anything at all, Teach Your Kids to Code will help you show your young programmer how to:–Explore geometry by drawing colorful shapes with Turtle graphics–Write programs to encode and decode messages, play Rock-Paper-Scissors, and calculate how tall someone is in Ping-Pong balls–Create fun, playable games like War, Yahtzee, and Pong–Add interactivity, animation, and sound to their appsTeach Your Kids to Code is the perfect companion to any introductory programming class or after-school meet-up, or simply your educational efforts at home. Spend some fun, productive afternoons at the computer with your kids—you can all learn something!

The SparkFun Guide to Processing

by Derek Runberg

Processing is a free, beginner-friendly programming language designed to help non-programmers create interactive art with code.The SparkFun Guide to Processing, the first in the SparkFun Electronics series, will show you how to craft digital artwork and even combine that artwork with hardware so that it reacts to the world around you. Start with the basics of programming and animation as you draw colorful shapes and make them bounce around the screen. Then move on to a series of hands-on, step-by-step projects that will show you how to:–Make detailed pixel art and scale it to epic proportions–Write a maze game and build a MaKey MaKey controller with fruit buttons–Play, record, and sample audio to create your own soundboard–Fetch weather data from the Web and build a custom weather dashboard–Create visualizations that change based on sound, light, and temperature readingsWith a little imagination and Processing as your paintbrush, you’ll be on your way to coding your own gallery of digital art in no time! Put on your artist’s hat, and begin your DIY journey by learning some basic programming and making your first masterpiece with The SparkFun Guide to Processing.The code in this book is compatible with Processing 2 and Processing 3.

macOS High Sierra: The book that should have been in the box

by David Pogue

With High Sierra, Apple has taken its macOS operating system to new heights. From Apple’s efficient new file system to improved video streaming and support for virtual reality, this latest macOS version provides features improve your experience. And once again, David Pogue brings his humor and expertise to the #1 bestselling Mac book.Whether you’re a developer or a home-user, this guide offers a wealth of detail on Apple’s macOS 10.13 operating system, this new edition covers everything High Sierra has to offer.Perfect for newcomers. Get crystal-clear, jargon-free introductions to the best and brightest macOS apps, including Siri, Safari, iCloud, FaceTime, and AirDrop.Get the whole picture. Learn more efficient ways to navigate, organize, and edit your photos with new features in the Photos app.Go in-depth. Take advantage of Apple’s new graphics technology, and its support for virtual reality.Gain real insight. David Pogue doesn't just tell you how to use macOS features. You’ll also learn why to use them—and how to avoid common pitfalls.i

Complex Network Analysis in Python: Recognize - Construct - Visualize - Analyze - Interpret

by Dmitry Zinoviev

Construct, analyze, and visualize networks with networkx, a Python language module. Network analysis is a powerful tool you can apply to a multitude of datasets and situations. Discover how to work with all kinds of networks, including social, product, temporal, spatial, and semantic networks. Convert almost any real-world data into a complex network--such as recommendations on co-using cosmetic products, muddy hedge fund connections, and online friendships. Analyze and visualize the network, and make business decisions based on your analysis. If you're a curious Python programmer, a data scientist, or a CNA specialist interested in mechanizing mundane tasks, you'll increase your productivity exponentially. Complex network analysis used to be done by hand or with non-programmable network analysis tools, but not anymore! You can now automate and program these tasks in Python. Complex networks are collections of connected items, words, concepts, or people. By exploring their structure and individual elements, we can learn about their meaning, evolution, and resilience. Starting with simple networks, convert real-life and synthetic network graphs into networkx data structures. Look at more sophisticated networks and learn more powerful machinery to handle centrality calculation, blockmodeling, and clique and community detection. Get familiar with presentation-quality network visualization tools, both programmable and interactive--such as Gephi, a CNA explorer. Adapt the patterns from the case studies to your problems. Explore big networks with NetworKit, a high-performance networkx substitute. Each part in the book gives you an overview of a class of networks, includes a practical study of networkx functions and techniques, and concludes with case studies from various fields, including social networking, anthropology, marketing, and sports analytics. Combine your CNA and Python programming skills to become a better network analyst, a more accomplished data scientist, and a more versatile programmer. What You Need: You will need a Python 3.x installation with the following additional modules: Pandas (>=0.18), NumPy (>=1.10), matplotlib (>=1.5), networkx (>=1.11), python-louvain (>=0.5), NetworKit (>=3.6), and generalizesimilarity. We recommend using the Anaconda distribution that comes with all these modules, except for python-louvain, NetworKit, and generalizedsimilarity, and works on all major modern operating systems.

Gamer Nation: The Rise of Modern Gaming and the Compulsion to Play Again

by Eric Geissinger

A tech-industry insider takes a critical look at the effect games are having on our short- and long-term happiness and assesses the cultural prospects of a society increasingly obsessed with gaming.The American "game economy" has become an enormous enterprise, devouring roughly one-ninth of America's entire economic output. This overview of arguably the most influential segment of the entertainment industry examines the perspectives of gaming enthusiasts, addicts, designers, arcade owners, psychologists, philosophers, and more. Weighing the positive and negative aspects of games, the author considers their effect not only upon the players but upon culture and society. What trade-offs are being made when people play games for twenty-plus hours a week? The author puts particular emphasis on Candy Crush, whose enormous popularity has left all other games far behind. Since 2013 it has been installed over a billion times and its simplicity has disrupted previous game-design assumptions, proving new games don't have to be sophisticated and graphically immersive. He also offers insights from interviews with experts on the mechanics of manipulation. Sophisticated psychological tools are used to design games that are compelling, irresistible, and possibly addicting. In a few case, obsessive game-playing has been the cause of death. Whether you enjoy games as a harmless pastime or are suspicious of their effects on the quality of your family's life, you'll want to read this wide-ranching exploration of the growing game phenomenon.

Hands-On Reactive Programming in Spring 5: Build cloud-ready, reactive systems with Spring 5 and Project Reactor

by Oleh Dokuka Igor Lozynskyi

Explore the reactive system and create efficient microservices with Spring Boot 2.1 and Spring CloudKey FeaturesUnderstand the kind of system modern businesses require with SpringGain deeper insights into reactive programming with Reactor and Spring CloudGet in-depth knowledge on asynchronous and nonblocking communication with Spring 5 WebFluxBook DescriptionThese days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor.Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You’ll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you’ll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices.By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!What you will learnDiscover the difference between a reactive system and reactive programmingExplore the benefits of a reactive system and understand its applicationsGet to grips with using reactive programming in Spring 5Gain an understanding of Project ReactorBuild a reactive system using Spring 5 and Project ReactorCreate a highly efficient reactive microservice with Spring CloudTest, monitor, and release reactive applicationsWho this book is forThis book is for Java developers who use Spring to develop their applications and want to build robust and reactive applications that can scale in the cloud. Basic knowledge of distributed systems and asynchronous programming will help you understand the concepts covered in this book.

Tokenomics: The Crypto Shift of Blockchains, ICOs, and Tokens

by Sean Au Thomas Power

<p>Tokenomics is the economy of this new world. This is a no-holds-barred, in-depth exploration of the way in which we can participate in the blockchain economy. The reader will learn the basics of bitcoin, blockchains, and tokenomics; what the very first ICO was; and how over a period of 5 years, various projects managed to raise the enormous sums of money they did. The book then provides insights from ICO experts and looks at what the future holds. By comparing the past, current, and future of this technology, the book will inform anyone, whatever motivates their interest. <p>The crypto shift of blockchains, ICOs, and tokens is much more than just buying bitcoins, creating tokens, or raising millions in a minute in an ICO. It is a new paradigm shift from centralized to decentralized, from closed to open, and from opaqueness to transparency. ICOs and the creation of tokens during the craze of 2017 needed a lot of preparation, an understanding of cryptocurrencies and of emerging legal frameworks, but this has spurred a new movement to tokenize the world. <p>The author gives an unbiased, authoritative picture of the current playing field, exploring the token opportunities and provides a unique insight into the developing world of this tokenized economy. This book will nourish hungry minds wanting to grow their knowledge in this fascinating area.</p>

Windows 10: 2018 Essential User Guide to Learn Microsoft Windows 10

by Alexa Wallace

<p>Welcome to the ultimate Windows 10 beginners guide with simple, faster, and proved guidelines that make sure you get the most out of the Windows 10 PC. Windows 10 refers to Microsoft operating system meant for personal laptops, phones, embedded devices and internet of the devices. One primary reason why you need to upgrade to Windows 10 is the fact that the upgrade is unrestricted because you can upgrade to Windows 10 without making any payments for a full Windows 10 version. <p>This book will cover the following topics: <p> <li>A general overview of Windows 10 <li>Innovative features <li>Windows 10 Apps <li>Useful tips and tricks on Windows 10 <li>How to back up and restore files on Windows 10 <li>Internet connectivity</li> <p> <p>The book is a perfect guide because a clear outline of tips and tricks such as Night Light feature, Change to Tablet Mode, Changing the default browser, dark theme usage among others. The tips enable the user to grasp a deeper understanding of Windows 10. When it comes to files back up and restoration, the book has every single step to ensure the safety of the files and relevant information. </p>

The TCP/IP Guide

by Charles M. Kozierok

From Charles M. Kozierok, the creator of the highly regarded www.pcguide.com, comes The TCP/IP Guide. This completely up-to-date, encyclopedic reference on the TCP/IP protocol suite will appeal to newcomers and the seasoned professional alike. Kozierok details the core protocols that make TCP/IP internetworks function and the most important classic TCP/IP applications, integrating IPv6 coverage throughout. Over 350 illustrations and hundreds of tables help to explain the finer points of this complex topic. The book’s personal, user-friendly writing style lets readers of all levels understand the dozens of protocols and technologies that run the Internet, with full coverage of PPP, ARP, IP, IPv6, IP NAT, IPSec, Mobile IP, ICMP, RIP, BGP, TCP, UDP, DNS, DHCP, SNMP, FTP, SMTP, NNTP, HTTP, Telnet, and much more.The TCP/IP Guide is a must-have addition to the libraries of internetworking students, educators, networking professionals, and those working toward certification.

Webbots, Spiders, and Screen Scrapers, 2nd Edition

by Michael Schrenk

There's a wealth of data online, but sorting and gathering it by hand can be tedious and time consuming. Rather than click through page after endless page, why not let bots do the work for you?Webbots, Spiders, and Screen Scrapers will show you how to create simple programs with PHP/CURL to mine, parse, and archive online data to help you make informed decisions. Michael Schrenk, a highly regarded webbot developer, teaches you how to develop fault-tolerant designs, how best to launch and schedule the work of your bots, and how to create Internet agents that:–Send email or SMS notifications to alert you to new information quickly–Search different data sources and combine the results on one page, making the data easier to interpret and analyze–Automate purchases, auction bids, and other online activities to save timeSample projects for automating tasks like price monitoring and news aggregation will show you how to put the concepts you learn into practice.This second edition of Webbots, Spiders, and Screen Scrapers includes tricks for dealing with sites that are resistant to crawling and scraping, writing stealthy webbots that mimic human search behavior, and using regular expressions to harvest specific data. As you discover the possibilities of web scraping, you'll see how webbots can save you precious time and give you much greater control over the data available on the Web.

The Rust Programming Language

by Steve Klabnik Carol Nichols

The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you’ve written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds. <P><P>Known by the Rust community as “The Book,” The Rust Programming Language includes concept chapters, where you’ll learn about a particular aspect of Rust, and project chapters, where you’ll apply what you’ve learned so far to build small programs. <P> The Book opens with a quick hands-on project to introduce the basics then explores key concepts in depth, such as ownership, the type system, error handling, and fearless concurrency. Next come detailed explanations of Rust-oriented perspectives on topics like pattern matching, iterators, and smart pointers, with concrete examples and exercises--taking you from theory to practice. The Rust Programming Language will also show you how to:- Grasp important concepts unique to Rust, like ownership, borrowing, and lifetimes- Use Cargo, Rust’s built-in package manager, to build and maintain your code, including downloading and building dependencies- Effectively use Rust’s zero-cost abstractions and employ your own You’ll learn to develop reliable code that’s speed and memory efficient, while avoiding the infamous and arcane programming pitfalls common at the systems level. When you need to dive down into lower-level control, this guide will show you how without taking on the customary risk of crashes or security holes and without requiring you to learn the fine points of a fickle toolchain. You’ll also learn how to create command line programs, build single- and multithreaded web servers, and much more. The Rust Programming Language fully embraces Rust’s potential to empower its users. This friendly and approachable guide will help you build not only your knowledge of Rust but also your ability to program with confidence in a wider variety of domains.

PoC or GTFO, Volume 2

by Manul Laphroaig

PoC or GTFO, Volume 2 follows-up the wildly popular first volume with issues 9-13 of the eponymous hacker zine. Contributions range from humorous poems to deeply technical essays.The International Journal of Proof-of-Concept or Get The Fuck Out is a celebrated magazine of reverse engineering, retro-computing, and systems internals. This second collected volume holds all of the articles from releases nine to thirteen.Learn how to patch the firmware of a handheld amateur radio, then emulate that radio's proprietary audio code under Linux. How to slow the Windows kernel when exploiting a race condition and how to make a PDF file taht is also an Android app, an audio file, or a Gameboy speedrun. How to hack a Wacom pen table with voltage glitching, then hack it again by pure software to read RDID tags from its surface. How to disassemble every last byte of an Atari game and how to bypass every classic form of copy protection on Apple ][.But above all else, beyond the nifty tricks and silly songs, this book exists to remind you what a clever engineer can build from a box of parts with a bit of free time. Not to show you what others have done, but to show you how they did it so that you can do the same.

Agile for Everybody: Creating Fast, Flexible, and Customer-First Organizations

by Matt LeMay

The Agile movement provides real, actionable answers to the question that keeps many company leaders awake at night: How do we stay successful in a fast-changing and unpredictable world? Agile has already transformed how modern companies build and deliver software. This practical book demonstrates how entire organizations—from product managers and engineers to marketers and executives—can put Agile to work.Author Matt LeMay explains Agile in clear, jargon-free terms and provides concrete and actionable steps to help any team put its values and principles into practice. Examples from a wide variety of organizations, including small nonprofits and global financial enterprises, bring to life the on-the-ground realities of Agile across industries and functions.Understand exactly what Agile is and why it mattersUse Agile to address your organization’s specific needs and goalsTake customer centricity from theory into practiceStop wasting time in "report and critique" meetings and start making better decisionsCreate a harmonious cycle of learning, collaborating, and deliveringLearn from Agile experts at companies like IBM, Spotify, and Coca-Cola

Pro Angular 6

by Adam Freeman

Get the most from Angular 6, the leading framework for building dynamic JavaScript applications. Understand the MVC pattern and the benefits it can offer.Best-selling author Adam Freeman shows you how to use Angular in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them.What You’ll LearnGain a solid architectural understanding of the MVC PatternCreate rich and dynamic web app clients using Angular 6Use the ng tools to create and build an Angular projectExtend and customize Angular 6Test your Angular 6 projectsWhat's New in This EditionRevised for the features and changes in Angular 6Covers @angular/cli, ng command line tools, and WebPackIncludes HttpClient for simplified asynchronous HTTP requestsPresents updates to pipes and localized text displayWho This Book Is ForWeb developers with a foundation knowledge of HTML and JavaScript who want to create rich client-side applications

Large Scale Hierarchical Classification: State of the Art (SpringerBriefs in Computer Science)

by Azad Naik Huzefa Rangwala

This SpringerBrief covers the technical material related to large scale hierarchical classification (LSHC). HC is an important machine learning problem that has been researched and explored extensively in the past few years. In this book, the authors provide a comprehensive overview of various state-of-the-art existing methods and algorithms that were developed to solve the HC problem in large scale domains. Several challenges faced by LSHC is discussed in detail such as: 1. High imbalance between classes at different levels of the hierarchy 2. Incorporating relationships during model learning leads to optimization issues 3. Feature selection 4. Scalability due to large number of examples, features and classes 5. Hierarchical inconsistencies 6. Error propagation due to multiple decisions involved in making predictions for top-down methods The brief also demonstrates how multiple hierarchies can be leveraged for improving the HC performance using different Multi-Task Learning (MTL) frameworks. The purpose of this book is two-fold: 1. Help novice researchers/beginners to get up to speed by providing a comprehensive overview of several existing techniques. 2. Provide several research directions that have not yet been explored extensively to advance the research boundaries in HC. New approaches discussed in this book include detailed information corresponding to the hierarchical inconsistencies, multi-task learning and feature selection for HC. Its results are highly competitive with the state-of-the-art approaches in the literature.

Does Digital Transformation of Government Lead to Enhanced Citizens’ Trust and Confidence in Government? (Springer Theses)

by Mohamed Mahmood

This research contributes to the growing body of knowledge as well as offers significant theoretical contributions and policy implications. As far as the researcher’s knowledge, this is the first research of its type that investigates the relationship between digital enabled transformation of government and citizens’ trust & confidence in government. The proposed conceptual model also makes a novel contribution at a conceptual level, which can be used as a frame of reference by researchers as well as practitioners when planning ICT-enabled transformation projects in government. The context of the research is the Kingdom of Bahrain, the top-ranked country in ICT adoption in the Gulf Cooperation Council (GCC) region.

Recent Advances in Intuitionistic Fuzzy Logic Systems: Theoretical Aspects and Applications (Studies in Fuzziness and Soft Computing #372)

by Said Melliani Oscar Castillo

This book aims at providing an overview of state-of-the-art in both the theory and methods of intuitionistic fuzzy logic, partial differential equations and numerical methods in informatics. It covers topics such as fuzzy intuitionistic Hilbert spaces, intuitionistic fuzzy differential equations, fuzzy intuitionistic metric spaces, and numerical methods for differential equations. It reports on applications such as fuzzy real time scheduling, intelligent control, diagnostics and time series prediction. Chapters were carefully selected among contributions presented at the second edition of the International Conference on Intuitionistic Fuzzy Sets and Mathematical Science, ICIFSMAS, held on April 11-13, 2018, at Al Akhawayn University of Ifrane, in Morocco.

Handbook of Big Data Analytics (Springer Handbooks Of Computational Statistics Ser.)

by Xiaotong Shen Henry Horng-Shing Lu Wolfgang Karl Härdle

Addressing a broad range of big data analytics in cross-disciplinary applications, this essential handbook focuses on the statistical prospects offered by recent developments in this field. To do so, it covers statistical methods for high-dimensional problems, algorithmic designs, computation tools, analysis flows and the software-hardware co-designs that are needed to support insightful discoveries from big data. The book is primarily intended for statisticians, computer experts, engineers and application developers interested in using big data analytics with statistics. Readers should have a solid background in statistics and computer science.

Computational Linguistics and Intelligent Text Processing: 18th International Conference, CICLing 2017, Budapest, Hungary, April 17–23, 2017, Revised Selected Papers, Part I (Lecture Notes in Computer Science #10761)

by Alexander Gelbukh

The two-volume set LNCS 10761 + 10762 constitutes revised selected papers from the CICLing 2017 conference which took place in Budapest, Hungary, in April 2017. The total of 90 papers presented in the two volumes was carefully reviewed and selected from numerous submissions. In addition, the proceedings contain 4 invited papers.The papers are organized in the following topical sections:Part I: general; morphology and text segmentation; syntax and parsing; word sense disambiguation; reference and coreference resolution; named entity recognition; semantics and text similarity; information extraction; speech recognition; applications to linguistics and the humanities. Part II: sentiment analysis; opinion mining; author profiling and authorship attribution; social network analysis; machine translation; text summarization; information retrieval and text classification; practical applications.

Computational Linguistics and Intelligent Text Processing: 18th International Conference, CICLing 2017, Budapest, Hungary, April 17–23, 2017, Revised Selected Papers, Part II (Lecture Notes in Computer Science #10762)

by Alexander Gelbukh

The two-volume set LNCS 10761 + 10762 constitutes revised selected papers from the CICLing 2017 conference which took place in Budapest, Hungary, in April 2017. The total of 90 papers presented in the two volumes was carefully reviewed and selected from numerous submissions. In addition, the proceedings contain 4 invited papers.The papers are organized in the following topical sections:Part I: general; morphology and text segmentation; syntax and parsing; word sense disambiguation; reference and coreference resolution; named entity recognition; semantics and text similarity; information extraction; speech recognition; applications to linguistics and the humanities. Part II: sentiment analysis; opinion mining; author profiling and authorship attribution; social network analysis; machine translation; text summarization; information retrieval and text classification; practical applications.

Refine Search

Showing 20,826 through 20,850 of 53,312 results