TensorFlow Models with Functional API, Subclassing and Custom Layers - Full Stack Deep Learning

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • In this course, we show you how to transform a model built with the sequential api, into one built with the Functional API.
    The other method of building Tensorflow models which we shall look at in the course, is model Sub-classing. Here we’ll see how models can be built recursively on each other.
    One additional aspect of Tensorflow we’ve added in this tutorial is that of creating Custom Layers.
    This video is part of this playlist: • Full Stack Deep Learni...
    Hi,
    You can use this Link to access our premium courses. You'll be able to build and deploy more than 20 different AI projects.
    neuralearn.pod... (30 days money back guarantee)
    [Please check your mail 5 minutes after requesting access ]
    Colab Notebook for TensorFlow 2: colab.research...
    Colab Notebook for PyTorch:
    colab.research...
    Check out:
    Course on Deep Learning for Computer Vision: neuralearn.ai/...
    Course on Deep Learning for Natural Language Processing: neuralearn.ai/...
    Course on Deep Learning for Image Generation: neuralearn.ai/...
    Course on Deep Learning for Object Detection: neuralearn.ai/...
    Connect with us here:
    Twitter: / neulearndotai
    Facebook: link / neuralearnai-107372484...
    LinkedIn / neuralearn
    Mail: team@neuralearn.ai

Комментарии • 5

  • @futurism010
    @futurism010 Год назад +1

    Amazing tutorial bro.. But you gotta upload more videos on Model building with tensorflow

    • @neuralearn
      @neuralearn  Год назад

      Thanks @Yod@ :)
      Feel free to check out this playlist: ruclips.net/p/PL2L83ZcMO-5O7zNycUkS5WLgr33J3QxMK

  • @hassanrevel
    @hassanrevel 2 года назад +2

    Thanks bro

  • @WahranRai
    @WahranRai 7 месяцев назад +1

    Why did you call func_input and func_output, call them simply input and output : they are tensors not function !