52b - Understanding Gaussian Mixture Model (GMM) using 1D, 2D, and 3D examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025
  • Code generated in the video can be downloaded from here:
    github.com/bns...
    Want to learn about the basics of GMM and how to use it for image segmentation: • 52 - What is GMM and h...

ความคิดเห็น • 13

  • @ajay0909
    @ajay0909 2 ปีที่แล้ว +3

    I feel like implementing everything you share with us, thank you for making me all new stuff. Thank you sir.

  • @bryanlaygond
    @bryanlaygond ปีที่แล้ว +1

    FOR THOSE CONFUSED with x_axis in the 1D case, the reason he sorts them is just to create a general range of x values to plot the gaussians. It has nothing to do with the original x. With his method, yes, there will be multiple (x, pdf(x)) points unnecessarily repeated and plotted multiple times; and that's ok. Another alternative could have been just to find the max and min value within x and then define x_axis = np.linspace(x_min, x_max, num=1000), which creates 1000 divisions from x_min to x_max.

  • @sharmakartikeya
    @sharmakartikeya 2 ปีที่แล้ว

    Hello Sir!
    I am leaving this comment to say that I love your work and have learnt a lot from it.

  • @livan3li08
    @livan3li08 2 ปีที่แล้ว +1

    i loved your courses so much.❤❤❤ Thank you veryyyy much sharing your knowledge for free through these course videos. i searched on udemy and couldnt find as much as extensive your one.

  • @Ajaysharma-yv7zp
    @Ajaysharma-yv7zp 2 ปีที่แล้ว

    Thank you sir.
    Sir, i am wandering the right way to get dice loss, IOU after postprocessing of segmented images.

  • @zonglangfrancis9794
    @zonglangfrancis9794 ปีที่แล้ว

    Is there any tools for modeling stellar images as a mixture of moffat functions?

  • @homataha5626
    @homataha5626 2 ปีที่แล้ว +1

    hello,
    thank you for the series.
    I was wondering if you plan to do a tutorial on the diffusion model?

  • @avivlohit
    @avivlohit ปีที่แล้ว

    I am using GMM for Keypoints, you have any advice to visualisation it?

  • @Computer-Science-researching
    @Computer-Science-researching 2 ปีที่แล้ว

    Hello dr. Please I have a question about this algorithm.
    Can I use GMM to segmentation medical images (color images)?
    Which is better fcm or gmm in color medical image segmentation?

  • @AmitGupta-lx9wy
    @AmitGupta-lx9wy 8 หลายเดือนก่อน

    Hi Digitalsreeni !
    Nice explanation! I have a similar kind of project subtract the background from the image using the constructed Gaussian Mixture model and required a neural network model. I have my own image data and budget of my project is $100 - $125 USD. Since I dont know much about ml so I need your help. I need this project urgent. Can you do this ? Please suggest me

  • @princekhunt1
    @princekhunt1 9 หลายเดือนก่อน

    Nice explanation 👍

  • @shafiqueahmedmemon7330
    @shafiqueahmedmemon7330 2 ปีที่แล้ว

    Expecting some stuff on federated learning.

  • @ntpcltd8285
    @ntpcltd8285 2 ปีที่แล้ว

    awesome