Essential libraries for Machine Learning in Python

난누구여긴어디|2018년 10월 17일
Posts

Essential libraries for Machine Learning in Python

난누구여긴어디|2018년 10월 17일

Below are some of the most commonly used libraries in machine learning:Scikit-learn for working with classical ML algorithmsScikit-learn is one the most popular ML libraries. It supports many supervised and unsupervised learning algorithms. Examples include linear and logistic regressions, decision trees, clustering, k-means and so on.It builds on two basic libraries of Python, NumPy and SciPy.