* Cantinho Satkeys

Refresh History
  • yaro-82: 1994
    07 de Setembro de 2025, 16:49
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  43e5r6
    07 de Setembro de 2025, 10:52
  • j.s.: tenham um excelente fim de semana  49E09B4F
    06 de Setembro de 2025, 17:07
  • j.s.: dgtgtr a todos  4tj97u<z
    06 de Setembro de 2025, 17:07
  • FELISCUNHA: Boa tarde pessoal  49E09B4F bom fim de semana  htg6454y
    05 de Setembro de 2025, 14:53
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    05 de Setembro de 2025, 03:10
  • cereal killa: dgtgtr pessoal  4tj97u<z
    03 de Setembro de 2025, 15:26
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    01 de Setembro de 2025, 11:36
  • j.s.: de regresso a casa  535reqef34
    31 de Agosto de 2025, 20:21
  • j.s.: try65hytr a todos  4tj97u<z
    31 de Agosto de 2025, 20:21
  • FELISCUNHA: ghyt74   49E09B4e bom fim de semana  4tj97u<z
    30 de Agosto de 2025, 11:48
  • henrike: try65hytr     k7y8j0
    29 de Agosto de 2025, 21:52
  • JPratas: try65hytr Pessoal 4tj97u<z 2dgh8i classic k7y8j0
    29 de Agosto de 2025, 03:57
  • cereal killa: dgtgtr pessoal  2dgh8i
    27 de Agosto de 2025, 12:28
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    24 de Agosto de 2025, 11:26
  • janstu10: reed
    24 de Agosto de 2025, 10:52
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    23 de Agosto de 2025, 12:03
  • joca34: cd Vem dançar Kuduro Summer 2025
    22 de Agosto de 2025, 23:07
  • joca34: cd Kizomba Mix 2025
    22 de Agosto de 2025, 23:06
  • JPratas: try65hytr A Todos e Boas Férias 4tj97u<z htg6454y k7y8j0
    22 de Agosto de 2025, 04:22

Autor Tópico: Generative Ai (English Version): Unleashing Next-Gen Ai  (Lida 91 vezes)

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 124987
  • Karma: +0/-0
Generative Ai (English Version): Unleashing Next-Gen Ai
« em: 17 de Abril de 2023, 12:09 »

Generative Ai (English Version): Unleashing Next-Gen Ai
Published 4/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.86 GB | Duration: 7h 19m

The Good, the Bad and the Ugly

What you'll learn
Generative AI definition, areas of applications, mappings like txt2txt, img2txt, txt2img and txt2voice
How ChatGPT works, and the underlying tech behind like GPT, Large-Scale Language Models (LLM) and Transformers
How Latent Diffusion, StableDiffusion and DALL-E systems work
Generative Adversarial Networks (GANs) and Variational Auto Encoder (VAE)
The good, bad and ugly faces of GenAI, and how to adapt to the new tech
Build ChatGPT clone using OpenAI API and Streamlit
Build NLP applications using OpenAI API like Summarization, Text Classification and fine tuning GPT models
Build NLP applications using Huggingface transformers library like Language Models, Summarization, Translation, QA systems and others
Build Midjourney clone application using OpenAI DALL-E and StableDiffusion on Huggingface

Requirements
AI, ML and Deep Learning foundations
NLP: RNN, LSTM, Transformers basics
CV: ConvNets

Description
Hello and Welcome to a new Journey in the vast area of Generative AIGenerative AI is changing our definition of the way of interacting with machines, mobiles and computers. It is changing our day-to-day life, where AI is an essential component.This new way of interaction has many faces: the good, the bad and the ugly.In this course we will sail in the vast sea of Generative AI, where we will cover both the theoretical foundations of Generative models, in different modalities mappins: Txt2Txt, Img2Txt, Txt2Img, Img2Txt and Txt2Voice and Voice2Text. We will discuss the SoTA models in each area at the time of this course. This includes the SoTA technology of Transformers, Language models, Large LM or LLM like Generative Pre-trained Transformers (GPT), paving the way to ChatGPT for Text Generation, and GANs, VAE, Diffusion models like DALL-E and StabeDiffusion for Image Generation, and VALL-E foe Voice Generation.In addition, we will cover the practical aspects, where we will build simple Language Models, Build a ChatGPT clone using OpenAI APIs where we will take a tour in OpenAI use cases with GPT3.5 and ChatGPT and DALL-E. In addition we will cover Huggingface transformers and StableDiffusion.Hope you enjoy our journey!

Overview
Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Course overview

Section 2: What is Generative AI?

Lecture 3 What is Generative AI?

Lecture 4 Generative vs. Discriminative models

Lecture 5 Why Generative models?

Lecture 6 Encoder-Decoder design pattern

Lecture 7 GenAI modalities mappings

Section 3: Txt2Txt GenAI

Lecture 8 Unimodal mappings: Txt2txt and Language models

Lecture 9 Statistical Language Models (SLM)

Lecture 10 Neural Language Models (NLM) - Char level

Lecture 11 Neural Language Models (NLM) - Word level

Lecture 12 SLM and NLM in Python and Keras

Lecture 13 Seq2seq models

Lecture 14 Seq2seq + Attention models

Lecture 15 Transformers

Lecture 16 Huggingface Transformer Pipeline

Lecture 17 Large-Scale Language Models (LLM) - Transfer Learning in NLP

Lecture 18 Pre-trained Transformers

Lecture 19 BERT

Lecture 20 GPT

Lecture 21 ChatGPT

Lecture 22 OpenAI API

Lecture 23 GPT-3 Finetuning

Lecture 24 GPT-3 Chatbot

Lecture 25 ChatGPT Clone in Google Colab

Lecture 26 ChatGPT Clone in Streamlit

Lecture 27 ChatGPT Clone Excercise

Section 4: Img2Img GenAI

Lecture 28 Img2Img Encoder-Decoder

Lecture 29 Auto Encoder (AE)

Lecture 30 AE Visualization

Lecture 31 Variational Auto Encoder (VAE)

Lecture 32 Conditional VAE

Lecture 33 Coding AE in Keras

Lecture 34 Generative Adversarial Nets (GANs)

Lecture 35 Generating images from GANs

Lecture 36 Training GANs

Lecture 37 Coding GAN training in Keras

Lecture 38 DCGAN

Lecture 39 Conditional GANs

Lecture 40 AttributeGAN

Lecture 41 How Good are GANs today?

Lecture 42 Domain adaptation with pix2pix and CycleGAN

Section 5: Multi-modal GenAI

Lecture 43 Multimodal Txt2Img generation

Lecture 44 Diffusion models

Lecture 45 Latent Diffusion Models (LDM)

Lecture 46 CLIP

Lecture 47 StableDiffusion

Lecture 48 Online tools for txt2img: DreamStudio and Midjourney

Lecture 49 OpenAI API - DALL-E

Lecture 50 Huggingface - StableDiffusion

Lecture 51 Excercise - Midjourney clone

Lecture 52 Img2Txt generation - Image Captioning

Lecture 53 Txt2Voice generation - VALL-E

Section 6: The good, the bad and the ugly

Lecture 54 The Good

Lecture 55 The Bad

Lecture 56 The Ugly

Lecture 57 What should we do?

Section 7: Conclusion

Lecture 58 Conclusion

Section 8: Material

Lecture 59 Material

AI/ML Practitioners, Developers, Engineers and Researchers,NLP Engineers or Researchers,CV Engineers or Researchers,Data Scientists

rapidgator.net:
Citar
https://rapidgator.net/file/c606d3469f40954f69d039f8ac9a454d/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part1.rar.html
https://rapidgator.net/file/af2052d63a947decf152d5a45060f866/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part2.rar.html
https://rapidgator.net/file/bb8590f8c626fd452433784abc273db8/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part3.rar.html
https://rapidgator.net/file/137ec3eedb3586833b3214dfb8bb7702/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part4.rar.html

ddownload.com:
Citar
https://ddownload.com/bjhe1necmkp3/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part1.rar
https://ddownload.com/sn15yrusvuk2/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part2.rar
https://ddownload.com/lb24uemr7o3l/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part3.rar
https://ddownload.com/ommhvue2kulx/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part4.rar

1dl.net:
Citar
https://1dl.net/i8esp3gpipnm/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part1.rar
https://1dl.net/npewhuayqzuk/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part2.rar
https://1dl.net/qtx0a1ppdc2v/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part3.rar
https://1dl.net/12w6yu76xrj8/eqzzq.Generative.Ai.English.Version.Unleashing.NextGen.Ai.part4.rar