All Projects → evnm → Research In Production

evnm / Research In Production

A collection of research papers categorized by real-world systems that enact them

Projects that are alternatives of or similar to Research In Production

best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+1236.59%)
Mutual labels:  computer-science, research, paper
Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (+148.29%)
Mutual labels:  computer-science, paper
Research Method
论文写作与资料分享
Stars: ✭ 436 (+112.68%)
Mutual labels:  paper, research
Papers We Love Bbsr
Papers-we-love bhubaneswar chapter
Stars: ✭ 12 (-94.15%)
Mutual labels:  computer-science, research
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (-70.24%)
Mutual labels:  research, paper
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (-82.93%)
Mutual labels:  research, paper
Dnc Tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Stars: ✭ 587 (+186.34%)
Mutual labels:  paper, research
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+6.34%)
Mutual labels:  paper, research
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-71.22%)
Mutual labels:  paper, research
Research And Coding
研究资源列表 A curated list of research resources
Stars: ✭ 100 (-51.22%)
Mutual labels:  paper, research
Library
Collection of papers in the field of distributed systems, game theory, cryptography, cryptoeconomics, zero knowledge
Stars: ✭ 100 (-51.22%)
Mutual labels:  computer-science, paper
Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (-35.61%)
Mutual labels:  paper, research
cerberus research
Research tools for analysing Cerberus banking trojan.
Stars: ✭ 110 (-46.34%)
Mutual labels:  research, paper
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+76.59%)
Mutual labels:  computer-science, research
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+22.44%)
Mutual labels:  paper, research
Qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Stars: ✭ 7,582 (+3598.54%)
Mutual labels:  research, paper
Neural Architecture Search With Rl
Minimal Tensorflow implementation of the paper "Neural Architecture Search With Reinforcement Learning" presented at ICLR 2017
Stars: ✭ 37 (-81.95%)
Mutual labels:  paper, research
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+836.1%)
Mutual labels:  computer-science, research
Acl Papers
paper summary of Association for Computational Linguistics
Stars: ✭ 189 (-7.8%)
Mutual labels:  paper, research
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-7.8%)
Mutual labels:  paper

Research In Production

A collection of computer science and engineering research papers categorized by real-world systems that enact them.

FAQ

What is this?

Engineering as a discipline is driven by a healthy balance between research and development. Within the realm of computer science and engineering, I think that there is too often a disconnect between the two halves of this equation. The research side is often accused of lacking context to the trials and tribulations of "real-world" developers. Conversely, developers largely take for granted the debt owed to the researchers upon whose work they rely.

Research In Production is an attempt to bolster appreciation for the research side of R&D by shedding light on some of the academic and industrial research behind commonly-used softare systems.

Most non-trivial software systems* are powered by concepts and techniques that came into being after a group of people put a lot of effort into thinking their way through a tough problem. These concepts are typically hidden beneath the surface of abstractions and are thus not easily appreciable. When writing a program, you probably don't have time or motivation to dig into exactly how a data structure handles concurrency or what happens to all the objects you're wantonly creating.

This project is for those that want to go deeper, whether for the simple satisfaction of knowing how a thing works or to level up their ability to build systems.

The common wisdom directed at newcomers looking to get involved in open source software is to pick a project that they use and contribute to it by knocking out documentation and tests. Along similar lines, I think a good way to dip one's toes into research literature is to dig into papers related to systems that they already use. This could involve some aspect of a programming language, a library, or a database that you've used to build something in the past.

Every software developer benefits from academic and industrial research. Research In Production is for those that want to know how.

* "System" is a generic term. Programming languages are highlighted in the first rendition of this project, but this approach could just as easily be applied to any technological artifact.

But Papers We Love is already a thing!

Papers We Love is fantastic. Research In Production shares its motivations in fostering community around publications, but with a narrower focus on publications that directly relate to commonly-used software systems.

Ideally this project would complement PWL by organizing a subset of its literature by the systems that put it into practice.

Where do the lists come from?

If you know of a software project that leverages research topics in production systems, then it warrants a spot in this project.

Research In Production was seeded with content from existing lists put together by Alex Denisov and Matt Warren. I added a list for a project that I used to work on and I encourage you to do the same.

Contributing

See CONTRIBUTING.md.

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].