Vizuara
Vizuara
  • 326
  • 398 887
Vizuara Youtube Channel ML Roadmap | Transition to ML | Crack job interviews
In this video, we tell you about the best way to navigate our TH-cam channel with a goal of transitioning to machine learning for any of the following:
(1) Transitioning to ML as a complete beginner
(2) Getting a job as a ML engineer, ML Engineer, Data Scientist, GenAI specialist
(3) Applying to grad school and developing a strong ML profile.
Hope this is helpful!
มุมมอง: 336

วีดีโอ

Coding the 124 million parameter GPT-2 model
In this lecture, we code the entire 124 million parameter GPT-2 Model class in Python. This includes the following components: Token Positional embedding Transformer block Layer normalization Output layer We understand the theory, mathematical intuition and also do the coding for the entire implementation. After this lecture, you will have a firm understanding of how the entire GPT-2 architectu...
Listen to AI Papers as Podcasts: Google Illuminate
มุมมอง 18121 ชั่วโมงที่ผ่านมา
The field of AI is advancing rapidly. It becomes difficult to keep track of the recent developments and research papers. In this video, we go through a workflow which will help you to keep track of the most recent papers in AI which are getting traction. We also discuss an efficient way of reading the papers, in the format of audio podcasts.
What are Vector Databases?
มุมมอง 1672 ชั่วโมงที่ผ่านมา
In this video, we'll introduce the concept of vector databases and their role in modern data management. We'll begin by explaining what vectors and embeddings are, showing how they can represent complex data like text, images, or audio in a numerical format. We'll then explore the idea of vector similarity and how it allows us to find related information based on the "closeness" of these numeri...
What are token embeddings?
มุมมอง 2842 ชั่วโมงที่ผ่านมา
In this lecture, we will learn all about token embeddings: an essential step for Large Language Model (LLM) training. 0:00 Lecture agenda 3:35 What are token embeddings? 16:50 Hands on token embeddings demo 26:17 LLM Embedding Weight Matrix introduction 33:52 Coding Embedding Weight Matrix 41:27 Embedding matrix as a lookup table 48:32 Embedding layer vs neural network linear layer 55:09 Lectur...
Coding the entire LLM Transformer Block
In this lecture, we code the entire Transformer block in Python based on it’s 5 components: (1) Multi head attention (2) Layer normalization (3) Dropout layer (4) Feedforward neural network with GELU activation (5) Shortcut connections We understand the theory, mathematical intuition and also do the coding for the entire implementation. 0:00 Transformer block visualised 3:56 5 components of the...
Two Pointers Technique | Palindrome or Not | Two Sum II
มุมมอง 804 ชั่วโมงที่ผ่านมา
Two Pointers Technique | Palindrome or Not | Two Sum II
AI for Science Interview 2: Professor Roarke Horstmeyer | Duke University
มุมมอง 1117 ชั่วโมงที่ผ่านมา
This is the second video of the "AI for Science" segment that forms part of a larger Scientific Machine Learning educational initiative that we are working on with Vivek Karmarkar. This is a series in which we interview prominent researchers and scientists working at the intersection of science and artificial intelligence (AI) Vivek had a fascinating conversation with Roarke Horstmeyer, assista...
Two Sum | Leetcode 1
มุมมอง 1077 ชั่วโมงที่ผ่านมา
Two Sum | Leetcode 1
Scientific Machine Learning | 15-year old solved the battery degradation modeling challenge
มุมมอง 2.1K7 ชั่วโมงที่ผ่านมา
Meet Sharv, a 15-year young scientist. Sharv is one of the youngest persons to collaborate with Vizuara on an ML research project. When his dad reached out to us 3-4 months ago saying his son is interested in working with us on ML projects, we were not sure how much this collaboration would work out. But Sharv has far exceeded our expectations of what a high-schooler is capable of on multiple d...
Creating Input-Target data pairs using Python DataLoader
มุมมอง 3989 ชั่วโมงที่ผ่านมา
In this lecture, we will learn about creating input output pairs required for LLM training. To do this, we dive deeper into Dataset and DataLoaders in Python. We also learn about processing data in batches, parallel computing and the effect of stride in creating input-output batches. 0:00 Introduction 03:01 What are input-target pairs in LLMs? 13:30 Coding input-output pairs in Python 16:46 Wha...
Palindrome Permutation | Valid Anagram Leetcode
มุมมอง 7112 ชั่วโมงที่ผ่านมา
Palindrome Permutation | Valid Anagram Leetcode
R Lecture | Data Visualization 2 of 3| Bi-variate Graphs
มุมมอง 12112 ชั่วโมงที่ผ่านมา
In this video, we'll explore different types of bivariate graphs, including how to visualize categorical vs categorical, quantitative vs quantitative, and categorical vs quantitative data.
Generative AI for Absolute Beginners : Ethical Considerations of Generative AI
มุมมอง 4114 ชั่วโมงที่ผ่านมา
This video addresses the ethical considerations surrounding Generative AI. We’ll present key issues in a simple and accessible way for beginners, avoiding complex debates. For a more thorough exploration of these topics, check out our advanced playlist, "Generative AI: From Fundamentals to Deployment." Feel free to modify any of the descriptions to better fit your style! ✉️ Join our FREE Newsle...
AI for Science Interview 1: Dr Rachel Akeson, CalTech
มุมมอง 14614 ชั่วโมงที่ผ่านมา
This is the first video of the "AI for Science" segment that forms part of a larger Scientific Machine Learning educational initiative that we are working on with Vivek Karmarkar. This is a series in which we interview prominent researchers and scientists working at the intersection of science and artificial intelligence (AI) Vivek had a fascinating conversation with Rachel Akeson, the deputy d...
Frequency of Each Character in a Given String | Find All Duplicate Characters in String
มุมมอง 6014 ชั่วโมงที่ผ่านมา
Frequency of Each Character in a Given String | Find All Duplicate Characters in String
The GPT Tokenizer: Byte Pair Encoding
มุมมอง 41416 ชั่วโมงที่ผ่านมา
The GPT Tokenizer: Byte Pair Encoding
Generative AI for Absolute Beginners : Benefits and Limitations Generative AI
มุมมอง 5419 ชั่วโมงที่ผ่านมา
Generative AI for Absolute Beginners : Benefits and Limitations Generative AI
Dictionaries in Python | Data Structures and Algorithms
มุมมอง 4619 ชั่วโมงที่ผ่านมา
Dictionaries in Python | Data Structures and Algorithms
Koko Eating Bananas | | Leetcode 875 | Interview Prep Series
มุมมอง 10519 ชั่วโมงที่ผ่านมา
Koko Eating Bananas | | Leetcode 875 | Interview Prep Series
Multi Head Attention Part 2: Entire mathematics explained
Multi Head Attention Part 2: Entire mathematics explained
Multi Head Attention Part 1: Basics and Python code
Multi Head Attention Part 1: Basics and Python code
Number of Unique Characters in a Given String | Number of Vowels in a Given String | Pangram
มุมมอง 4321 ชั่วโมงที่ผ่านมา
Number of Unique Characters in a Given String | Number of Vowels in a Given String | Pangram
Python Sets | Set Methods
มุมมอง 7021 ชั่วโมงที่ผ่านมา
Python Sets | Set Methods
Causal Self Attention Mechanism | Coded from scratch in Python
Causal Self Attention Mechanism | Coded from scratch in Python
Generative AI for Absolute Beginners : Examples of Generative AI
มุมมอง 42วันที่ผ่านมา
Generative AI for Absolute Beginners : Examples of Generative AI
Code an LLM Tokenizer from Scratch in Python
มุมมอง 892วันที่ผ่านมา
Code an LLM Tokenizer from Scratch in Python
How to write an impactful SOP? By MIT, Purdue PhDs
มุมมอง 1.4Kวันที่ผ่านมา
How to write an impactful SOP? By MIT, Purdue PhDs
Transformers and LLM: History, Theory, Intuition and Implementation | By MIT, Purdue PhDs
มุมมอง 1.2Kวันที่ผ่านมา
Transformers and LLM: History, Theory, Intuition and Implementation | By MIT, Purdue PhDs
Generative AI for Absolute Beginners : Types of Generative AI
มุมมอง 185วันที่ผ่านมา
Generative AI for Absolute Beginners : Types of Generative AI

ความคิดเห็น

  • @varun9972
    @varun9972 8 ชั่วโมงที่ผ่านมา

    I have learned LLM from everywhere, first time got the proper answer, what's the exactly mean of LLM. That's incredible

  • @nitesh3671
    @nitesh3671 9 ชั่วโมงที่ผ่านมา

    Indeed your lecture series on ML is very informative, Could you please guide us , from where we should solve problems & projects to masters these concept?

  • @yashmishra8244
    @yashmishra8244 10 ชั่วโมงที่ผ่านมา

    great video, learn a lot about vector database

  • @saminyasar2888
    @saminyasar2888 11 ชั่วโมงที่ผ่านมา

    can you please provide me the slide ?

  • @nanaserwaanyarko7508
    @nanaserwaanyarko7508 11 ชั่วโมงที่ผ่านมา

    please when i do the command +shift+p it does not show python interpreter what should i do

  • @vikramganesh3095
    @vikramganesh3095 14 ชั่วโมงที่ผ่านมา

    It is amazing that you have kept a comprehensive syllabus for ML. It would be great if a playlist on Unsupervised Learning and RL is made.

  • @thefatcat-hd6ze
    @thefatcat-hd6ze 14 ชั่วโมงที่ผ่านมา

    Really enjoying your videos, great work 👍

  • @gopichand5717
    @gopichand5717 15 ชั่วโมงที่ผ่านมา

    Thank you sir for taking for your time and sharing these all and that to free❤

  • @ssrini2002
    @ssrini2002 19 ชั่วโมงที่ผ่านมา

    This is crazy! Thanks for the idea!

  • @loveUbleach4ever
    @loveUbleach4ever 19 ชั่วโมงที่ผ่านมา

    Woah this is so nice, I really appreciate the effort.

  • @user-cy6dv3ks3y
    @user-cy6dv3ks3y วันที่ผ่านมา

    what if we are CS Majors and don't have any domain specific knowledge..can you please mention email as it was not clear in the video

  • @sqlsql4304
    @sqlsql4304 วันที่ผ่านมา

    Very well explained, 99% concepts got cleared

  • @Omunamantech
    @Omunamantech วันที่ผ่านมา

    Thank You For This Amazing Lecture Sir :D

  • @HarlivSingh11
    @HarlivSingh11 วันที่ผ่านมา

    Amazing lecture

  • @tripchowdhry6124
    @tripchowdhry6124 วันที่ผ่านมา

    Spectacular - regarding vector embedding you said we can train a neural Nework to create token embedding… is this process running on cpu or GPU and how are computational needs for this process vs. trading of LLM

  • @akhashv3798
    @akhashv3798 วันที่ผ่านมา

    Really good sir

  • @a.k.aproxi5442
    @a.k.aproxi5442 วันที่ผ่านมา

    amazing lecture, everything u taught in this was very clear !

  • @RockStar-vx8ec
    @RockStar-vx8ec 2 วันที่ผ่านมา

    Thank you, amazing lecture 👍

  • @suryanshkumar1898
    @suryanshkumar1898 2 วันที่ผ่านมา

    Amzaing lecture.....The lecture just finished so smoothly......studied this topic 3-4 months ago but clearly understood it today...... Thank You sir for providing these amazing lectures for free

  • @helrod6131
    @helrod6131 2 วันที่ผ่านมา

    nice presenting skills. had not touched Python in a while. This was a nice 'set' refresher.

  • @helrod6131
    @helrod6131 2 วันที่ผ่านมา

    this is gold. and you are right. No one really covers this stuff in detail and in very intuitive way. I still need to replay but it sinks in because you cover the key details.

  • @aakashprasadshah202
    @aakashprasadshah202 2 วันที่ผ่านมา

    Just came across this wonderful playlist ,I have been started following your playlist for 2 days and i must say you are true genius I already have good understanding of ml but going through your videos make my understanding more clear and making it simple it also motivate me to think out of box. Thank you sir

  • @helrod6131
    @helrod6131 2 วันที่ผ่านมา

    I think the minute 36 minute mark addressing "stride" the different color ink made it a bit confusing but I think I got it. I take it that the context size should never be less than the slide amount? Thx.

  • @srikanthkumar4273
    @srikanthkumar4273 3 วันที่ผ่านมา

    What is the email, that we can brainstorm ??

  • @damakoushik3606
    @damakoushik3606 3 วันที่ผ่านมา

    TANKQ SIR FOR GIVEN YOUR TIME TO US AND PLEASE SHARE WHITE BOARD SIR WE CAN IT CAN BE HELPFUL FOR BETTER UNDERSTANDING AFTER PRATICISE

  • @helrod6131
    @helrod6131 3 วันที่ผ่านมา

    These are recorded, so the pace is fine with me. However, I will make sure I try to keep up so I don't feel overwhelmed. I will need to watch this lecture again. The nuances of byte pair encoding based on frequency didn't fall in place for me. Understood in concept but I want to go beyond understanding. I got the book, but will the lecture notes be made available?

  • @brogamer3397
    @brogamer3397 3 วันที่ผ่านมา

    It's my 1st time hearing of a Universal differential equation

  • @helrod6131
    @helrod6131 3 วันที่ผ่านมา

    This series of lectures is highly underrated. It looks under the hood in an easy to understand manner unlike so many other courses out there.

  • @pathtoriseandthrive
    @pathtoriseandthrive 3 วันที่ผ่านมา

    Can you please share document for the links

  • @Md.SaifMahamud
    @Md.SaifMahamud 3 วันที่ผ่านมา

    Why do we need to check the optimal value of k? We will get a good result if we always use a high value of K.

  • @nerciachambule4213
    @nerciachambule4213 3 วันที่ผ่านมา

    22:55 Sir, when I go to the “Terminal” is telling me that “Python was not found” how can I deal with this? 😢

  • @aseemasthana4441
    @aseemasthana4441 4 วันที่ผ่านมา

    Thank you for creating this fantastic playlist!!

    • @vizuara
      @vizuara 3 วันที่ผ่านมา

      Welcome!

  • @tripchowdhry6124
    @tripchowdhry6124 4 วันที่ผ่านมา

    Another exceptional class … Just fabulous

  • @arslanjutt4282
    @arslanjutt4282 4 วันที่ผ่านมา

    Sir if you share slides and all other resources that are used it's very helpful. We appreciate your efforts thanks sir.

  • @tripchowdhry6124
    @tripchowdhry6124 4 วันที่ผ่านมา

    Why is there a trend to large context length … What are the trade offs large context windows vs small context length … how is context lenght relation to model size

  • @Omunamantech
    @Omunamantech 4 วันที่ผ่านมา

    Thank you, sir, for this amazing lecture :D, However, I'm a bit confused at 37:44. I noticed that in the loop, the input chunks and the target chunks are changing with each iteration. So, in the end, will we only have the last part? So what's the whole point??

  • @user-zm7by5rc5y
    @user-zm7by5rc5y 4 วันที่ผ่านมา

    Really looking forward to this!

  • @sagarshrestha9661
    @sagarshrestha9661 5 วันที่ผ่านมา

    Thank you so much. I can't express my happiness within this comment, but my happiness is beyond infinity. I was always wondering about gaining the in-depth concept of neural network and implementation on the project, in which you guys had covered all of its minor details to the perfectualization. Hats off to Dr. Raj Dandekar and to the Team. None of the ML courses had covered this much detail . You guys deserve a huge respect. I would like to request if you could make the tutorial over the data visualization before creating the ML model such as heatmap, scatterplot, pairplot and others.

  • @bobaGogo
    @bobaGogo 5 วันที่ผ่านมา

    I've been following this tutorial very closely, absolutely amazing!

  • @Md.SaifMahamud
    @Md.SaifMahamud 5 วันที่ผ่านมา

    When the value of K is high, the overall time complexity will be increased. How to decrease this complexity. Is there any way to decrease time complexity as well as get the best output?

  • @padmanabhannamboothiri5314
    @padmanabhannamboothiri5314 5 วันที่ผ่านมา

    Good Class

  • @reshmithampy
    @reshmithampy 5 วันที่ผ่านมา

    070924 34:08

  • @user-ns3ip9ub1c
    @user-ns3ip9ub1c 5 วันที่ผ่านมา

    One interesting fact: "The quick brown fox jumps over the lazy dog" contains all 26 letters of English Alphabet

  • @256sindhureddy9
    @256sindhureddy9 5 วันที่ผ่านมา

    Very nice

  • @dope166
    @dope166 5 วันที่ผ่านมา

    God Tier Explanation. This is exactly what I have been searching for since the past month

  • @clementasare5781
    @clementasare5781 6 วันที่ผ่านมา

    I am happy for you, Dr. Raj. This is really inspirational, thanks a lot.

  • @Techiiot
    @Techiiot 6 วันที่ผ่านมา

    Hi, from where can I access the lecture notes? It would be great if you could share the lecture notes so that we can go through them after the class.

  • @reshmithampy
    @reshmithampy 6 วันที่ผ่านมา

    060924

  • @siddharthpatel_IITKgp
    @siddharthpatel_IITKgp 6 วันที่ผ่านมา

    why we are not calculating information gain and directly selecting root based on entropy?

  • @siddharthpatel_IITKgp
    @siddharthpatel_IITKgp 6 วันที่ผ่านมา

    why don't you consider age as a root?