* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Machine Learning: Modern Computer Vision & Generative Ai  (Lida 49 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • Karma: +0/-0
Machine Learning: Modern Computer Vision & Generative Ai
« em: 18 de Outubro de 2023, 08:06 »

Machine Learning: Modern Computer Vision & Generative Ai
Published 10/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.97 GB | Duration: 4h 6m

Use KerasCV, Python, Tensorflow, PyTorch, & JAX for Image Recognition, Object Detection, and Stable Diffusion

What you'll learn
Computer vision with KerasCV
How to do image classification / image recognition with a pretrained model and fine-tuning / transfer learning
How to do object detection with a pretrained model and fine-tuning / transfer learning
How to generate images with Stable Diffusion in KerasCV
Requirements
Experience with Keras
Description
Welcome to "Machine Learning: Modern Computer Vision & Generative AI," a cutting-edge course that explores the exciting realms of computer vision and generative artificial intelligence using the KerasCV library in Python. This course is designed for aspiring machine learning practitioners who wish to explore the fusion of image analysis and generative modeling in a streamlined and efficient manner.Course Highlights:KerasCV Library: We start by harnessing the power of the KerasCV library, which seamlessly integrates with popular deep learning backends like Tensorflow, PyTorch, and JAX. KerasCV simplifies the process of writing deep learning code, making it accessible and user-friendly.Image Classification: Gain proficiency in image classification techniques. Learn how to leverage pre-trained models with just one line of code, and discover the art of fine-tuning these models to suit your specific datasets and applications.Object Detection: Dive into the fascinating world of object detection. Master the art of using pre-trained models for object detection tasks with minimal effort. Moreover, explore the process of fine-tuning these models and learn how to create custom object detection datasets using the LabelImg GUI program.Generative AI with Stable Diffusion: Unleash the creative potential of generative artificial intelligence with Stable Diffusion, a powerful text-to-image model developed by Stability AI. Explore its capabilities in generating images from textual prompts and understand the advantages of KerasCV's implementation, such as XLA compilation and mixed precision support, which push the boundaries of generation speed and quality.Course Objectives:Develop a strong foundation in modern computer vision techniques, including image classification and object detection.Acquire hands-on experience in using pre-trained models and fine-tuning them for specific tasks.Learn to create custom object detection datasets to tackle real-world problems effectively.Unlock the world of generative AI with Stable Diffusion, enabling you to generate images from text with state-of-the-art speed and precision.Enhance your machine learning skills and add valuable tools to your toolkit for various applications, from computer vision projects to generative art and content generation.Join us on this captivating journey into the realms of modern computer vision and generative AI. Whether you're a seasoned machine learning practitioner or just starting, this course will equip you with the knowledge and skills to tackle complex image analysis and creative AI projects with confidence. Explore the cutting-edge possibilities that KerasCV and Stable Diffusion offer, and bring your AI aspirations to life.Prerequisites: Basic knowledge of machine learning and Python programming. Familiarity with deep learning concepts is beneficial but not mandatory.
Overview
Section 1: Introduction
Lecture 1 Introduction & Outline
Lecture 2 How to Succeed in This Course
Lecture 3 Where to Get the Code
Section 2: Image Classification, Fine-Tuning and Transfer Learning
Lecture 4 Classification Section Outline
Lecture 5 Concepts: Pre-trained Image Classifier
Lecture 6 Pre-trained Image Classifier in Python
Lecture 7 Transfer Learning and Fine-Tuning
Lecture 8 Fine-Tuning an Image Classifier in Python
Lecture 9 Classification Exercise
Lecture 10 Suggestion Box
Section 3: Object Detection
Lecture 11 Object Detection Outline
Lecture 12 Concepts: Object Detection
Lecture 13 Decoding the Output: IoU, Non-Max Suppression, Confidence Score
Lecture 14 Pre-trained Object Detection in Python
Lecture 15 Focal Loss & Smooth L1 Loss
Lecture 16 Object Detection Dataset Formats (COCO & Pascal VOC)
Lecture 17 LabelImg Setup
Lecture 18 LabelImg Demo
Lecture 19 Data Augmentation
Lecture 20 KerasCV Object Detection Dataset Format
Lecture 21 Fine-Tuning Object Detection in Python (Built-In Dataset)
Lecture 22 Fine-Tuning Object Detection in Python (Custom Dataset)
Lecture 23 Object Detection Exercise
Section 4: Generative AI with Stable Diffusion
Lecture 24 Stable Diffusion Outline
Lecture 25 Generate Images with Stable Diffusion in Python
Lecture 26 How Do Diffusion Models Work? (Optional)
Lecture 27 Diffusion Model Architecture (Optional)
Lecture 28 How Diffusion Models Condition on Prompts (Optional)
Lecture 29 A Look at the Diffusion Model Source Code (Optional)
Beginner to advanced students and professionals interested in computer vision with KerasCV

Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/bcbe6c96cd1944a1290f52ae5354b0a2/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part1.rar.html
https://rapidgator.net/file/ad075e5abc5d224d46ed0ddbbeb7c0d4/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part2.rar.html
https://rapidgator.net/file/ee4c67e682f6b2bb937b6400472218d6/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/7eec8397510693Db/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part1.rar
https://uploadgig.com/file/download/bb349c13b097B4e4/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part2.rar
https://uploadgig.com/file/download/e78b9e4fc91ea3a9/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/524CBED8D75D49A/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part1.rar
https://nitroflare.com/view/8FBF0062D616496/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part2.rar
https://nitroflare.com/view/1F6EF8C7FDFEB42/ibarq.Machine.Learning.Modern.Computer.Vision..Generative.Ai.part3.rar