StatQuest: t-SNE, Clearly Explained

Поділитися
Вставка
  • Опубліковано 11 чер 2024
  • t-SNE is a popular method for making an easy to read graph from a complex dataset, but not many people know how it works. Here's the inside scoop.
    Here’s how to create a t-SNE graph in R (this is copied from the help file for Rtsne)…
    library("Rtsne")
    iris_unique <- unique(iris) # Remove duplicates
    iris_matrix <- as.matrix(iris_unique[,1:4])
    set.seed(42) # Set a seed if you want reproducible results
    tsne_out <- Rtsne(iris_matrix) # Run TSNE
    Show the objects in the 2D tsne representation
    plot(tsne_out$Y,col=iris_unique$Species)
    This StatQuest is based on the original t-SNE manuscript, and it's not super hard to read (especially if you understand the general idea of how it works): lvdmaaten.github.io/publicati...
    For a complete index of all the StatQuest videos, check out:
    statquest.org/video-index/
    If you'd like to support StatQuest, please consider...
    Buying The StatQuest Illustrated Guide to Machine Learning!!!
    PDF - statquest.gumroad.com/l/wvtmc
    Paperback - www.amazon.com/dp/B09ZCKR4H6
    Kindle eBook - www.amazon.com/dp/B09ZG79HXC
    Patreon: / statquest
    ...or...
    UA-cam Membership: / @statquest
    ...a cool StatQuest t-shirt or sweatshirt:
    shop.spreadshirt.com/statques...
    ...buying one or two of my songs (or go large and get a whole album!)
    joshuastarmer.bandcamp.com/
    ...or just donating to StatQuest!
    www.paypal.me/statquest
    Lastly, if you want to keep up with me as I research and create new StatQuests, follow me on twitter:
    / joshuastarmer
    0:00 Awesome song and introduction
    1:19 Overview of what t-SNE does
    2:24 Overview of how t-SNE works
    4:12 Step 1: Determine high-dimensional similarities
    9:26 Step 2: Determine low-dimensional similarities
    10:33 Step 3: Move points in low-d
    11:05 Why the t-distribution is used instead of the normal distribution
    Corrections:
    6:17 I should have said that the blue points have twice the density of the purple points.
    7:08 There should be a 0.05 in the denominator, not a 0.5.
    #statquest #tsne

КОМЕНТАРІ • 739

  • @statquest
    @statquest  4 роки тому +63

    Corrections:
    6:17 I should have said that the blue points have twice the density of the purple points.
    7:08 There should be a 0.05 in the denominator, not a 0.5.
    Support StatQuest by buying my book The StatQuest Illustrated Guide to Machine Learning or a Study Guide or Merch!!! statquest.org/statquest-store/

    • @linweitao6470
      @linweitao6470 4 роки тому +1

      Thanks very much for the informative lecture and it is really helpful. UMAP is more and more popular now, could you explain it and compare with tSNE as well? Thanks in advance.

    • @statquest
      @statquest  4 роки тому +5

      @@linweitao6470 I should have a UMAP StatQuest ready in a few weeks. I'm working on it right now.

    • @linweitao6470
      @linweitao6470 4 роки тому +1

      @@statquest Thanks again!

    • @CompBioQuest
      @CompBioQuest 4 роки тому +2

      @@statquest UMAP is great, I dont know if it is more popular. There are more stringent reductions out there like ICA. I wonder the thoughts of Josh about it?

    • @statquest
      @statquest  4 роки тому +2

      @@CompBioQuest I guess it largely depends on the field. Right now, genetics and molecular biology are going bonkers over UMAP. However, ICA is very interesting. Thanks to your question, I found this article which is fascinating: gael-varoquaux.info/science/ica_vs_pca.html

  • @abdulgadirhussein2244
    @abdulgadirhussein2244 4 роки тому +74

    I am always blown away by how you make statistics & machine learning algorithms so simple to understand and how you graciously share your knowldege. Keep up the great work man, you are awesome!

    • @statquest
      @statquest  4 роки тому +1

      Thank you very much! :)

  • @user-hb2fj3hx2w
    @user-hb2fj3hx2w 3 роки тому +16

    Whenever I find statistics technique I have never seen in scientific article, I always visit your channel. Thanks a lot!!

  • @douglasaraujo9763
    @douglasaraujo9763 3 роки тому +92

    As entertaining as watching a Walt t-SNE movie!

    • @statquest
      @statquest  3 роки тому +13

      You made me laugh out loud! BAM! :)

    • @arenashawn772
      @arenashawn772 4 місяці тому

      Best stat-word-play of the year! 😂

  • @kass8036
    @kass8036 6 років тому +234

    I never knew machine learning could be as simple as... BAM

    • @thomasrad6296
      @thomasrad6296 3 роки тому +1

      Thats like the most important lesson.

    • @namimiable
      @namimiable 3 роки тому +2

      Double bam 💥

    • @kalyanben10
      @kalyanben10 3 роки тому +3

      Just a random comment so that someone can say triple bam

    • @kass8036
      @kass8036 3 роки тому +4

      Triple bam 💥

    • @birenpatel894
      @birenpatel894 3 роки тому +3

      hurayyyy we have made it to the END !!!

  • @edridgedsouza1170
    @edridgedsouza1170 3 роки тому +52

    "This is Josh Starmer, and you're watching Tisney Channel!"

  • @veronikaberezhnaia248
    @veronikaberezhnaia248 2 роки тому +11

    I regret I can't put 1000 likes! I read about 20 articles about t-SNE, they are similar to one another, almost identical - and they don't get me closer to the point. But your video - I watched it 4 times (because the topic is hard, at least for me) with making some and drawing - but finally I understand how it works, up to the point that I can explain it to someone else. So many thanks to you!

    • @statquest
      @statquest  2 роки тому

      HOORAY!!! TRIPLE BAM! I'm glad the video was helpful. BAM! :)

  • @jjlian1670
    @jjlian1670 4 роки тому +12

    Josh is so far my favorite UA-camr that is able to explain complex stats concepts so smoothly.

    • @statquest
      @statquest  4 роки тому +1

      Thank you so much! :)

  • @gustavomorais4489
    @gustavomorais4489 3 роки тому +13

    I never leave comments, but I really feel the need to thank you for being able to explain this in such a simple way

  • @atakanekiz
    @atakanekiz 5 років тому +269

    Great explanations! Can you please do a video explaining UMAP and potentially how it compares to t-SNE? Thanks!

  • @gayathrikurada3315
    @gayathrikurada3315 4 роки тому +5

    Josh.. Your explanation is always "simple and easy to understand" even for layman.You are simply "The life Saviour" !!!
    Thank you so much :)

    • @statquest
      @statquest  4 роки тому +1

      Hooray! I'm glad my video was helpful. :)

  • @OnSightNoMore
    @OnSightNoMore 4 роки тому +7

    It's impressive how you managed to explain the essential concepts of this chain of algorithms in such a clear way! I'm sharing this video with my beginner fellows, who normally flee as soon as I say words like nearest-neighbor or stochastic.
    Thank you very much!

    • @statquest
      @statquest  4 роки тому

      Thank you very much! :)

    • @willykitheka7618
      @willykitheka7618 2 роки тому +2

      🤣🤣🤣🤣it's that terrifying?!? Barbara Oakley in her book, "a mind for numbers" called them zombies🤣🤣🤣

  • @ramnarasimhan1499
    @ramnarasimhan1499 6 років тому +1

    Fantastic video. I really appreciate all the slides that you made to get the animation effect. It really helped. Possibly the best explanation of t-SNE around. Keep up the good work.

  • @RezaRob3
    @RezaRob3 4 роки тому +3

    I'm writing this comment while having watched only half way into this video, which is pretty unusual for me!
    It is so clearly explained! I once glanced at the t-SNE paper and didn't understand it. If this is what it does then this is how things like this should be explained!
    Really, we need people explaining science like this! It's possible to read scientific papers, but what they fail to do is properly communicate the core idea to the reader so that the reader quickly grasps the big picture and the intent of the mathematical details without getting lost in the details.
    Frequently, even a missing definition can make reading papers much harder for non experts.

    • @statquest
      @statquest  4 роки тому +1

      I'm glad you liked this video so much! :)

  • @thedrunkprogrammer1474
    @thedrunkprogrammer1474 4 роки тому +1

    I really can't appreciate you enough for your videos.
    Books and blogs only make sense after I watch your videos!

    • @statquest
      @statquest  4 роки тому

      Thank you very much! :)

  • @srishtikumar5544
    @srishtikumar5544 4 роки тому +1

    Excellently explained! I really like your simple, clear, concise explanation - those 3 factors make a world of difference. And, great animations.

  • @snackbob100
    @snackbob100 4 роки тому +4

    Josh, i literally love your videos, they are really helping me get through my ADV CS degree. I am going to buy one of your shirts, and wear it on campus as a thank you!

    • @statquest
      @statquest  4 роки тому +1

      That would be awesome!!! Thank you very much! :)

  • @ImmutableHash
    @ImmutableHash 6 років тому

    Awesome explanation, thank you so much! I read a few papers/books multiple times and barely have a clue, but with your vid I understand the concept just by watching it once!

  • @nikhilgoparapu8183
    @nikhilgoparapu8183 3 роки тому +2

    Very clearly explained!
    Loved the way you explained such a complicated concept so intuitively.
    Thank you.

  • @DoanQuocHoan
    @DoanQuocHoan 3 роки тому +3

    I was so confusing about t-SNE until I watched this. It's clear and very easy to understand! Thank you! Like your BAM. :D

  • @chauphamminh1121
    @chauphamminh1121 5 років тому

    You make a complex idea becomes so simple and understanding ! Great video. Thanks a lot

  • @Ravi5ingh
    @Ravi5ingh 4 роки тому +1

    It's rare to come across such a brilliant explanation.

  • @sarangak.mahanta6168
    @sarangak.mahanta6168 2 роки тому +1

    The only educational channel which brings a smile to my face.

  • @bright1402
    @bright1402 6 років тому

    This is the best video for t-SNE that I have ever seen. Thanks a lot, man

  • @octour
    @octour 5 років тому

    Thanks for such a clear explanation. You know, your channel already in the top list for me and very soon I'll watch all your videos..

  • @parvezrafi4098
    @parvezrafi4098 6 років тому

    Thanks a lot. I really struggled to understand the concept first time I came across it in a book. Your video helped a lot. Great job!

  • @sagar_bro
    @sagar_bro 4 роки тому +4

    I just love the way you start all your videos! Stat-Questtttttt :)

  • @nanopore-sequence
    @nanopore-sequence 4 роки тому +5

    I am a student in Japan.
    I'm not good at English, but it was very easy to understand and I learned a lot:)

  • @lilmoesk899
    @lilmoesk899 6 років тому

    Great as always. I've heard of t-SNE before, but this was my first real introduction to it. Definitely want to go look at some more resources now.

  • @abhaymathur9332
    @abhaymathur9332 5 років тому

    this is such an awesome explanation of tsne that i dont need to watch any other video or read any other website/book. I dont think there can be a better explanation. Superlike.

  • @jannelis2845
    @jannelis2845 5 років тому +2

    Very well explained ! Your video was recommended to us by our professors at ETH-Zürich.:)

  • @scifimoviesinparts3837
    @scifimoviesinparts3837 3 роки тому +1

    The Best tutorial and explanation for TSNE so far! It's of great help! Thanks a lot!

  • @shanthinagasubramanian2866
    @shanthinagasubramanian2866 2 роки тому +1

    Very nice way of teaching ! ML concepts CLEARLY EXPLAINED and BAM adds lot of curiosity in the videos :) Thanks for your videos. And not to forget your songs are really nice :)

  • @simonandrews5604
    @simonandrews5604 5 років тому

    Incredibly helpful and well presented. Thank you.

  • @redaaitouahmed8250
    @redaaitouahmed8250 4 роки тому +2

    Super Mega BAM !! So great at what you do as always ... Tons of love sent your way ! Keep up the amazing work :D

  • @pierrefoidart5368
    @pierrefoidart5368 3 роки тому

    Thanks a lot!! These videos are much more clear than any article!
    A video explaining UMAP (related to t-SNE) would be awesome !

    • @statquest
      @statquest  3 роки тому

      I'm working on UMAP. For now, however, know that it is almost 100% the same as t-SNE. The differences are very subtle.

  • @benw4361
    @benw4361 5 років тому +1

    Love the vid. I was wondering how tsne works and you broke it down great and the explanation for the t distribution was short and to the point.

  • @camilaarcu2254
    @camilaarcu2254 3 роки тому +1

    You are incredible, Josh Starmer!! I loved this

  • @NirajKumar-hq2rj
    @NirajKumar-hq2rj 6 років тому

    excellent explanation , this intuition helps to follow maths behind t-SNE

  • @abarnaabalakrishnan1862
    @abarnaabalakrishnan1862 6 років тому

    VERY CLEAR EXPLANATIONS :) THANK YOU FOR ALL YOUR VIDEOS

  • @imamalva5603
    @imamalva5603 3 роки тому +1

    you are the hero, keep explaining complex thing into simple. thankss

  • @saiakhil4751
    @saiakhil4751 3 роки тому +3

    Why I couldn't stop bamming the like button??!! You're the best Josh!!

  • @markcoffer9290
    @markcoffer9290 5 років тому +1

    Well done! I would love to see videos on handling data outliers for regressions. Thanks!

  • @UxJoy
    @UxJoy 4 роки тому +1

    Dude this is super clear. Love the content! BAM

    • @statquest
      @statquest  4 роки тому

      Thank you very much! :)

  • @axeleriksson8978
    @axeleriksson8978 6 років тому +46

    Hey, love your videos!
    Just a typo but it should be 0.05 on the values to the right at 07:19. Confused me for a second so might clear things up for others.

  • @soumitachel3844
    @soumitachel3844 3 роки тому +1

    Hello Josh, thank you for coming with such incredible videos. Data scientist’s life becomes easy.😬

    • @statquest
      @statquest  3 роки тому

      Thank you! :)

    • @soumitachel3844
      @soumitachel3844 3 роки тому

      StatQuest with Josh Starmer Hi a request to do a tutorial of UMAP.

  • @p.b.3697
    @p.b.3697 4 роки тому +1

    Thank you very much Josh . You made it easier to understand.

    • @statquest
      @statquest  4 роки тому

      Hooray! I'm glad the video was helpful! :)

  • @leixiao169
    @leixiao169 4 роки тому

    your explanation is very very good! thanks!!!

  • @goeCK
    @goeCK 5 років тому +2

    Came here for understanding the t-SNE plots used in single cell transcriptomics - which I finally did, thanks! Overall, you helped me out already plenty of times!
    To display cells in during cell fate transition/acquisition e.g. different time points during neurodevelopment, often pseudo-temporal ordering is used.
    Since scRNA seq is becoming more and more popular, this might be a good next topic

    • @erazael
      @erazael 5 років тому

      Same here, and I did not expect to understand so fast and clearly!

  • @vishnumuralidharan9858
    @vishnumuralidharan9858 Рік тому +2

    Hi Josh, I can't thank you enough for how much I have benefitted from your videos even though I do data science as part of my day job. Thank you so much for sharing your knowledge!
    One request for a video: could you do a video of when to use which methods / models in a typical data science problem? Much appreciated.

  • @iamsiddhantsahu
    @iamsiddhantsahu 6 років тому

    Nice explanation of t-SNE for beginners.

  • @alexeilazarev9576
    @alexeilazarev9576 5 років тому +1

    Amazing explanation! Thank you!

  • @mic9657
    @mic9657 Рік тому +1

    Amazing work! perfectly explained!!!

  • @veeek8
    @veeek8 Рік тому +1

    Brilliant explanation, this has been bugging me all day, thank you!!

  • @alvarovs89
    @alvarovs89 Рік тому +1

    Just hear about t-SNE and I did not quite understand how it works so I crossed my fingers hoping that josh did a video of this and of course he did!! haha
    I have my popcorn ready to enjoy this video :)

  • @daivazian
    @daivazian 5 років тому +1

    Fantastic explanation and comments. Thanks so much!

    • @statquest
      @statquest  5 років тому

      Thank you!! I'm glad you like the video. :)

  • @HR-yd5ib
    @HR-yd5ib 6 років тому +19

    Excellent video! Perhaps you could add another video where you go through the actual algorithm and how the moves is actually computed.

  • @deepika3389
    @deepika3389 3 роки тому +1

    Kudos, I understood so effortlessly....tripple BAM!!!

  • @kpuano
    @kpuano 6 років тому

    Very clear explanations, thanks a lot!

  • @carlosalfonso5829
    @carlosalfonso5829 6 років тому +1

    OH God, this is a great explanation, as Radel mention below, it would be nice to have an extended video of the algorithm as the one from PCA!!

    • @statquest
      @statquest  6 років тому

      Thank you! Yes, one day I'll break the actual equations down and do "step-by-step" explanation of t-SNE.

    • @niteshturaga
      @niteshturaga 5 років тому

      Looking forward to this.

  • @Elmirgtr
    @Elmirgtr 5 років тому +6

    Your speak like Kevin from The Office. Great explanation, thanks a lot:)

  • @hulaalol
    @hulaalol 3 роки тому +1

    thank you so much for this nice explanation. will help me a lot in my exams

  • @Kmysiak1
    @Kmysiak1 4 роки тому +1

    This explanation almost makes tSME sound like a clustering technique not a reduction technique..... That said, this was by far the best explanation I've heard to date.

    • @statquest
      @statquest  4 роки тому

      That's a good observation. In many ways t-SNE is a hybrid method that reduces dimensions by clustering.

    • @Kmysiak1
      @Kmysiak1 4 роки тому +1

      @@statquest Now if you can explain how to interpret a tSME plot. This would help immensely as it's virtually impossible to determine the correct perplexity number without understanding how to interpret the plot. This seems like one of those "blackbox" methods which we just trust. Keep up the great work!

  • @somethingandapie
    @somethingandapie 5 років тому +1

    Subscribed because that intro gave me life!

  • @abcdefghi2650
    @abcdefghi2650 2 роки тому +1

    Great videos! Great channel! Big thumbs UP!

  • @Bedivine777angelprayer
    @Bedivine777angelprayer Рік тому +1

    Thanks really great videos understood concepts so well

  • @thoniageo
    @thoniageo 3 роки тому +1

    i am a huge fan of this channel! greetings from brazil ^^

  • @MathPhysicsFunwithGus
    @MathPhysicsFunwithGus 8 місяців тому +1

    This is a great explanation thank you!

    • @statquest
      @statquest  8 місяців тому +1

      Glad you enjoyed it!

  • @tuongminhquoc
    @tuongminhquoc Рік тому +1

    Thank you. I am not sure if you remember me from the PCA video. I have a job now. My job do not have high salary, but I could now support you by donating and thank you now. 😊

    • @statquest
      @statquest  Рік тому +1

      WOW! Thank you so much. And congratulations on getting a job!!! HOORAY!!! TRIPLE BAM! :)

    • @tuongminhquoc
      @tuongminhquoc Рік тому +1

      @@statquest Keep doing great work sir! Also, it would be great if you could make a video about the comparation between clustering methods. 😁

    • @statquest
      @statquest  Рік тому +1

      @@tuongminhquoc Thanks and I'll keep that in mind!

  • @RajeshSharma-bd5zo
    @RajeshSharma-bd5zo 3 роки тому +1

    One word reaction after watching this video --> AWESOME!!

    • @statquest
      @statquest  3 роки тому

      Thank you so much 😀!

  • @rafael.feitosa
    @rafael.feitosa 5 років тому

    Great explanation! Congratulations!

  • @carlmemes9763
    @carlmemes9763 2 роки тому +1

    Thanks for this wonderful video❤️

  • @prateekyadav7679
    @prateekyadav7679 3 роки тому

    I never thought I'd not understand a statquest video! :(

    • @statquest
      @statquest  3 роки тому

      Bummer. What time point was confusing?

  • @davidm7765
    @davidm7765 2 роки тому +1

    Excellent work, thank you !!

  • @cofud90
    @cofud90 5 років тому +1

    A great one! Easy to follow easy to understand ❤️ i love the BAM ahahahahah

  • @rgarthwood3881
    @rgarthwood3881 5 років тому +20

    "Clearly Expalined" indeed!

  • @zhenyishen5102
    @zhenyishen5102 6 років тому

    Great video! This video helped me a lot

  • @sandipansarkar9211
    @sandipansarkar9211 3 роки тому +1

    great explanation especially for beginners.Thanks

  • @trevorcousins
    @trevorcousins 4 роки тому +1

    Fantastic video! Thanks so much

  • @IslamEldifrawi
    @IslamEldifrawi 2 роки тому +1

    Thanks a million for this masterpiece !!!

  • @BusinessScience
    @BusinessScience 5 років тому +2

    Hey, love your videos! We are actually using it to help explain key concepts in our application-focused courses. I'd love to see UMAP (similar to t-SNE), which is a bit more scalable.

    • @statquest
      @statquest  5 років тому +3

      Thank you so much! It's on the to-do list. :)

    • @BusinessScience
      @BusinessScience 5 років тому +1

      @@statquest Awesome! I'm using your content in my courses - Students love it. PCA, K-Means, & t-SNE. Will be using your ML videos as well. Your explanations are the best!

  • @chaitanyakulkarni243
    @chaitanyakulkarni243 2 роки тому +2

    Wish I could *Triple Bam* like this video! Such a simple explanation. Thanks a lot Josh :-)

  • @precisionimmunologyincubat2315
    @precisionimmunologyincubat2315 4 роки тому +2

    Thank you so much! Right now everyone in our department (Systems Genetics at NYU Langone) is using UMAP. There aren't many great videos about it - it would be awesome if you could help us understand what all the hype is about!

    • @statquest
      @statquest  4 роки тому +2

      UMAP is on the to-do list. I hope to get to it in the spring.

  • @ShubhamMajmudar
    @ShubhamMajmudar 5 років тому +1

    Made it look real simple.. thanks!

  • @techwellness6142
    @techwellness6142 4 роки тому +1

    Excellent Explaination. Tripple BAM !!!

  • @petersu4869
    @petersu4869 3 роки тому +2

    "Bam, I made that terminology up" :D :D , great vid, keep up the good work.

  • @sudo-codm
    @sudo-codm Рік тому +1

    I need to watch 3 more times to fully understand. TRIPLE BAM!!!

  • @jamesang7861
    @jamesang7861 5 років тому

    the only info that's stuck clearly in my head in BAM..

  • @abhijitkumbhar1
    @abhijitkumbhar1 11 місяців тому +1

    Difficult concept made so simple. Just brilliant!!!!

    • @statquest
      @statquest  11 місяців тому

      Thanks a lot 😊!

  • @sibinh
    @sibinh 6 років тому

    Very clear explanation, BAM :)

  • @reedayoungblood
    @reedayoungblood 3 роки тому +2

    Great video - thank you! One small insertion that I think would improve it: at ~2:07, right after showing what projecting on to the X or Y axis would look like, show one more example of projecting onto an arbitrary line to try to retain as much variance as possible (basically PCA). I think this could be done in 15-20 seconds, and would be helpful in comparing t-SNE to one of its most popular alternatives, which is helpful in deciding *when* to use an algorithm - one of the hardest things for beginners like myself.

  • @l.pineau4709
    @l.pineau4709 5 років тому +2

    Thanks a lot, TRIPLE BAM for you!

  • @Tony-Man
    @Tony-Man 2 місяці тому

    Hi Josh, quality content! This channel continuously helps me to understand the idea behind so that the dry textbook explanations actually make sense. I still have a question. When you calculate the unscaled similarity score, how do you exactly determine the width of your guassian? I get it in the example that we already know the cluster. If I only want to visualize the data without having pre-defined clusters, what happens then?

    • @statquest
      @statquest  2 місяці тому

      I talk more about the details of t-SNE and how it works in my videos on UMAP: ua-cam.com/video/eN0wFzBA4Sc/v-deo.html and ua-cam.com/video/jth4kEvJ3P8/v-deo.html

  • @rezar7486
    @rezar7486 6 років тому

    thanks a lot, this video was very helpful

  • @rajarshimaity1223
    @rajarshimaity1223 Рік тому +1

    Great explainations!

  • @wolfgangouille
    @wolfgangouille 2 роки тому +1

    Thanks for expalining this.

  • @Chinukapoor
    @Chinukapoor 5 років тому

    Great Video. Thanks StatQuest! One question, in your computation of the similarity scores, you have taken a normal distribution etc. But would be correct if the computation is done through Euclidean distance or some other distance formulae?

    • @autodidactengineer5073
      @autodidactengineer5073 4 роки тому

      The distance between any two vectors can be calculated by taking the length/magnitude/euclidian norm of the difference of two vectors. This is the same as the distance formula in R^2. For example, here are 2 points (1, 3) and (5,2). The difference in the x axis is -4 and in the y axis 1. The distance is the square root of the sum of squares; sqrt((-4)^2+1^2)=sqrt(17). This can be generalized to R^n by defining two R^n vectors a and b. distance = ||a - b|| = ||b - a|| = sqrt( (a_1 - b_1)^2 + … + (a_n - b_n)^2 )
      Note that when these distances are plotted on a normal distribution. There won’t be a value which would be lower than the mean since the distance is the absolute value of the relative distance between two points. This results in only points to the right of the mean and having points in different clusters not close to each other falling close to each other on the number line since their absolute distances are the same. A signed distance can be computed by doing a - b or b - a without squaring the differences nor taking its square root.
      The minor difference of getting a negative or positive signed “distance” doesn’t change how the distance will be used apart of t-SNE. This is because the points being plotted on a number line is ultimately a means to getting the likelihood of the data point when a fixed point is at the center. The normal distribution is symmetrical to the left and right of this mean, so the y-axis or likelihood value will be the same regardless of whether a point is -1 or 1 units away from the mean.

  • @nathalychicaizacabezas3055
    @nathalychicaizacabezas3055 3 роки тому +1

    I am at the intro and love it already!

  • @MariyaMardamshina
    @MariyaMardamshina 4 роки тому

    Thanks a lot for your videos! The explanation is simple and clear. I was wondering whether you could do a similar video for Topological Data Analysis? Thank you :)

  • @sathias7667
    @sathias7667 5 років тому +1

    John Starmer,
    This video impressed a lot.
    I would like to know how to ensure whether all similar points are grouped perfectly or any spill out by mistake.
    Kindly suggest

    • @statquest
      @statquest  5 років тому

      You ask a good question and I'm not sure I know the answer. I do know that t-SNE will often run for as many iterations as you let it run, meaning that it does not converge on an optimal clustering. So, in that case, you could say that the clustering is never perfect.