Archives for August, 2021 - Page 29

08 Aug

Exploring Panda Gym: A Multi-Goal Reinforcement Learning Environment

image-25040
image-25040

The gym is an open-source toolkit for developing and comparing reinforcement learning algorithms. What makes it easier to work with is that it makes it easier to structure your environment using only a few lines of code and compatible with any numerical computation library, such as TensorFlow or Theano.

The post Exploring Panda Gym: A Multi-Goal Reinforcement Learning Environment appeared first on Analytics India Magazine.

08 Aug

Exploring Panda Gym: A Multi-Goal Reinforcement Learning Environment

image-25039
image-25039

The gym is an open-source toolkit for developing and comparing reinforcement learning algorithms. What makes it easier to work with is that it makes it easier to structure your environment using only a few lines of code and compatible with any numerical computation library, such as TensorFlow or Theano.

The post Exploring Panda Gym: A Multi-Goal Reinforcement Learning Environment appeared first on Analytics India Magazine.

08 Aug

Hands-On Guide to Generating Artificial Faces Using Progressive GAN

image-25031
image-25031

When it comes to large datasets with higher pixel values, GAN generates the images with sharp pixels that look crispy though make the training unstable. Generating high-resolution images is a challenging task because the generator must know the details and structures involved in images. The high-resolution images can cause any issues that the discriminator can easily spot; therefore, the whole training process fails.

The post Hands-On Guide to Generating Artificial Faces Using Progressive GAN appeared first on Analytics India Magazine.