Archives for python libraries - Page 3

14 Apr

Creating Interactive Data Reports With Datapane

image-21712
image-21712

One of the issues of using Python for data analytics is the inability to create shareable data visualization reports quickly. Other analytics tools like PowerBI and Tableau can readily publish and share reports. Sure, you can create shareable reports with modules like dash and Flask but they require quite a bit of extra code. Datapane…

The post Creating Interactive Data Reports With Datapane appeared first on Analytics India Magazine.

14 Mar

What is Trax and How is it a Better Framework for Advanced Deep Learning?

image-20842
image-20842

TensorFlow, Pytorch, Caffe, Keras, Theano, and many more. There’s already an abundance of deep learning frameworks, so why should you care about Trax? Well, most deep learning libraries have two major drawbacks: They require you to write long syntaxes, even for simple tasks. Their language/API can be quite complex and hard to understand, especially for…

The post What is Trax and How is it a Better Framework for Advanced Deep Learning? appeared first on Analytics India Magazine.

14 Mar

Guide to TensorFlow Extended(TFX): End-to-End Platform for Deploying Production ML Pipelines

image-20840
image-20840

Ever since Google has publicised Tensorflow, its application in Deep Learning has been increasing tremendously. It is used even more in research and production for authoring ML algorithms. Though it is flexible, it does not provide an end-to-end production system. On the other hand, Sibyl has end-to-end facilities but lacks flexibility. Google then came up…

The post Guide to TensorFlow Extended(TFX): End-to-End Platform for Deploying Production ML Pipelines appeared first on Analytics India Magazine.

06 Mar

Hands-on Alchemy: A Structured Task Distribution for Meta-Reinforcement Learning

image-20628
image-20628

This post is in continuation with our previous article about Alchemy, the very first benchmark on meta-Reinforcement Learning. Deepmind with the University of London has released an open-source benchmark environment for meta-RL :  Alchemy: A structured task distribution for meta-reinforcement learning by Jane X. Wang, Michael King, Nicolas Porcel, Zeb Kurth-Nelson, Tina Zhu, Charlie Deck,…

The post Hands-on Alchemy: A Structured Task Distribution for Meta-Reinforcement Learning appeared first on Analytics India Magazine.

06 Jan

Guide To Sktime – Python Library For Time Series Data (Compatible With Sci-kit learn)

image-19028
image-19028

Sktime is a unified python framework/library providing API for machine learning with time series data and sklearn compatible tools to analyse, visualize, tune and validate multiple time series learning models such as time series forecasting, time series regression and classification.

The post Guide To Sktime – Python Library For Time Series Data (Compatible With Sci-kit learn) appeared first on Analytics India Magazine.