Browse Results

Showing 12,176 through 12,200 of 28,747 results

Hands-On Reactive Programming with Clojure: Create asynchronous, event-based, and concurrent applications, 2nd Edition

by Leonardo Borges Konrad Szydlo

Learn how to use RxClojure to deal with stateful computations Key Features Leverage the features of Functional Reactive Programming using Clojure Create dataflow-based systems that are the building blocks of Reactive Programming Use different Functional Reactive Programming frameworks, techniques, and patterns to solve real-world problems Book Description Reactive Programming is central to many concurrent systems, and can help make the process of developing highly concurrent, event-driven, and asynchronous applications simpler and less error-prone. This book will allow you to explore Reactive Programming in Clojure 1.9 and help you get to grips with some of its new features such as transducers, reader conditionals, additional string functions, direct linking, and socket servers. Hands-On Reactive Programming with Clojure starts by introducing you to Functional Reactive Programming (FRP) and its formulations, as well as showing you how it inspired Compositional Event Systems (CES). It then guides you in understanding Reactive Programming as well as learning how to develop your ability to work with time-varying values thanks to examples of reactive applications implemented in different frameworks. You'll also gain insight into some interesting Reactive design patterns such as the simple component, circuit breaker, request-response, and multiple-master replication. Finally, the book introduces microservices-based architecture in Clojure and closes with examples of unit testing frameworks. By the end of the book, you will have gained all the knowledge you need to create applications using different Reactive Programming approaches. What you will learn Understand how to think in terms of time-varying values and event streams Create, compose, and transform observable sequences using Reactive extensions Build a CES framework from scratch using core.async as its foundation Develop a simple ClojureScript game using Reagi Integrate Om and RxJS in a web application Implement a reactive API in Amazon Web Services (AWS) Discover helpful approaches to backpressure and error handling Get to grips with futures and their applications Who this book is for If you're interested in using Reactive Programming to build asynchronous and concurrent applications, this is the book for you. Basic knowledge of Clojure programming is necessary to understand the concepts covered in this book.

Hands-On Science and Math: Fun, Fascinating Activities for Young Children

by Beth R. Davis

Encourage young investigators to feel, listen, smell, taste, and see their way to discovery by seamlessly infusing math and science throughout the school day! As you incorporate all five senses into learning experiences, you will give little innovators the opportunity to observe and explore the world around them. The activities in Hands-On Science and Math: Fun, Fascinating Activities for Young Children will help you plan engaging science, technology, engineering, and math (STEM) lessons that will excite children and foster their critical thinking. Children can experience the thrill of scientific inquiry through simple experiments. Designed to work with easy-to-find materials, the Hands-On Science and Math activities are inexpensive and uncomplicated, yet they lay the groundwork for understanding more complex STEM concepts later on.

Hands-On Simulation Modeling with Python: Develop simulation models for improved efficiency and precision in the decision-making process, 2nd Edition

by Giuseppe Ciaburro

Learn to construct state-of-the-art simulation models with Python and enhance your simulation modelling skills, as well as create and analyze digital prototypes of physical models with easeKey FeaturesUnderstand various statistical and physical simulations to improve systems using PythonLearn to create the numerical prototype of a real model using hands-on examplesEvaluate performance and output results based on how the prototype would work in the real worldBook DescriptionSimulation modelling is an exploration method that aims to imitate physical systems in a virtual environment and retrieve useful statistical inferences from it. The ability to analyze the model as it runs sets simulation modelling apart from other methods used in conventional analyses. This book is your comprehensive and hands-on guide to understanding various computational statistical simulations using Python. The book begins by helping you get familiarized with the fundamental concepts of simulation modelling, that'll enable you to understand the various methods and techniques needed to explore complex topics. Data scientists working with simulation models will be able to put their knowledge to work with this practical guide. As you advance, you'll dive deep into numerical simulation algorithms, including an overview of relevant applications, with the help of real-world use cases and practical examples. You'll also find out how to use Python to develop simulation models and how to use several Python packages. Finally, you'll get to grips with various numerical simulation algorithms and concepts, such as Markov Decision Processes, Monte Carlo methods, and bootstrapping techniques.By the end of this book, you'll have learned how to construct and deploy simulation models of your own to overcome real-world challenges.What you will learnGet to grips with the concept of randomness and the data generation processDelve into resampling methodsDiscover how to work with Monte Carlo simulationsUtilize simulations to improve or optimize systemsFind out how to run efficient simulations to analyze real-world systemsUnderstand how to simulate random walks using Markov chainsWho this book is forThis book is for data scientists, simulation engineers, and anyone who is already familiar with the basic computational methods and wants to implement various simulation techniques such as Monte-Carlo methods and statistical simulation using Python.

Hands-On Swift 5 Microservices Development: Build microservices for mobile and web applications using Swift 5 and Vapor 4

by Ralph Kuepper Tanner Nelson

Learn to design and deploy fully functioning microservices for your applications from scratch using Swift, Docker, and AWS Key Features Understand server-side Swift development concepts for building your first microservice Build microservices using Vapor 4 and deploy them to the cloud using Docker Learn effective techniques for enhancing maintainability and stability of your Swift applications Book Description The capabilities of the Swift programming language are extended to server-side development using popular frameworks such as Vapor. This enables Swift programmers to implement the microservices approach to design scalable and easy-to-maintain architecture for iOS, macOS, iPadOS, and watchOS applications. This book is a complete guide to building microservices for iOS applications. You'll start by examining Swift and Vapor as backend technologies and compare them to their alternatives. The book then covers the concept of microservices to help you get started with developing your first microservice. Throughout this book, you'll work on a case study of writing an e-commerce backend as a microservice application. You'll understand each microservice as it is broken down into details and written out as code throughout the book. You'll also become familiar with various aspects of server-side development such as scalability, database options, and information flow for microservices that are unwrapped in the process. As you advance, you'll get to grips with microservices testing and see how it is different from testing a monolith application. Along the way, you'll explore tools such as Docker, Postman, and Amazon Web Services. By the end of the book, you'll be able to build a ready-to-deploy application that can be used as a base for future applications. What you will learn Grasp server-side Swift development concepts using practical examples Understand the microservices approach and why Swift is a great choice for building microservices Design and structure mobile and web applications using microservices architecture Discover the available database options and understand which one to choose Scale and monitor your microservices Use Postman to automate testing for your microservices API Who this book is for The book is for iOS, iPadOS, and macOS developers and Swift programmers who want to understand how Swift can be used for building microservices. The book assumes familiarity with Swift programming and the fundamentals of the web, including how APIs work.

Hands-On Systems Programming with Go: Build modern and concurrent applications for Unix and Linux systems using Golang

by Alex Guerrieri

If you are a developer who has intermediate knowledge of Go but little to no knowledge of UNIX and Linux system programming and want to learn and master system programming with Go, this book is for you.

Hands-On Test Management with JIRA: End-to-end Test Management With Zephyr, Synapsert, And Jenkins In Jira

by Afsana Atar

This book is for any quality assurance professional, software project manager or test manager interested in learning to implement test management best practices in their team or organization.

Hands-on Deep Learning: A Guide to Deep Learning with Projects and Applications

by Harsh Bhasin

This book discusses deep learning, from its fundamental principles to its practical applications, with hands-on exercises and coding. It focuses on deep learning techniques and shows how to apply them across a wide range of practical scenarios. The book begins with an introduction to the core concepts of deep learning. It delves into topics such as transfer learning, multi-task learning, and end-to-end learning, providing insights into various deep learning models and their real-world applications. Next, it covers neural networks, progressing from single-layer perceptrons to multi-layer perceptrons, and solving the complexities of backpropagation and gradient descent. It explains optimizing model performance through effective techniques, addressing key considerations such as hyperparameters, bias, variance, and data division. It also covers convolutional neural networks (CNNs) through two comprehensive chapters, covering the architecture, components, and significance of kernels implementing well-known CNN models such as AlexNet and LeNet. It concludes with exploring autoencoders and generative models such as Hopfield Networks and Boltzmann Machines, applying these techniques to a diverse set of practical applications. These applications include image classification, object detection, sentiment analysis, COVID-19 detection, and ChatGPT. By the end of this book, you will have gained a thorough understanding of deep learning, from its fundamental principles to its innovative applications, enabling you to apply this knowledge to solve a wide range of real-world problems. What You Will Learn What are deep neural networks? What is transfer learning, multi-task learning, and end-to-end learning? What are hyperparameters, bias, variance, and data division? What are CNN and RNN? Who This Book Is For Machine learning engineers, data scientists, AI practitioners, software developers, and engineers interested in deep learning

Hands-on Pattern Mining: Theory and Examples with PAMI, Sklearn, Keras, and TensorFlow

by Uday Kiran Rage

This book introduces pattern mining by presenting various pattern mining techniques and giving hands-on experience with each technique. Pattern mining is a popular data mining technique with many real-world applications, and involves discovering all user interest-based patterns that may exist in a database. Several models and numerous algorithms were described in the literature to find these patterns in binary databases, quantitative databases, uncertain databases, and streams. Since the lack of a Python toolkit containing these algorithms has limited the wide adaptability of pattern-mining techniques, the author developed Pattern Mining (PAMI) Python library, which currently contains 80+ algorithms to discover useful patterns in transactional databases, temporal databases, quantitative databases, and graphs. The book consists of three main parts: · Introduction: The first chapter introduces big data, types of learning techniques, and the importance of pattern mining. The second chapter introduces the PAMI library, its organizational structure, installation, and usage. · Pattern mining algorithms and examples: The following chapters present the state-of-the-art techniques for discovering user interest-based patterns in (1) transactional databases, (2) temporal databases, (3) quantitative databases, (4) uncertain databases, (5) sequential databases, and (6) graphs. · Applications: The book concludes with several applications, where the

Hands-on Start to Wolfram Mathematica and Programming with the Wolfram Language

by Michael Morrison Cliff Hastings Kelvin Mischo

For more than 25 years, Mathematica has been the principal computation environment for millions of innovators, educators, students, and others around the world. This book is an introduction to Mathematica. The goal is to provide a hands-on experience introducing the breadth of Mathematica, with a focus on ease of use. Readers get detailed instruction with examples for interactive learning and end-of-chapter exercises. Each chapter also contains authors tips from their combined 50+ years of Mathematica use.

Handwerkliches für den Mathematikunterricht: Für Lehramtsstudierende, Berufseinsteiger und Seiteneinsteiger (essentials)

by Rolf J. Neveling

Rolf J. Neveling stellt angehenden Lehrerinnen und Lehrern das Handwerkszeug für einen guten Mathematikunterricht vor. Im Zentrum seines essentials steht der reguläre, unspektakuläre Unterricht. Der Autor erläutert die Gestaltung von Stunden, die Motivation im schulischen Alltag, die Vorbereitung und das Schreiben von Klausuren, die Vorbereitung schriftlicher und mündlicher Prüfungen, die Notengebung sowie die Verwendung von Medien. Didaktische Vorstellungen spielen dabei natürlich eine Rolle, sie stehen aber zugunsten der praktischen Beispiele und Tipps im Hintergrund.Der Autor: Dr. Rolf J. Neveling unterrichtete viele Jahre an einem Gymnasium in Wuppertal; er arbeitete einige Jahre als Lehrer im Hochschuldienst an der Technischen Universität Dortmund und führte Lehraufträge an der Universität Siegen durch. Lange gehörte er zudem der Redaktion des Mathetreffs der Bezirksregierung Düsseldorf an. Der Einsatz von Rechnern in mathematischen Lernprozessen ist eines seiner Interessengebiete und war auch Thema seiner Promotion.

Hangzhou Lectures on Eigenfunctions of the Laplacian (Annals of Mathematics Studies #188)

by Christopher D. Sogge

Based on lectures given at Zhejiang University in Hangzhou, China, and Johns Hopkins University, this book introduces eigenfunctions on Riemannian manifolds. Christopher Sogge gives a proof of the sharp Weyl formula for the distribution of eigenvalues of Laplace-Beltrami operators, as well as an improved version of the Weyl formula, the Duistermaat-Guillemin theorem under natural assumptions on the geodesic flow. Sogge shows that there is quantum ergodicity of eigenfunctions if the geodesic flow is ergodic.Sogge begins with a treatment of the Hadamard parametrix before proving the first main result, the sharp Weyl formula. He avoids the use of Tauberian estimates and instead relies on sup-norm estimates for eigenfunctions. The author also gives a rapid introduction to the stationary phase and the basics of the theory of pseudodifferential operators and microlocal analysis. These are used to prove the Duistermaat-Guillemin theorem. Turning to the related topic of quantum ergodicity, Sogge demonstrates that if the long-term geodesic flow is uniformly distributed, most eigenfunctions exhibit a similar behavior, in the sense that their mass becomes equidistributed as their frequencies go to infinity.

Hank Greenberg in 1938: Hatred and Home Runs in the Shadow of War

by Ron Kaplan

"Hammerin’” Hank Greenberg was coming off a stellar season where he’d hit 40 home runs and 184 RBIs, becoming only the thirteenth player to ever hit 40 or more homers (and one of only four players to have 40 or more home runs and 175 or more RBIs in a season). Even with his success at the plate, neither Greenberg nor the rest of the world could have expected what was about to happen in 1938. From his first day in the big leagues, the New York-born Greenberg had dealt with persecution for being Jewish. From teammate Jo-Jo White asking where his horns were to the verbal abuse from bigoted fans and the media, the 6-foot-3 slugger always did his best to shut the noise out and concentrate on baseball. But in 1938, that would be more difficult then he could have ever imagined.While Greenberg was battling at the plate, his people overseas were dealing with a completely different battle. Adolf Hitler, who had been chancellor of Germany since 1933, had taken direct control of the country’s military in February of ’38. He then began his methodic takeover of all neighboring countries, spreading Nazism and the early stages of World War II and the Holocaust.Hank Greenberg in 1938 chronicles the events of 1938, both on the baseball diamond and the streets of Europe. As Greenberg’s bat had him on course for Babe Ruth’s home run record, Hitler’s "Final Solution” was beginning to take shape. Jews across the US, worried about the issues overseas, looked to Greenberg as a symbol of hope. Though normally hesitant to speak about the anti-Semitism he dealt with, the slugger still knew the role he was playing for so many of his people, saying "I came to feel that if I, as a Jew, hit a home run, I was hitting one against Hitler.”

Hans Blumenberg's History and Philosophy of Science (Studies in History and Philosophy of Science #63)

by Cornelius Borck Josefa Ros Velasco Alberto Fragio Martina Philippi

This book highlights and develops a hitherto neglected area of Hans Blumenberg's contributions, i.e., history and philosophy of science. It covers both Blumenberg’s works on the history of ideas and conceptual change, as well as his studies on transformative periods and his intellectual history of technology. Hans Blumenberg (1920-1996) was one of the leading German philosophers after the Second World War, bridging from the continental tradition of philosophy, conceptual history and metaphorology. This volume, though, explores the methodological instruments that he developed and how we may use them to do history and philosophy of science. In doing so it opens up a new field of research and provides insight into further developing a continental history and philosophy of science, making this book of great interest to both historians and philosophers alike.

Happiness and Wellbeing in Singapore: Beyond Economic Prosperity (Routledge Focus on Business and Management)

by Siok Kuan Tambyah Soo Jiuan Tan Yuen Wei Lun

To present a multifaceted and holistic perspective of what makes Singaporeans happy, Tambyah, Tan and Yuen discuss the findings and insights from the 2022 Quality of Life Survey, which examines the perceptions and views of 1,905 Singapore citizens. This is the latest survey in a series of studies on the wellbeing of Singaporeans. While the impact of the COVID- 19 pandemic on wellbeing is a timely discussion, the findings are also compared with previous surveys conducted in 2011 and 2016 to provide a longitudinal perspective of how Singaporeans’ wellbeing has evolved over the years. Key aspects of this topic include life satisfaction and satisfaction with specific life domains, aspects of affective wellbeing (e.g., happiness, enjoyment and achievement), economic wellbeing, psychological flourishing, personal values, value orientations and views on socio- political issues. Pertinent differences due to demographics such as gender, marital status, age, education and household income are also highlighted. The book also features four archetypes and clusters of Singaporeans, which are representative of the unique demographics, values and wellbeing outcomes examined. The findings and insights will be useful to academics, policy makers, practitioners, students and the general public who are interested in understanding the life satisfaction and wellbeing of Singaporeans.

Happy Pi Day to You! All About Measuring Circles (The Cat in the Hat's Learning Library)

by Bonnie Worth

Laugh and learn with fun facts about the history of pi, measurements, theorems, and more—all told in Dr. Seuss&’s beloved rhyming style and starring the Cat in the Hat! &“It is all about circles and measuring fun. So put on your Pi Hats! Let&’s start, everyone!&” The Cat in the Hat&’s Learning Library series combines beloved characters, engaging rhymes, and Seussian illustrations to introduce children to non-fiction topics from the real world! Go on an adventure with the Cat in the Hat and learn: how to measure and draw circleshow pi is a number so long that it never endshow Ancient Egyptians used pi to help build the pyramidsand much more!Perfect for story time and for the youngest readers, Happy Pi Day to You! All About Measuring Circles also includes an index, glossary, and suggestions for further learning. Look for more books in the Cat in the Hat&’s Learning Library series!High? Low? Where Did It Go? All About Animal CamouflageIs a Camel a Mammal? All About MammalsThe 100 Hats of the Cat in the Hat: A Celebration of the 100th Day of SchoolA Great Day for Pup: All About Wild BabiesWould You Rather Be a Pollywog? All About Pond LifeI Can Name 50 Trees Today! All About TreesFine Feathered Friends: All About BirdsMy, Oh My--A Butterfly! All About ButterfliesOh Say Can You Seed? All About Flowering PlantsInside Your Outside! All About the Human BodyIce is Nice! All About the North and South Poles

Haptic Interaction with Deformable Objects

by Guido Böttcher

The focus from most Virtual Reality (VR) systems lies mainly on the visual immersion of the user. But the emphasis only on the visual perception is insufficient for some applications as the user is limited in his interactions within the VR. Therefore the textbook presents the principles and theoretical background to develop a VR system that is able to create a link between physical simulations and haptic rendering which requires update rates of 1\,kHz for the force feedback. Special attention is given to the modeling and computation of contact forces in a two-finger grasp of textiles. Addressing further the perception of small scale surface properties like roughness, novel algorithms are presented that are not only able to consider the highly dynamic behaviour of textiles but also capable of computing the small forces needed for the tactile rendering at the contact point. Final analysis of the entire VR system is being made showing the problems and the solutions found in the work

Harcourt Math

by Evan M. Maletsky Jennie M. Bennett Angela Giglio Andrews

NIMAC-sourced textbook

Harcourt Math

by Evan M. Maletsky

NIMAC-sourced textbook

Harcourt Math (California Edition)

by Harcourt School Publishers

This book makes a student enjoy learning math and to feel confident that he CAN DO. The unit lessons of the book contain: Understand Numbers and Operations, Data, Graphing, and Time, Multiplication and Division Facts, Multiply by 1- and 2-Digit Numbers, Divide by 1- and 2-Digit Divisors, Fractions and Decimals, Measurement, Algebra, and Graphing, Geometry, and Probability.

Harcourt Math (Grade #6)

by Evan M. Maletsky

The authors of Harcourt Math want you to be a good mathematician, but most of all we want you to enjoy learning math and feel confident that you can do it. We invite you to share your book with family members. Take them on a guided tour through your book!

Harcourt Math: Grade 5

by Harcourt School Publishers

Grade 5 Harcourt math

Harcourt Math: Level 5 (Harcourt School Publishers Math Ser.)

by Harcourt School Publishers Staff

The authors of Harcourt Math want you to enjoy learning math and to feel confident that you can do it. We invite you to share your math book with family members. Take them on a guided tour through your book!

Harcourt Math: Practice Workbook (Grade #3)

by Harcourt School Publishers

A Grade 3 Math practice book.

Harcourt Math: Practice Workbook (Grade #4)

by Harcourt School Publishers

A grade four mathematics book.

Harcourt Math: Practice Workbook (Grade #5)

by Harcourt School Publishers

Write and solve an equation for each problem. Explain what the variable represents.

Refine Search

Showing 12,176 through 12,200 of 28,747 results