Difference between revisions of "Local Linear Embedding (LLE)"

From
Jump to: navigation, search
(Created page with "[http://www.youtube.com/results?search_query=Kernel+Approximation YouTube search...] [http://www.google.com/search?q=Kernel+Approximation+machine+learning+ML ...Google search]...")
 
Line 1: Line 1:
[http://www.youtube.com/results?search_query=Kernel+Approximation YouTube search...]
+
[http://www.youtube.com/results?search_query=Local+Linear+Embedding YouTube search...]
[http://www.google.com/search?q=Kernel+Approximation+machine+learning+ML ...Google search]
+
[http://www.google.com/search?q=Local+Linear+Embedding+machine+learning+ML ...Google search]
  
 
* [[AI Solver]]
 
* [[AI Solver]]
Line 9: Line 9:
 
* [[T-Distributed Stochastic Neighbor Embedding (t-SNE)]]
 
* [[T-Distributed Stochastic Neighbor Embedding (t-SNE)]]
 
* [[Isomap]]
 
* [[Isomap]]
* [[Local Linear Embedding]]
 
 
* [[Kernel Approximation]]
 
* [[Kernel Approximation]]
* [http://en.wikipedia.org/wiki/Kernel_method Kernel method | Wikipedia]
 
* [http://staff.ustc.edu.cn/~cheneh/paper_pdf/2017/Chu-Guan-Neurocomputing.pdf Efficient karaoke song recommendation via multiple kernel learning approximation | C. Guana, Y. Fub, X. Luc, E. Chena, X. Li, and H. Xiong]
 
  
  
The word "kernel" is used in mathematics to denote a weighting function for a weighted sum or integral.
+
http://www.researchgate.net/publication/282773146/figure/fig2/AS:317438165045261@1452694564973/Steps-of-locally-linear-embedding-algorithm.png
  
functions that approximate the feature mappings that correspond to certain kernels, as they are used for example in [[Support Vector Machine (SVM)]]. The feature functions perform non-linear transformations of the input, which can serve as a basis for linear classification or other algorithms. The advantage of using approximate explicit feature maps compared to the kernel trick, which makes use of feature maps implicitly, is that explicit mappings can be better suited for online learning and can significantly reduce the cost of learning with very large datasets. Standard kernelized [[Support Vector Machine (SVM)]]s do not scale well to large datasets, but using an approximate kernel map it is possible to use much more efficient linear [[Support Vector Machine (SVM)]]s. [http://scikit-learn.org/stable/modules/kernel_approximation.html Kernel Approximation | Scikit-Learn]
 
  
 
+
<youtube>scMntW3s-Wk</youtube>
http://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Kernel_trick_idea.svg/750px-Kernel_trick_idea.svg.png
 
 
 
 
 
<youtube>mTyT-oHoivA</youtube>
 

Revision as of 17:43, 7 January 2019