Wednesday 30 December 2020

Where to find list of algorithms implemented in TensorFlow, PyTorch and Keras?

According to TensorFlow Github,

TensorFlow is an end-to-end open source platform for machine learning.

It's possible to use algorithm like SVM with tf.contrib.learn.SVM, Linear Regression with a simple neuron, clustering with Keras...
I'd like to know which algo are available.

Is there something like the ScikitLearn list of algo available for TensorFlow, Keras, and PyTorch? (although the last is more focused on DNN)



from Where to find list of algorithms implemented in TensorFlow, PyTorch and Keras?

No comments:

Post a Comment