Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
9,568
result(s) for
"traitement"
Sort by:
Ultra-processed people
« An eye-opening investigation into the science, economics, history and production of ultra-processed food. It's not you, it's the food. We have entered a new 'age of eating' where most of our calories come from an entirely novel set of substances called Ultra-Processed Food, food which is industrially processed and designed and marketed to be addictive. But do we really know what it's doing to our bodies? Join Chris in his travels through the world of food science and a UPF diet to discover what's really going on. Find out why exercise and willpower can't save us, and what UPF is really doing to our bodies, our health, our weight, and the planet (hint: nothing good). For too long we've been told we just need to make different choices, when really we're living in a food environment that makes it nigh-on impossible. So this is a book about our rights. The right to know what we eat and what it does to our bodies and the right to good, affordable food. »-- Résumé de l'éditeur
Noise and vibration analysis
2010,2011
Noise and Vibration Analysis is a complete and practical guide that combines both signal processing and modal analysis theory with their practical application in noise and vibration analysis.It provides an invaluable, integrated guide for practicing engineers as well as a suitable introduction for students new to the topic of noise and vibration.
Audio source separation and speech enhancement
by
Vincent, Emmanuel
,
Gannot, Sharon
,
Virtanen, Tuomas
in
Automatic speech recognition
,
Speech processing systems
2018
Learn the technology behind hearing aids, Siri, and Echo Audio source separation and speech enhancement aim to extract one or more source signals of interest from an audio recording involving several sound sources.
Mayo Clinic guide to pain relief : how to better manage pain and regain function
by
Gilliam, Wesley P., author
,
Sutor, Bruce, author
in
Pain Popular works.
,
Pain.
,
Pain Treatment.
2024
\"A comprehensive guide to managing chronic pain and living well in spite of it.\"-- From publisher's description.
Big Data Architect's Handbook
The primary responsibility of any Big Data architect is to design an end-to-end Big Data solution that integrates data from different sources and analyzes it to find hidden business insights. This book will show you how to do just that, by leveraging the popular tools within the Hadoop ecosystem to process, analyze and visualize your data.
Apache Kafka Quick Start Guide
by
Estrada, Raúl
in
COMPUTERS / Data Science / General
,
Electronic data processing
,
Telecommunication
2024,2018
Process large volumes of data in real-time while building high performance and robust data stream processing pipeline using the latest Apache Kafka 2.0Key FeaturesSolve practical large data and processing challenges with KafkaTackle data processing challenges like late events, windowing, and watermarkingUnderstand real-time streaming applications processing using Schema registry, Kafka connect, Kafka streams, and KSQLBook DescriptionApache Kafka is a great open source platform for handling your real-time data pipeline to ensure high-speed filtering and pattern matching on the fly. In this book, you will learn how to use Apache Kafka for efficient processing of distributed applications and will get familiar with solving everyday problems in fast data and processing pipelines.This book focuses on programming rather than the configuration management of Kafka clusters or DevOps. It starts off with the installation and setting up the development environment, before quickly moving on to performing fundamental messaging operations such as validation and enrichment.Here you will learn about message composition with pure Kafka API and Kafka Streams. You will look into the transformation of messages in different formats, such asext, binary, XML, JSON, and AVRO. Next, you will learn how to expose the schemas contained in Kafka with the Schema Registry. You will then learn how to work with all relevant connectors with Kafka Connect. While working with Kafka Streams, you will perform various interesting operations on streams, such as windowing, joins, and aggregations. Finally, through KSQL, you will learn how to retrieve, insert, modify, and delete data streams, and how to manipulate watermarks and windows.What you will learnHow to validate data with KafkaAdd information to existing data flowsGenerate new information through message compositionPerform data validation and versioning with the Schema RegistryHow to perform message Serialization and DeserializationHow to perform message Serialization and DeserializationProcess data streams with Kafka StreamsUnderstand the duality between tables and streams with KSQLWho this book is forThis book is for developers who want to quickly master the practical concepts behind Apache Kafka. The audience need not have come across Apache Kafka previously; however, a familiarity of Java or any JVM language will be helpful in understanding the code in this book.