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

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 13

  • @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.

  • @ajay0909
    @ajay0909 2 года назад +3

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

  • @sharmakartikeya
    @sharmakartikeya 2 года назад

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

  • @homataha5626
    @homataha5626 2 года назад +1

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

  • @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.

  • @zonglangfrancis9794
    @zonglangfrancis9794 Год назад

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

  • @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.

  • @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?

  • @avivlohit
    @avivlohit Год назад

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

  • @princekhunt1
    @princekhunt1 8 месяцев назад

    Nice explanation 👍

  • @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

  • @shafiqueahmedmemon7330
    @shafiqueahmedmemon7330 2 года назад

    Expecting some stuff on federated learning.

  • @ntpcltd8285
    @ntpcltd8285 2 года назад

    awesome