All Projects → analytics-club-iitm → Paper-Archive

analytics-club-iitm / Paper-Archive

Licence: other
A collection of paper summaries from a wide range of topics related to Machine Learning

Projects that are alternatives of or similar to Paper-Archive

deep-atrous-guided-filter
Deep Atrous Guided Filter for Image Restoration in Under Display Cameras (UDC Challenge, ECCV 2020).
Stars: ✭ 32 (+23.08%)
Mutual labels:  paper
awesome-secure-computation
Awesome list for cryptographic secure computation paper. This repo includes *Lattice*, *DifferentialPrivacy*, *MPC* and also a comprehensive summary for top conferences.
Stars: ✭ 125 (+380.77%)
Mutual labels:  paper
transformer generalization
The official repository for our paper "The Devil is in the Detail: Simple Tricks Improve Systematic Generalization of Transformers". We significantly improve the systematic generalization of transformer models on a variety of datasets using simple tricks and careful considerations.
Stars: ✭ 58 (+123.08%)
Mutual labels:  paper
AdvPC
AdvPC: Transferable Adversarial Perturbations on 3D Point Clouds (ECCV 2020)
Stars: ✭ 35 (+34.62%)
Mutual labels:  paper
DynamicEntitySummarization-DynES
Dynamic Entity Summarization (DynES)
Stars: ✭ 21 (-19.23%)
Mutual labels:  paper
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Stars: ✭ 7,344 (+28146.15%)
Mutual labels:  paper
triumph-gui
Simple lib to create inventory GUIs for Bukkit platforms.
Stars: ✭ 196 (+653.85%)
Mutual labels:  paper
lshensemble
LSH index for approximate set containment search
Stars: ✭ 48 (+84.62%)
Mutual labels:  paper
resources
No description or website provided.
Stars: ✭ 14 (-46.15%)
Mutual labels:  paper
efficient-attention
An implementation of the efficient attention module.
Stars: ✭ 191 (+634.62%)
Mutual labels:  paper
paper
ReScript bindings for react-native-paper
Stars: ✭ 14 (-46.15%)
Mutual labels:  paper
jpeg-defense
SHIELD: Fast, Practical Defense and Vaccination for Deep Learning using JPEG Compression
Stars: ✭ 82 (+215.38%)
Mutual labels:  paper
CURL
Code for the ICPR 2020 paper: "CURL: Neural Curve Layers for Image Enhancement"
Stars: ✭ 177 (+580.77%)
Mutual labels:  paper
ode-lstms
Code repository of the paper Learning Long-Term Dependencies in Irregularly-Sampled Time Series
Stars: ✭ 72 (+176.92%)
Mutual labels:  paper
cv-arxiv-daily
🎓Automatically Update CV Papers Daily using Github Actions (Update Every 12th hours)
Stars: ✭ 216 (+730.77%)
Mutual labels:  paper
Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+176.92%)
Mutual labels:  paper
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (+1150%)
Mutual labels:  paper
Spatio-Temporal-papers
This project is a collection of recent research in areas such as new infrastructure and urban computing, including white papers, academic papers, AI lab and dataset etc.
Stars: ✭ 180 (+592.31%)
Mutual labels:  paper
SRmeetsPS-CUDA
CUDA implementation of the paper "Depth Super-Resolution Meets Uncalibrated Photometric Stereo"
Stars: ✭ 28 (+7.69%)
Mutual labels:  paper
SGCP
TACL 2020: Syntax-Guided Controlled Generation of Paraphrases
Stars: ✭ 67 (+157.69%)
Mutual labels:  paper

Research Paper Archive

PS. There are some issues with the math getting rendered in Github's dark mode. We're working on it, but until then we request you to switch to lite mode/open the summary in incognito(which defaults to light mode) to view the paper if you face any difficulty in viewing the math!!

This will be a community-driven repository where people contribute by sharing their thoughts on different research papers they have come across as a simple readme file. This would benefit the contributors by acting as a documentation for future reference and once this archive becomes decently big it would benefit the larger community as a whole. There is no restriction regarding what papers you can add onto this archive - can be old, new anything. Hope this repository gets some good contributions. Happy reading :)

Current Paper Count: 30

To contribute

  • Fork the repository
  • Add the required files as described below.
  • Make a pull request (everything will be merged)

REPOSITORY Layout

.
├── README.md               # Entry point to view all available papers in the archive. 
├── Papers
├──── <PAPER-1> (a folder) `  # Every paper must be inside a folder titled as the paper name
    ├──── assets              # Folder to contain images used in the README file to summarise the paper.
    └──── README.md           # README file containing the summary itself.
├──── <PAPER-2>
    ├──── assets
    └──── README.md
├──── <PAPER-3>
    ├──── assets
    └──── README.md

Contents


NOTE

  • Please ensure that you create an entry point to the summary on the main README FILE (this one).
  • Create seperate folders for each paper to add to the repository and keep a seperate folder inside each called assets for any images used in your summary.
  • In case of any error in any of the summaries, feel free to open an issue stating the paper name and what you think is the problem with the summary!!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].