Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Machine Learning Libraries

scikit-learn
Scikit-learn is a free software machine learning library for the Python programming language. It
features various classification, regression and clustering algorithms.
https://scikit-learn.org/stable/

MLlib (Spark)
MLlib (Spark) is Apache Spark’s machine learning library. Its goal is to make practical machine
learning scalable and easy.
It consists of common learning algorithms and utilities, including classification, regression,
clustering, collaborative filtering, dimensionality reduction.
https://spark.apache.org/mllib/

TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. TensorFlow is a rich
system for managing all aspects of a machine learning system.

https://www.tensorflow.org/overview/

Keras

Keras is a deep learning API written in Python, running on top of the machine learning platform
TensorFlow

https://keras.io/about/

PyTorch

PyTorch is an open source machine learning library based on the Torch library used for
applications such as computer vision and natural language processing

Cloud based Machine Learning services

https://azure.microsoft.com/en-in/services/machine-learning/

https://aws.amazon.com/machine-learning/

https://cloud.google.com/ai-platform

You might also like