Mostrando 381 - 400 Resultados de 411 Para Buscar '"Raspberry Pi"', tiempo de consulta: 0.07s Limitar resultados
  1. 381
    Publicado 2017
    “…With this report, you’ll explore: Use cases including speech, image, and object recognition, translation, and text classification Common patterns for integrating a deep-learning model into your application Several examples for running TensorFlow on Android, iOS, and Raspberry Pi Techniques for testing your deep-learning model inside your application Methods to help you prepare your solution for mobile deployment Optimizing your model for latency, RAM usage, model file size, and binary size…”
    Libro electrónico
  2. 382
    Publicado 2016
    “…Concepts are illustrated and reinforced with a large number of tested and debugged assembly and C source listing Intended for use on very low-cost platforms, such as the Raspberry Pi or pcDuino, but with the support of a full Linux operating system and development tools Includes discussions of advanced topics, such as fixed and floating point mathematics, optimization, and the ARM VFP and NEON extensions…”
    Libro electrónico
  3. 383
    Publicado 2014
    “…Use basic Redstone items like levers, buttons, and lamps, and make an automated door Create Redstone logic gates, clocks, and T-flip-flops Build advanced contraptions--block swappers, concealed doors, a functional seven segment display, and more Use miscellaneous Redstone items such as rails, minecarts, liquids, hoppers, and command blocks Host a Minecraft server to open your world up to other players Edit Minecraft worlds offline using MCEdit Interact with Minecraft using Python on a Raspberry Pi Create quantum physics-based contraptions and special effects with qCraft Build ComputerCraft blocks and turtles and program them in Lua Set up a Minecraft modding development environment using Forge and Eclipse Make your own block-based mods and item mods All code and example worlds from the book are available for download…”
    Libro electrónico
  4. 384
    Publicado 2022
    “…Dodatkowo umieszczono tu rozdział poświęcony instalacji Linuksa na płytce Raspberry Pi, a także szeroki wybór receptur poświęconych rozwiązywaniu typowych problemów tym systemem…”
    Libro electrónico
  5. 385
    Electronics all-in-one for dummies
    Electronics AllーinーOne For Dummies
    Publicado 2022
    “…You'll learn: Critical safety tips and strategies to keep yourself and your environment protected while you work Useful schematics for everyday devices you can put to work immediately, like animated holiday lights and animatronic prop controllers How to work with alternating current, direct current, analog, digital, and car electronics, as well as Raspberry Pi technologies Perfect for anyone who's ever looked at a circuit board and thought to themselves, "I wonder how that works?"…”
    Libro electrónico
  6. 386
    Publicado 2015
    “…Alan Mycroft is a professor at Cambridge and cofounder of the Raspberry Pi Foundation…”
    Libro electrónico
  7. 387
    Publicado 2013
    “…Other fun, and 100% safety-approved projects include: How to make a phonograph out of Lego bricks A light-up hoodie from Electroluminescent (EL) wire An impressive "high-gain" home media projection screen using little more than latex house paint and sandblasting glass All this, along with the latest developments in maker tech--hardware, software and tools for 3D printing, Arduino, Raspberry Pi, robotics--and much, much more…”
    Libro electrónico
  8. 388
    Publicado 2022
    “…Recommended follow-up: Read Efficient Linux at the Command Line (book) Read Learning Modern Linux (book) Explore Linux Fundamentals (video course) Read What Is eBPF? (report) Read Raspberry Pi Cookbook, fourth edition (early release book)…”
    Video
  9. 389
    Publicado 2017
    “…Customize your Windows 10 Anniversary Update experience Install and remove hardware and software Set up your network and configure security Manage content, connect to printers, and troubleshoot issues Clear your to-do list faster than ever with Cortana voice commands, Windows Ink, Windows Hello, and a cross-platform capability that allows you to integrate a range of platforms including tablets, phones, Raspberry Pi, and even Xbox. Even if you're an experienced user, you're probably missing out on some very cool features—let the Windows 10 Bible, Anniversary Update fill the gaps and take your Windows 10 experience to the next level…”
    Libro electrónico
  10. 390
    Publicado 2016
    “…Nauczysz się wykorzystywać narzędzia i interfejsy API do automatyzacji skalowalnych systemów rozproszonych, niezależnie od tego, czy są to usługi internetowe, aplikacje do uczenia maszynowego, czy klastry komputerów Raspberry Pi. Przekonasz się, że Kubernetes i technologia kontenerowa mogą pomóc w osiągnięciu nowych poziomów prędkości, zwinności, niezawodności i wydajności. …”
    Libro electrónico
  11. 391
    Publicado 2018
    “…This book will get you started with administering Linux, giving you the knowledge and tools you need to troubleshoot day-to-day problems, ranging from a Raspberry Pi to a server in Azure, while giving you a good understanding of the fundamentals of how GNU/Linux works. …”
    Libro electrónico
  12. 392
    Publicado 2018
    “…Alan Mycroft is a University of Cambridge computer science professor; he cofounded the Raspberry Pi Foundation. My Java code improved significantly after reading this book. …”
    Grabación no musical
  13. 393
    Publicado 2017
    “…Build an image for the BeagleBone Black, RaspberryPi 3, and Wandboard, and boot it from an SD card. …”
    Libro electrónico
  14. 394
    Publicado 2017
    “…Get, install, and use powerful free tools to create modern Python programs Learn key concepts from 170 sample programs, and use them to jumpstart your own Discover exactly what happens when a program runs Approach program development with a professional perspective Learn the core elements of the Python language Build more complex software with classes, methods, and objects Organize programs so they’re easy to build and improve Capture and respond to user input Store and manipulate many types of real-world data Define custom data types to solve specific problems Create interactive games that are fun to play Build modern web and cloud-based applications Use pre-built libraries to quickly create powerful software Get code samples, including complete apps, at: https://aka.ms/BegintoCodePython/downloads About This Book For absolute beginners who’ve never written a line of code For anyone who’s been frustrated with other beginning programming books or courses For people who’ve started out with other languages and now want to learn Python Works with Windows PC, Apple Mac, Linux PC, or Raspberry Pi Includes mapping of MTA exam objectives that are covered in this book, as well as an appendix with further explanation of some of the topics on the exam…”
    Libro electrónico
  15. 395
    Publicado 2019
    “…Use BLE to make interactions between ESP32 and Android Understand how to create connections to interact between ESP32 and mobile applications Learn how to interact between ESP32 boards and cloud servers Build an IoT Application-based ESP32 board Who this book is for This book is for those who want to build a powerful and inexpensive IoT projects using the ESP32.Also for those who are new to IoT, or those who already have experience with other platforms such as Arduino, ESP8266, and Raspberry Pi…”
    Libro electrónico
  16. 396
    Publicado 2015
    “…Topics include: The details of object creation and naming Namespace changing features including assignment, del, import, function definition, class definition, and decorators Disassembling CPython bytecode to understand some Python features Iterables, iterators, and the iterator protocol How to use generators to make your code easier to read and understand Monkey patching classes, creating classes dynamically, and how bound methods work Using special methods in classes Several ways other than classes to bind data with functions Python 3 features such as tuple assignment with extended iterable unpacking and keyword-only function arguments Stuart Williams has been teaching Python for over a decade to audiences as diverse as adults in industry and at PyCon, students in university, high school students at a week-long Python summer camp, and grade school students learning Raspberry Pi. He holds a B.Sc. degree in Physics and Math/Computer Science, and a M.Sc. in Computer Science and Engineering from the University of Washington. …”
    Video
  17. 397
    Publicado 2017
    “…Create a simple machine learning application and implement decision system concepts Build a smart parking system using Arduino and Raspberry Pi Learn how to work with Amazon Echo and to build your own smart speaker machine Build multi-robot cooperation using swarm intelligence. …”
    Libro electrónico
  18. 398
    Publicado 2020
    “…Knowledge of Python and/or C++ programming and familiarity with single board computers such as Raspberry Pi is necessary to get the most out of this book…”
    Libro electrónico
  19. 399
    Publicado 2019
    “…Apply your new skills to the world of non-web hosts, and create everything from an app running on a Raspberry Pi that controls a lighting system, to a fully-functioning online multiplayer game engine where developers upload their own arena-bound WebAssembly combat modules. …”
    Libro electrónico
  20. 400
    Publicado 2017
    “…He is the author and contributor of several publications including titles on building security operations centers (SOC)s, CCNA cyber ops certification, web penetration testing, and hacking with raspberry pi. Follow Joseph at www.thesecurityblogger.com and @SecureBlogger. …”
    Video