You are on page 1of 7

PYTHON

LIBRARIES FOR
MACHINE
LEARNING
WWW.TECKHAWKS.COM
@TECKHAWKS
1.scikit-learn
Used for performing classification,
regression, clustering,
dimensionality reduction, feature
selection and anomaly detection
2. pytorch
PyTorch provides interfaces between
neural networks and
TensorFlow/Theano/CNTK. It includes
builtin models such as LSTM, CNN and
RNN, and the ability to build your own
models using modules such as
Sequential, Functional, AutoEncoder
and Residual Networks.
3. pylearn2
Used to research with Neural Networks,
including Convolutional Neural Networks
(CNN), Recurrent Neural Networks (RNN) and
Long Short Term Memory (LSTM) Networks
4. PyBrain
Used for artificial neural networks and
connectionist systems. It offers many
features, including connectionism,
backpropagation, reinforcement
learning, genetic programming,
evolutionary algorithms, and more.
5. keras-gcn
Used for object recognition. It works well for
both image and video applications. It consists
of two parts Keras backend and gcn
frontend.Keras backend uses a layer
normalization technique and supports multi
GPU configurations. gcn frontend wraps the
standard caffe net converter.
Found it Helpful?
Then Follow
TeckHawks.
DM us to Avail our
services and for free
consultation

You might also like