• Regeln für den Dokumente-Bereich:

    In den Börsenbereich gehören nur Angebote die bereits den Allgemeinen Regeln entsprechen.

    Allgemeines:

    Nicht erlaubt im Dokumente-Bereich sind:

    - indizierte Titel (inkl. Comics)
    - extremistische Werke, Zeitschriften und Comics (egal, welche Richtung)
    - jegliche Art von Pornographie
    - Anleitungen zu kriminellen Handlungen, gleich welcher Art
    - sadistische, menschenverachtende oder ähnliche Werke

    Nutzt den "Bedanken"-Button, bei Sammelthreads führen jegliche Kommentare, positiv wie negativ, sehr schnell zu einer Unübersichtlichkeit des Threads. Downmeldungen sind an den Uploader zu richten

    Vor dem Einstellen zu beachten:

    - Suchfunktion

    Vergewissert euch, dass es euer Dokument noch nicht im Board gibt, Doppelposts werden kommentarlos gelöscht. Ist es schon vorhanden, tragt es als Mirror im bestehenden Post ein.

    - Threadtitel

    Idealerweise ist sofort zu erkennen um was es sich handelt. Verseht euren Titel mit den relevanten Informationen, das hilft euch und damit auch uns und allen Suchenden erheblich weiter.

    Beispiel: [Thriller] Dan Brown - Inferno oder bei Magazinen:

    Computerbild - 14/2014 (es muss ersichtlich sein, um welche Ausgabe und welches Magazin es sich handelt)

    Folgende Präfixe stehen im Unterforum "Unterhaltung" zur Verfügung:

    [Humor]
    [Drama]
    [Erotik]
    [Fantasy]
    [Krimi]
    [Roman]
    [Thriller]
    [Horror]
    [Science Fiction]

    Inhalt des Beitrags:

    Folgende Pflichtangaben gilt es einzuhalten:

    - Autor
    - Titel
    - Präfix
    - Cover
    - Genre
    - Inhaltsbeschreibung
    - enthaltene Formate
    - Gesamtgröße des Downloads
    - Hoster
    - ggf. Passwort

    Nicht erlaubt sind alle Dateien, die den Download unnötig aufblähen um eine Affiliategrenze zu erreichen, wie zB. mp3-files, übergroße Bilder, etc.

    Ebenso nicht erlaubt sind sämtliche Dateien mit DRM, persönlichen Daten, etc., diese werden kommentarlos zu eurem eigenem Schutz gelöscht.

    Achtet bitte bei der Konvertierung der Formate auf die Lesbarkeit, ein epub, was nur einfach durch Calibre gejagt wird um ein PDF zu erhalten, ist zu 99% eben nicht lesbar. Wenn ihr es nicht könnt, dann lasst es besser oder lest euch ein, wie man es richtig macht.


    Unterforum Comics:

    Threadtitel:

    Ähnlich, wie bei Unterhaltung und Magazinen, sollte der Titel alle relevanten Informationen enthalten, hier bitte

    - den Titel des Comics
    - den Verlag (einige Comics sind in verschiedenen Verlagen erschienen)
    - das Erscheinungsjahr

    Erlaubt sind folgende Formate:

    - CBR
    - CBZ

    Grundsätzlich gilt: jede Version eines Comics erhält einen eigenen Thread, Ersteller eines Comics können ihre Bände gerne mit dem Zusatz (Original-Release) versehen.

    Bei Unsicherheiten zur korrekten Benennung bitte die Informationen von www.comicguide.de nutzen.

    Inhalt des Beitrags:

    Pflichtangaben hier sind:

    - Titel des Bandes und ggf. Nummer
    - Cover
    - falls bekannt technische Daten (DPI, Breite, Speicherqualität)
    - Größe des Downloads
    - Hoster
    - ggf. Passwort
    - falls bekannt Releasenamen
  • Bitte registriere dich zunächst um Beiträge zu verfassen und externe Links aufzurufen.




TinyML Cookbook Combine machine learning with microcontrollers to solve real-world problems, 2nd Edition

book_worm

MyBoerse.bz Pro Member
ea961ac287a53724e1fa4ca9bd6956a5.jpeg

Free Download TinyML Cookbook
by Gian Marco Iodice

English | 2023 | ISBN: 1837637369 | 665 pages | True PDF EPUB | 49.96 MB​

Over 70 recipes to help you develop smart applications on Arduino Nano 33 BLE Sense, Raspberry Pi Pico, and SparkFun RedBoard Artemis Nano using the power of machine learning
Purchase of the print or Kindle book includes a free eBook in PDF format.
Key Features
Over 20+ new recipes, including recognizing music genres and detecting objects in a scene
Run on-device ML with TensorFlow Lite for Microcontrollers, Edge Impulse, TVM, and scikit-learn
Explore cutting-edge technologies, such as on-device training for updating models without data leaving the device
Book Description
Discover the incredible world of tiny Machine Learning (tinyML) and create smart projects using real-world data sensors with the Arduino Nano 33 BLE Sense, Raspberry Pi Pico, and SparkFun RedBoard Artemis Nano.
TinyML Cookbook, Second Edition, will show you how to build unique end-to-end ML applications using temperature, humidity, vision, audio, and accelerometer sensors in different scenarios. These projects will equip you with the knowledge and skills to bring intelligence to microcontrollers. You'll train custom models from weather prediction to real-time speech recognition using TensorFlow and Edge Impulse. Expert tips will help you squeeze ML models into tight memory budgets and accelerate performance using CMSIS-DSP.
This improved edition includes new recipes featuring an LSTM neural network to recognize music genres and the Faster-Objects-More-Objects (FOMO) algorithm for detecting objects in a scene. Furthermore, you'll take your tinyML solutions to the next level with microTVM, microNPU, scikit-learn, and on-device learning. This book will help you stay up to date with the latest developments in the tinyML community and give you the knowledge to build unique projects with microcontrollers!
What you will learn
Understand the microcontroller programming fundamentals
Work with real-world sensors, such as the microphone, camera, and accelerometer
Implement an app that responds to human voice or recognizes music genres
Leverage transfer learning with FOMO and Keras
Learn best practices on how to use the CMSIS-DSP library
Create a gesture-recognition app to build a remote control
Design a CIFAR-10 model for memory-constrained microcontrollers
Train a neural network on microcontrollers
Who this book is for
This book is ideal for machine learning engineers or data scientists looking to build embedded/edge ML applications and IoT developers who want to add machine learning capabilities to their devices. If you're an engineer, student, or hobbyist interested in exploring tinyML, then this book is your perfect companion.
Basic familiarity with C/C++ and Python programming is a prerequisite; however, no prior knowledge of microcontrollers is necessary to get started with this book.
Table of Contents
Getting Started With TinyML
Prototyping with microcontrollers
Building A Snow Weather Station with TensorFlow Lite for Microcontrollers
Voice Controlling LEDs with Edge Impulse and Arduino Nano
Music genre recognition with TensorFlow and Raspberry Pi Pico
Recognizing Music Genres with TensorFlow and the Raspberry Pi Pico - Part 2
Object detection with Edge Impulse using FOMO and Raspberry Pi Pico
Indoor Scene Classification with TensorFlow and Arduino Nano
Gesture-Based Interface for YouTube Playback with Edge Impulse and Raspberry Pi Pico
Running a CIFAR-10 model for memory constrained devices on QEMU with ZephyrOS
Building a tinyML application with TVM on Arduino Nano and Arm Ethos-U microNPU
(N.B. Please use the Look Inside option to see further chapters)
.

Links are Interchangeable - Single Extraction
 
Zurück
Oben Unten