Getting Started with TensorFlow and Keras - Maker.io | Digi-Key Electronics

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • In this tutorial, we show you how to configure TensorFlow with Keras on a computer and build a simple linear regression model. If you have access to a modern NVIDIA graphics card (GPU), you can enable tensorflow-gpu to take advantage of the parallel processing afforded by CUDA.
    The field of Artificial Intelligence (AI) has been around for quite some time. As we move to build an understanding and use cases for Edge AI, we first need to understand some of the popular frameworks for building machine learning models on personal computers (and servers!).
    These models can then be deployed to edge devices, such as single-board computers (like the Raspberry Pi) and microcontrollers. To learn more about Edge AI, see this article: www.digikey.co...
    Project Link:
    www.digikey.co...
    Related Videos:
    Intro to TensorFlow Lite Part 1: Wake Word Feature Extraction
    • Intro to TensorFlow Li...
    Intro to TensorFlow Lite Part 2: Speech Recognition Model Training
    • Intro to TensorFlow Li...
    Intro to TensorFlow Lite Part 3: Speech Recognition on Raspberry Pi
    • Intro to TensorFlow Li...
    Related Articles:
    www.digikey.co...
    Maker.io - www.digikey.co...
    Digi-Key’s Blog - TheCircuit www.digikey.co...
    Connect with Digi-Key on Facebook / digikey.electronics
    And follow us on Twitter / digikey

ความคิดเห็น • 7

  • @A3roTITANS
    @A3roTITANS 4 ปีที่แล้ว +6

    The easiest way I've found to install TensorFlow GPU on Windows is to install Anaconda and then in a terminal: conda create --name tf_gpu tensorflow-gpu . This has the benefit of including CUDA, cuDNN and the other software you need.

    • @ShawnHymel
      @ShawnHymel 4 ปีที่แล้ว

      Good to know there's an easier method. Thanks!

  • @mrtmrf5007
    @mrtmrf5007 7 หลายเดือนก่อน

    very good if not already excellent, love the way you make things simple..!! thank you

  • @harirajrajkumar7328
    @harirajrajkumar7328 4 ปีที่แล้ว +3

    Excellent !

  • @tomwolf589
    @tomwolf589 4 ปีที่แล้ว +1

    For Windows, install Visual Studio first then CUDA after that otherwise, you may get a "imported project not found" error when you try to build CUDA Visual Studio projects.

  • @MrWATCHthisWAY
    @MrWATCHthisWAY 4 ปีที่แล้ว +1

    I only wish I could compile as fast as him!

  • @baldebaldemord9588
    @baldebaldemord9588 3 ปีที่แล้ว

    If you install Anaconda now, you have to make sure to create an env with a compatible python version. For me this was "conda create -n tensorflow python=3.8"