

Now GANs Are Being Used For Drug Discovery: Complete Guide To Quantum GAN With Python Code
Developing a new drug is a challenging task as it requires to go through a multi-step process. From developing a target discovery to its clinical trials, this process might take a considerable amount of time. And after...

Guide to Apple’s Equivariant Neural Rendering: Generating 3D scenes with no 3D supervision
Apple has introduced a new method for generating 3D scenes called Equivariant Neural Rendering. This method requires no 3D supervision but only images and their relative positions to learn equivariant scene...


CrypTen – A Research Tool for Secure and Privacy – Preserving Machine Learning in Pytorch
Facebook’s Pytorch had created a huge buzz in the market when it was released five years ago. Now, it is not only the most preferred frameworks for Machine Learning and Deep Learning models but also one of the most...


Guide to AI Fairness 360: An Open Source Toolkit for Detection And Mitigation of Bias in ML Models
As time passed, AI and ML have become more integral parts of our day-to-day life. People in today’s world are exposed to this new wave of technology in one way or another without even knowing it. Some of the most...


Hands-on Guide to Reformer – The Efficient Transformer
Ever since The Transformers come into the picture, a new surge of developing efficient sequence models can be seen. The dependency on the surrounding context plays a key role in it. Keeping in mind that the context window used by transformers encompasses thousands of words, its application extends to languages and covers music notes and images. However, expanding the Transformers context window further may result in failure. The...