Learn Before
Python Libraries for Machine Learning
Python Libraries are chosen mostly based on their scalability and the area of tasks the program needs to specialize in. Here are some of common libraries that are in use:
-
Keras - one of the most popular and open-source neural network libraries for Python
-
PyTorch - Developed by Facebook, support for C++ with its C++ interface
-
Scikit-learn - easy integration with different ML programming libraries like NumPy and Pandas
-
NLTK(Natural Language Toolkit) - Python library for working with natural language processing
-
Spark MLlib - Developed by Apache, enables easy scaling of your computations
-
Theano - a robust library for carrying out scientific calculations on a large-scale
-TensorFlow - An open source library developed by Google for training neural networks.
1
10
Tags
Data Science