Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.7 KB

Annotated Paper.markdown

File metadata and controls

41 lines (26 loc) · 2.7 KB
layout title permalink
default
Annotated Papers
/papers/

Why reading research paper is important

Deep Learning is a vast field of research and understanding the nitty-gritty details of deep learning model helps an individual to become a better researcher and a Deep Learning Practitioner. With 10000+ Deep Learning paper getting published every year it becomes quite stressful to keep track of all the research.

Thus, the objective to annotate paper is to understand the important details of the paper like the Objective function, optimization technique and related topics.

Annotated Papers

Unsupervised Learning

1. Invariant Information Clustering for Unsupervised Image Classification and Segmentation

Tags: Entropy Maximization, Conditional Entropy Maximization, Bottleneck, Biclustering, Spatio-Temporal, Geometric Transformation, Mutual Information, Joint Entropy, Joint Distribution

Supervised Learning

1. Deep Residual Learning for Image Recognition

Tags: Highway Network, Degradation Problem, Identity Shortcut, Resnet Slides

2. [Understanding the Role of Individual Units in a Deep Neural Networks](https://github.com/Mayurji/Deep-Learning-Papers/tree/master/Investigate DNN/)

Note

All annotations for Deep Learning Papers. Some of the paper has been implemented based on compute power available.