Add t stochastic neighbour embedding using Iris dataset#13476
Add t stochastic neighbour embedding using Iris dataset#13476cclauss merged 16 commits intoTheAlgorithms:masterfrom
Conversation
for more information, see https://pre-commit.ci
|
Hi @cclauss My PR has passed all checks and is marked as “awaiting review”. I'm really glad to contribute to this highly maintained repo :) |
|
Please read about descriptive variable names in CONTRIBUTING.md. Lines like |
for more information, see https://pre-commit.ci
Co-authored-by: Christian Clauss <cclauss@me.com>
|
@cclaus Should I remove those "Example " lines from the following code too or just that specific one you mentioned? |
|
Please remove all instances of |
|
@Khansa435 I have opened Issue for this algorithm and am working on the same |
|
Add the URL https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding to the top of the file to help readers learn. |
Co-authored-by: Christian Clauss <cclauss@me.com>
|
@cclauss Committed all proposed changes (Removed all instances of Example: and dedented the lines below, also added URL at the top of file) and the final commit passes all checks. Please review the final commit :) |
|
Awesome!!! |
Thank you so much :) |
Description:
This PR has added a complete educational workthrough of (t-SNE) t-distributed Stochastic Neighbor Embedding for students.
Checklist: