* Cantinho Satkeys

Refresh History
  • FELISCUNHA: dgtgtr   49E09B4F
    12 de Novembro de 2024, 12:25
  • JPratas: try65hytr Pessoal  classic k7y8j0 yu7gh8
    12 de Novembro de 2024, 01:59
  • j.s.: try65hytr a todos  4tj97u<z
    11 de Novembro de 2024, 19:31
  • cereal killa: try65hytr pessoal  2dgh8i
    11 de Novembro de 2024, 18:16
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    09 de Novembro de 2024, 11:43
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 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

Autor Tópico: Python and Generative AI for Beginners - From Scratch  (Lida 16 vezes)

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 116271
  • Karma: +0/-0
Python and Generative AI for Beginners - From Scratch
« em: 16 de Setembro de 2024, 12:40 »
Python and Generative AI for Beginners - From Scratch



Published 9/2024
Duration: 22h31m | Video: .MP4, 1920x1080 30 fps | Audio: AAC, 44.1 kHz, 2ch | Size: 11.2 GB
Genre: eLearning | Language: English

Master Python and Dive into Generative AI with No Prior Experience: Learn to Code and Create Using Real-World Tools


What you'll learn
Beginners who dont code in their entire life time
People who are in non tech role willing to look for technical opportunities
People who have keen interest on learning Gen AI
Understand how Gen AI industry works by creating real time applications
Requirements
Zero programming skills required. We will start everything from scratch
Description
This 16-lecture course is designed to provide a solid foundation in Python programming and an introduction to Generative AI. Tailored for beginners, the course includes both theoretical lessons and hands-on projects to ensure that learners can apply their knowledge in real-world scenarios. The entire course is more of a story telling format to beginners in realtime. The recordings can give you an immersive experience in class.
Lecture 1: Introduction to Generative AI and Python
Overview of the course structure and objectives.
Introduction to Python and its importance in AI.
Overview of Generative AI, including its applications and relevance in today's world.
Python Fundamentals (Lectures 2-10)
Lecture 2: Introduction to Python Basics
Overview of programming and Python as a language.
Setting up and using Google Colab for coding.
Exploring GitHub for code storage and collaboration.
Basic syntax in Python: print statements, comments.
Lecture 3: Variables and Data Types
Understanding variables and their role in programming.
Exploring different data types: integers, floats, strings.
Simple input and output operations using input() and print() functions.
Lecture 4: Control Structures
Conditional statements: if, elif, else.
Comparison and logical operators.
Introduction to loops: while loops and their use in repetitive tasks.
Lecture 5: Lists and For Loops
Lists: creation, indexing, slicing, and basic list methods.
Introduction to for loops and their applications in iterating through lists.
Lecture 6: Sets and Loops
Working with sets: creation and methods.
Continuation of for loops, applied to sets and other data structures.
Lecture 7: Tuples and Dictionaries
Overview of tuples: creation and properties.
Working with dictionaries: creation, accessing values, and basic dictionary methods.
Lecture 8: Functions in Python
Understanding and using built-in functions.
Defining custom functions, parameters, and return values.
Lecture 9: Modules and Libraries
Introduction to Python modules and libraries.
Using the math module and understanding Python packages.
Introduction to PIP for managing Python libraries.
Lecture 10: String Operations and File Handling
String operations and formatting.
Reading from and writing to files using Google Colab's file system.
Hands-on project: Create a simple Python project to demonstrate understanding of Python fundamentals.
Introduction to Generative AI (Lectures 11-13)
Lecture 11-12: Text Generation and LLMs
Overview of text generation tools and Large Language Models (LLMs) like ChatGPT, Gemini, and Claude.
Hands-on exercises using OpenAI Playground and Google AI Studio for text generation.
Practical comparison of outputs from different AI tools.
Lecture 13: AI-driven Code Generation and Prompt Engineering
Introduction to AI-based code generation using tools like ChatGPT and Claude.
Understanding Cursor IDE for AI-assisted coding.
Practical project: Build a simple web page using AI-generated code.
Advanced Generative AI Concepts (Lectures 14-16)
Lecture 14: Image Generation and Running LLMs Locally
Overview of image generation tools such as DALL-E, Midjourney, and Stable Diffusion.
Practical exercise: Generating and animating images using runwayML.
Running open-source LLMs locally using tools like Ollama and LMStudio.
Lecture 15: Retrieval Augmented Generation (RAG)
Using LLMs with custom data through RAG techniques.
Introduction to embeddings and vector stores (chromaDB, qdrant).
Practical exercise: Building a RAG pipeline to process and store PDFs in qdrant cloud.
Lecture 16: Building Real AI Projects
Introduction to Langchain and LlamaIndex.
Hands-on project: Create a RAG-based question-answering system on a webpage.
Exploring the open-source AI ecosystem and next steps for continued learning.
By the end of the course, learners will have gained a thorough understanding of Python programming and practical experience with Generative AI, enabling them to build AI-driven projects.
Who this course is for
Aspiring learners who wants to learn Python and Generative AI

Homepage:
Código: [Seleccione]
https://www.udemy.com/course/python-genai-from-scratch
Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/939baa3ab2af9c12d4130a73a6f20344/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part01.rar.html
https://rapidgator.net/file/012996fbc8dfe5c6e18d364688da3f00/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part02.rar.html
https://rapidgator.net/file/9aadb91221088a0b91d8437f36424e3c/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part03.rar.html
https://rapidgator.net/file/39d65591ec682dcb584827cae070136f/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part04.rar.html
https://rapidgator.net/file/0d453c5a0acef951655e6009b7d5fd14/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part05.rar.html
https://rapidgator.net/file/81d3a6e734ec94fe347ae4c5575e61b5/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part06.rar.html
https://rapidgator.net/file/40da42cfdff76a35923a5e6ccbfeccd0/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part07.rar.html
https://rapidgator.net/file/b3d9c70cb6aadaf1e2fd55fd0cc1c4ab/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part08.rar.html
https://rapidgator.net/file/28776b6944480c0e6fa11f9cd1b707bd/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part09.rar.html
https://rapidgator.net/file/64705e914359a77b8cc6c83e49743349/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part10.rar.html
https://rapidgator.net/file/3346e95e6ca141ae3d65f21ce5e0ffda/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part11.rar.html
https://rapidgator.net/file/dada16b8a370668cb406cad8f53a42a6/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part12.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/2AB0BE34F25DA4D/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part01.rar
https://nitroflare.com/view/D7BE0F640BA7178/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part02.rar
https://nitroflare.com/view/D50F2BEFA1ABB60/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part03.rar
https://nitroflare.com/view/8B5A8798D6CE2DD/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part04.rar
https://nitroflare.com/view/7E0E37A68EDC3A2/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part05.rar
https://nitroflare.com/view/CF2A838B30B42ED/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part06.rar
https://nitroflare.com/view/A86229330055C40/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part07.rar
https://nitroflare.com/view/63135B0A92480A6/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part08.rar
https://nitroflare.com/view/D7E4A31449FCF30/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part09.rar
https://nitroflare.com/view/9A36F00BF301FF7/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part10.rar
https://nitroflare.com/view/96FF6F0FF590A7A/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part11.rar
https://nitroflare.com/view/A1DC58D6CCF3F93/qdmem.Python.and.Generative.AI.for.Beginners..From.Scratch.part12.rar