Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 419 Bytes

Python-Leaner

学习Python知识

  • 有监督学习 提供的数据有标签,可以分类

  • 无监督学习 unsupervised learning 提供的数据没有标签,主要是做聚类.

  • 半监督学习 是监督学习和无监督学习相结合的一种血丝方式。主要是用来解决使用少量带标签的数据和大量没有标签的数据进行训练和分类的问题。

待查知识点

np.argwhere