AI Research Summaries
Explore
GPT2 For Text Classification Using Hugging Face Transformers
This notebook is used to fine-tune GPT2 model for text classification using Hugging Face transformers library on a custom dataset. Hugging Face is very nice…
Continue Reading GPT2 For Text Classification Using Hugging Face Transformers
AAAI 2021: Top Research Papers With Business Applications
With a record high of 9034 research papers submitted to AAAI 2021 and an acceptance rate of 21%, a total of 1692…
Continue Reading AAAI 2021: Top Research Papers With Business Applications
A Comprehensive Introduction to Bayesian Deep Learning
Even knowing basic probability theory, you may find it hard to understand and connect that to modern Bayesian deep learning research. This…
Continue Reading A Comprehensive Introduction to Bayesian Deep Learning
Extractive Text Summarization Using Contextual Embeddings
Text Summarization is a process of generating a compact and meaningful synopsis from a huge volume of text. Sources for such text…
Continue Reading Extractive Text Summarization Using Contextual Embeddings
Graph Neural Networks for Multi-Relational Data
This article describes how to extend the simplest formulation of Graph Neural Networks (GNNs) to encode the structure of multi-relational data, such…
Continue Reading Graph Neural Networks for Multi-Relational Data
Graph Attention Networks Under the Hood
Graph Neural Networks (GNNs) have emerged as the standard toolbox to learn from graph data. GNNs are able to drive improvements for…
Graph Transformer: A Generalization of Transformers to Graphs
This blog is based on the paper A Generalization of Transformer Networks to Graphs with Xavier Bresson at 2021 AAAI Workshop on Deep Learning on Graphs: Methods…
Continue Reading Graph Transformer: A Generalization of Transformers to Graphs
Autoencoders: Overview of Research and Applications
Since the early days of machine learning, it has been attempted to learn good representations of data in an unsupervised manner. The…
Continue Reading Autoencoders: Overview of Research and Applications
Variational Methods in Deep Learning
Deep neural networks are a flexible family of models wide applications in AI and other fields. Even though these networks often encompass millions…
Step-By-Step Implementation of GANs on Custom Image Data in PyTorch: Part 2
In Part 1 on GANs, we started to build intuition regarding what GANs are, why we need them, and how the entire point behind…
Continue Reading Step-By-Step Implementation of GANs on Custom Image Data in PyTorch: Part 2