Difference between revisions of "T-Distributed Stochastic Neighbor Embedding (t-SNE)"
m |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* [[Principal Component Analysis (PCA)]] | * [[Principal Component Analysis (PCA)]] | ||
+ | * [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]]. [[...find outliers]] | ||
+ | ** [[Local Linear Embedding (LLE)]] | ||
* [[Dimensional Reduction]] Algorithms | * [[Dimensional Reduction]] Algorithms | ||
* [[Softmax]] | * [[Softmax]] | ||
Line 15: | Line 17: | ||
* [http://files.knime.com/sites/default/files/inline-images/knime_seventechniquesdatadimreduction.pdf Seven Techniques for Dimensionality Reduction | KNIME] | * [http://files.knime.com/sites/default/files/inline-images/knime_seventechniquesdatadimreduction.pdf Seven Techniques for Dimensionality Reduction | KNIME] | ||
* [[Principal Component Analysis (PCA)]] ...linear | * [[Principal Component Analysis (PCA)]] ...linear | ||
− | * [http://projector.tensorflow.org/ Embedding Projector] | + | * [[TensorFlow]] |
+ | ** [http://projector.tensorflow.org/ Embedding Projector] | ||
+ | * [[Visualization]] | ||
+ | * [http://distill.pub/2016/misread-tsne/ How to Use t-SNE Effectively |] [[Creatives#Martin Wattenberg |Martin Wattenberg]] - Distill | ||
+ | |||
+ | a machine learning algorithm for visualization developed by Laurens van der Maaten and [[Creatives#Geoffrey Hinton |Geoffrey Hinton]]. It is a nonlinear dimensionality reduction technique well-suited for embedding high-dimensional data for visualization in a low-dimensional space of two or three dimensions. Specifically, it models each high-dimensional object by a two- or three-dimensional point in such a way that similar objects are modeled by nearby points and dissimilar objects are modeled by distant points with high probability. [http://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding Wikipedia] | ||
+ | |||
<youtube>wvsE8jm1GzE</youtube> | <youtube>wvsE8jm1GzE</youtube> |
Latest revision as of 09:48, 13 September 2023
Youtube search... ...Google search
- Principal Component Analysis (PCA)
- Embedding ... Fine-tuning ... RAG ... Search ... Clustering ... Recommendation ... Anomaly Detection ... Classification ... Dimensional Reduction. ...find outliers
- Dimensional Reduction Algorithms
- Softmax
- Pooling / Sub-sampling: Max, Mean
- (Deep) Convolutional Neural Network (DCNN/CNN)
- Seven Techniques for Dimensionality Reduction | KNIME
- Principal Component Analysis (PCA) ...linear
- TensorFlow
- Visualization
- How to Use t-SNE Effectively | Martin Wattenberg - Distill
a machine learning algorithm for visualization developed by Laurens van der Maaten and Geoffrey Hinton. It is a nonlinear dimensionality reduction technique well-suited for embedding high-dimensional data for visualization in a low-dimensional space of two or three dimensions. Specifically, it models each high-dimensional object by a two- or three-dimensional point in such a way that similar objects are modeled by nearby points and dissimilar objects are modeled by distant points with high probability. Wikipedia