Python: Difference between revisions

From Machinelearning
(Created page with "Python is a general purpose programming language. It works very well for writing machine learning algorithms. == Packages == * NumPy * SciPy * matplotlib * [...")
 
No edit summary
 
Line 1: Line 1:
Python is a general purpose programming language. It works very well for writing [[machine learning algorithm]]s.
Python is a general purpose programming language. It works very well for writing [[machine learning algorithm]]s, and is one of the most commonly used languages for machine learning. Python provides with numerous helpful modules for working with data.


== Packages ==
== Packages ==
Line 5: Line 5:
* [[NumPy]]
* [[NumPy]]
* [[SciPy]]
* [[SciPy]]
* [[matplotlib]]
* [[Matplotlib]]
* [[pandas]]
* [[Pandas]]
* [[scikit-learn]]
* [[Scikit-learn]]

Latest revision as of 15:23, 6 May 2022

Python is a general purpose programming language. It works very well for writing machine learning algorithms, and is one of the most commonly used languages for machine learning. Python provides with numerous helpful modules for working with data.

Packages