Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advaced Practical GenAI
Rating: 4.6 out of 5(44 ratings)
995 students

Advaced Practical GenAI

Practical GenAI (Part 3) - Arabic: Master Advanced GenAIFine-Tune, Deploy, and Master LLMs with Cutting-Edge Techniques
Last updated 11/2024
Arabic

What you'll learn

  • Build excellent knowledge of the underlying mechanics of transformers, LLMs
  • Go through the full training cycle of LLMs
  • Work with opensource LLMs
  • Work with privately hosted models
  • Fine tune pre-trained models with your own data

Course content

8 sections30 lectures3h 55m total length
  • Overview of Practical GenAI Sequel9:13
  • Practical GenAI Sequel Contents9:37

Requirements

  • Python
  • NLP
  • Transformers
  • Generative AI Foundations

Description

This is part 3 of the Practical GenAI Sequel.


The objective of the sequel is to prepare you to be a professional GenAI engineer/developer. I will take you from the ground-up in the realm of LLMs and GenAI, starting from the very basics to building working and production level apps.

The spirit of the sequel is to be “hands-on”. All examples are code-based, with final projects, built step-by-step either in python, Google Colab, and deployed in streamlit.

By the end of the courses sequel, you will have built chatgpt clone, Midjourney clone, Chat with your data app, Youtube assistant app, Ask YouTube Video, Study Mate App, Recommender system, Image Description App with GPT-V, Image Generation app with DALL-E and StableDiffusion, Video commentator app using Whisper and others.



In this part you will  work with different kinds of LLMs, being opensource or not. You will get exposed to GPT models by OpenAI, Llama models by Meta, Gemini and Bard by Google, Orca by Microsoft, Mixtral by Mistral AI and others.


You will use pre-trained models, and also finetune them on your own data.

We will learn about huggingface and use it for model finetuining using the Parameter Efficient Training or PEFT models. We will use Low-Rank Adaptation or LoRA for efficient training. 


You will learn how to deploy a model in the cloud, or privately host it for privacy concerns of your company data.


You will learn how to use existing pre-trained models as teachers and use model distillation to train your custom version of the model.

Who this course is for:

  • Entrepreneurs that want to build new ideas with GenAI
  • GenAI engineers/developers
  • Developers that integrate AI capabilities in their apps