research-papers
github.com/learn-anything/research-papers ↗Awesome Research Papers
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me math resources from research-papers"
Installation instructions →What's inside
Math
- A beginner’s guide to forcing
- A cohomological viewpoint on elementary school arithmetic
- A lagrangian dual approach to the generalized kyp lemma
- A Mathematical Theory of Communication
- A naturalist account of the limited, and hence reasonable, effectiveness of mathematics in physics (2015)
- A notion of a computational step for partial combinatory algebras
Machine Learning
Computer science
- A hub-based labeling algorithm for shortest paths on road networks
- Challenges to adopting stronger consistency at scale
- Dat - Distributed Dataset Synchronisation and Versioning (2017)
Distributed Dataset Synchronisation and Versioning (2017)
- How and why software developers use drawings
- How complex systems fail
- How to make ad-hoc polymorphism less ad hoc
Programming
- An analysis and survey of the development of Mutation testing
- Equal rights for functional objects or, the more things change, the more they are the same
- Kademlia: a peer-to-peer information system based on the xor metric
- Notes on postmodern programming
- Recursive make considered harmful
- Scripting: higher level programming for the 21st century
Computer vision
- An analysis of single-layer networks in unsupervised feature learning
Interesting paper about how using weaker classifiers (kmeans) can get comparable results to more sophisticated ones like deep neural nets with the decisions made before training a model like statistical whitening, picking a large number of features, etc.
- Example-based photometric stereo: shape reconstruction with general, varying brdfs
Discusses how you can reconstruct an objects 3d shape just by analyzing how light reflects off an object's surface.
- Mask r-cnn
- Viola jones robust real-time object detection
Real time face detection method most cameras use today, discusses ensemble learning methods (adaboost) and a clever way to detect features in one O(n) pre-processing step.
Compilers
Related
Showing a sample of 140 resources. View the full list on GitHub →