机器学习-Scikit学习算法

机器学习-Scikit学习算法 (Machine Learning - Scikit-learn Algorithm)



Advertisements
广告

Fortunately, most of the time you do not have to code the algorithms mentioned in the previous lesson. There are many standard libraries which provide the ready-to-use implementation of these algorithms. One such toolkit that is popularly used is scikit-learn. The figure below illustrates the kind of algorithms which are available for your use in this library.

幸运的是,大多数时候您不必编写上一课中提到的算法。 有许多标准库提供了这些算法的即用型实现。 scikit-learn是一种常用的工具包。 下图说明了该库中可使用的算法类型。

机器学习-Scikit学习算法

Source: https://scikit-learn.org/stable/tutorial/machine_learning_map/index.html

资料来源: https : //scikit-learn.org/stable/tutorial/machine_learning_map/index.html

The use of these algorithms is trivial and since these are well and field tested, you can safely use them in your AI applications. Most of these libraries are free to use even for commercial purposes.

这些算法的使用很简单,并且由于它们已经过现场测试,因此可以在AI应用程序中安全地使用它们。 这些库大多数都可以免费使用,甚至用于商业目的。

Advertisements
广告

翻译自: https://www.tutorialspoint.com/machine_learning/machine_learning_scikit_learn_algorithm.htm