Join us on a literary world trip!
Add this book to bookshelf
Grey
Write a new comment Default profile 50px
Grey
Subscribe to read the full book or read the first pages for free!
All characters reduced
TinyML Cookbook - Combine artificial intelligence and ultra-low-power embedded devices to make the world smarter - cover

TinyML Cookbook - Combine artificial intelligence and ultra-low-power embedded devices to make the world smarter

Gian Marco Iodice

Publisher: Packt Publishing

  • 0
  • 0
  • 0

Summary

This book explores TinyML, a fast-growing field at the unique intersection of machine learning and embedded systems to make AI ubiquitous with extremely low-powered devices such as microcontrollers.
The TinyML Cookbook starts with a practical introduction to this multidisciplinary field to get you up to speed with some of the fundamentals for deploying intelligent applications on Arduino Nano 33 BLE Sense and Raspberry Pi Pico. As you progress, you’ll tackle various problems that you may encounter while prototyping microcontrollers, such as controlling the LED state with GPIO and a push-button, supplying power to microcontrollers with batteries, and more. Next, you’ll cover recipes relating to temperature, humidity, and the three “V” sensors (Voice, Vision, and Vibration) to gain the necessary skills to implement end-to-end smart applications in different scenarios. Later, you’ll learn best practices for building tiny models for memory-constrained microcontrollers. Finally, you’ll explore two of the most recent technologies, microTVM and microNPU that will help you step up your TinyML game.
By the end of this book, you’ll be well-versed with best practices and machine learning frameworks to develop ML apps easily on microcontrollers and have a clear understanding of the key aspects to consider during the development phase.
Available since: 04/01/2022.
Print length: 344 pages.

Other books that might interest you

  • Cyberpsychology - Mind and Internet Relationship - cover

    Cyberpsychology - Mind and...

    Juan Moisés De La Serna

    • 0
    • 0
    • 0
    This book addresses the new branch called Cyberpsychology, which shows how there has been a change in the person-technology relationship, analyzing how new developments affect the day-to-day life of the person, as well as the mental health of its users. All this backed by an extensive bibliography on the latest research conducted in this area. 
    The objective of the book will serve as a first approach to the up and coming branch of psychology known as Cyberpsychology. 
    So, it treats the most relevant topics offering results of the latest studies conducted this past two years across the globe about this subject. 
    All this explained with simple and easy to read language, away from technical terms explaining each concept so it can truly work as an initiation guide.
    Show book
  • Bioneers Series 1-07: Wise Women of the Earth: It's All Intelligent - cover

    Bioneers Series 1-07: Wise Women...

    Nina Simons, Katsi Cook, Kirstin...

    • 0
    • 0
    • 0
    In this program we explore the restoration of the feminine and the feminization of the restoration, with a dance, a Mam'on, a meditation, and a prayer with Nina Simons, Katsi Cook, Starhawk, Terry Tempest Williams, Marta Benevides, and Kirstin Wilson.
    Show book
  • Kentucky Agate - State Rock and Mineral Treasure of the Commonwealth - cover

    Kentucky Agate - State Rock and...

    Roland L. McIntosh, Warren H....

    • 0
    • 0
    • 0
    This informative and fully illustrated volume explores the untold story of agate gemstones hidden in Kentucky’s scenic Knobs Region. 
     
    With their fine grain and rich assortment of colors, agate stones are coveted by collectors and becoming rarer across the globe. Some of the most beautiful specimens in the world have been found in the rugged terrain of eastern Kentucky. In Kentucky Agate, authors Roland L. McIntosh and Warren H. Anderson reveal the beauty and diversity of this sought-after stone with hundreds of color photographs. 
     
    Kentucky Agate also reveals locations where agate may be found, offering maps of the region surrounding the city of Irvine, Kentucky, including parts of Estill, Powell, Jackson, Menifee, Madison, and Lee counties. With detailed photographs revealing aspects of the rock not visible to the naked eye, this book also provides fascinating information on the history, geology, chemistry, and formation of the mineral.
    Show book
  • No More Anxiety Guided Meditation & Sleep Hypnosis - cover

    No More Anxiety Guided...

    Harmooni

    • 0
    • 0
    • 0
    Are anxious thoughts taking control of your life? Do you find it hard to relax and enjoy the present moment due to constant worries? Say goodbye to sleepless nights and endless stress with the powerful No More Anxiety Guided Meditation & Sleep Hypnosis. 
    Imagine a life free from the burden of anxiety, where you can finally experience peace and calmness. This transformative audio book is designed to gently guide you into a state of deep relaxation, allowing your mind to let go of fear and embrace tranquility. Through expertly crafted meditations and hypnotic suggestions, you'll learn to rewire your thought patterns and let go of anxious thoughts that have held you back. 
    Say farewell to the racing mind that keeps you up at night, and welcome restful sleep that rejuvenates your body and soul. This audio book is your key to breaking free from the grips of anxiety and stepping into a life of empowerment and confidence. 
    Let the soothing voice of our expert guide accompany you on this journey towards inner peace and serenity. Rediscover the joy of living in the present moment and embrace a life filled with positivity and optimism. The No More Anxiety Guided Meditation & Sleep Hypnosis is your path to a brighter, anxiety-free future. Don't let anxiety control you any longer; start your transformation today.
    Show book
  • Ultimate Rust for Systems Programming - Master Core Programming for Architecting Secure and Reliable Software Systems with Rust and WebAssembly - cover

    Ultimate Rust for Systems...

    Mahmoud Harmouch

    • 0
    • 0
    • 0
    Building Tomorrow's Systems Today the Rust Way
    Key Features
    -  Learn how to use Rust libraries effectively for various applications and projects.
    -  Go from basics to advanced system-building skills for stronger and reliable outcomes.
    -  Secure your Rust applications confidently with expert tips for enhanced protection.
    
    Book Description
    This book is your guide to mastering Rust programming; equipping you with essential skills and insights for efficient system programming. It starts by introducing Rust's significance in the system programming domain and highlighting its advantages over traditional languages like C/C++. You'll then embark on a practical journey; setting up Rust on various platforms and configuring the development environment. From writing your first "Hello; World!" program to harness the power of Rust's package manager; Cargo; the book ensures a smooth initiation into the language.
    Delving deeper; the book covers foundational concepts; including variables; data types; control flow; functions; closures; and crucial memory management aspects like ownership; borrowing; and lifetimes. Special attention is given to Rust's strict memory safety guarantees; guiding you in writing secure code with the assistance of the borrow checker.
    The book extends its reach to Rust collections; error-handling techniques; and the complexities of concurrency management. From threads and synchronization primitives like Mutex and RwLock to asynchronous programming with async/await and the Tokio library; you'll gain a comprehensive understanding of Rust's capabilities. This book covers it all.
    What you will learn
    -  Learn how to set up the Rust environment effortlessly; ensuring a streamlined development process.
    -  Explore advanced concepts in Rust; including traits; generics; and various collection types; expanding your programming expertise.
    -  Master effective error-handling techniques; empowering you to create custom error types for enhanced code robustness.
    -  Tackle the complexities of memory management; and smart pointers; and delve into the complexities of concurrency in Rust.
    -  Gain hands-on experience by building command-line utilities; sharpening your practical skills in real-world scenarios.
    -  Master the use of iterators and closures; ensuring code reliability through comprehensive unit testing practices.
    
    Who is this book for?
    This book is tailored for aspiring programmers; software developers; system engineers; and computer scientists looking to dive into system programming with Rust. It caters to a broad spectrum of individuals and professionals interested in leveraging Rust's power to build robust and efficient applications. While no prior experience with Rust is necessary; a basic understanding of programming concepts and familiarity with at least one programming language would be beneficial.
    
    Table of Contents
    1. Systems Programming with Rust
    2. Basics of Rust
    3. Traits and Generics
    4. Rust Built-In Data Structures
    5. Error Handling and Recovery
    6. Memory Management and Pointers
    7. Managing Concurrency
    8. Command Line Programs
    9. Working with Devices I/O in Rust
    10. Iterators and Closures
    11. Unit Testing in Rust
    12. Network Programming
    13. Unsafe Coding in Rust
    14. Asynchronous Programming
    15. Web Assembly with Rust      
    Index
    Show book
  • Land and Wine - The French Terroir - cover

    Land and Wine - The French Terroir

    Charles Frankel

    • 0
    • 0
    • 0
    This in-depth tour of the French winemaking regions illustrates how the soil, underlying bedrock, and microclimate shape the personality of a wine. 
     
    France has long been the world’s greatest wine-producing country. Its various regions each offer unique tasting experiences, from the spice of Bordeaux to the berry notes of the Loire Valley. In Land and Wine, geologist Charles Frankel guides readers through these and ten other regions, including Alsace, Burgundy, Champagne, Provence, and the Rhône valley, to explore the full meaning of terroir. 
     
    Frankel describes how Cabernet Franc takes on a completely different character depending on whether it is grown on gravel or limestone; how Sauvignon yields three different products in the hills of Sancerre; how Pinot Noir will give radically different wines on a single hill in Burgundy as the vines progress upslope; and how the soil of each château in Bordeaux has a say in the blend ratios of Merlot and Cabernet-Sauvignon. 
     
    Land and Wine provides a detailed understanding of the variety of French wine as well as a look at the geological history of France, complete with volcanic eruptions, dinosaurs, and a menagerie of fossils flavoring the vineyards. Frankel also blends in anecdotes about winemakers and historic wine enthusiasts while offering travel tips and itineraries for visiting the wineries today.
    Show book