Author Archives: Victor Dey - Page 29

19 Aug

Guide to DORO: Distributional and Outlier Robust Optimization

image-25373
image-25373

DORO is a robust outlier refinement of DRO that takes inspiration from its robust statistics. The refined risk function, which prevents DRO from overfitting to potential outliers, intuitively, the new risk function adaptively filters out a small fraction of data with high risk during training, which is potentially caused by outliers.

The post Guide to DORO: Distributional and Outlier Robust Optimization appeared first on Analytics India Magazine.

14 Aug

Creating a Market Trading Bot Using Open AI Gym Anytrading

image-25272
image-25272

AnyTrading is an Open Source collection of OpenAI Gym environments for reinforcement learning-based trading algorithms. AnyTrading aims to provide Gym environments to improve upon and facilitate the procedure of developing and testing Reinforcement Learning based algorithms in the area of Market Trading.

The post Creating a Market Trading Bot Using Open AI Gym Anytrading appeared first on Analytics India Magazine.

14 Aug

Exploring DataPrep: A Python Library For Data Preparation & EDA

image-25255
image-25255

DataPrep is an open-source library available for python that lets you prepare your data using a single library with only a few lines of code. DataPrep can be used to address multiple data-related problems, and the library provides numerous features through which every problem can be solved and taken care of.

The post Exploring DataPrep: A Python Library For Data Preparation & EDA appeared first on Analytics India Magazine.

14 Aug

Exploring DataPrep: A Python Library For Data Preparation & EDA

image-25254
image-25254

DataPrep is an open-source library available for python that lets you prepare your data using a single library with only a few lines of code. DataPrep can be used to address multiple data-related problems, and the library provides numerous features through which every problem can be solved and taken care of.

The post Exploring DataPrep: A Python Library For Data Preparation & EDA appeared first on Analytics India Magazine.

12 Aug

Creating Deep Learning Models For Tabular Data using RTDL

RTDL (Revisiting Tabular Deep Learning) is an open-source  Python package based on implementing the paper “Revisiting Deep Learning Models for Tabular Data”. The library leverages the ease of creating a Deep Learning Model and can be used by practitioners and programmers looking to implement Deep Learning models in tabular data.

The post Creating Deep Learning Models For Tabular Data using RTDL appeared first on Analytics India Magazine.