Wolfram 语言

增强的机器学习

用特征提取可视化数据集

从树的图像中提取特征.

In[1]:=
Click for copyable input

将特征降至二维向量并在该空间可视化数据集.

In[2]:=
Click for copyable input
xy = DimensionReduce[features, 2];
In[3]:=
Click for copyable input
ListPlot[List /@ xy, PlotMarkers -> (Image[#, ImageSize -> 50] & /@ tree), ImageSize -> 500]
Out[3]=

相关范例

de en es fr ja ko pt-br ru