Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openai/requests-for-research
A living collection of deep learning problems
https://github.com/openai/requests-for-research
Last synced: about 1 month ago
JSON representation
A living collection of deep learning problems
- Host: GitHub
- URL: https://github.com/openai/requests-for-research
- Owner: openai
- Created: 2016-06-07T06:20:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T04:57:24.000Z (6 months ago)
- Last Synced: 2024-09-27T06:21:24.084Z (about 2 months ago)
- Language: HTML
- Homepage: https://openai.com/requests-for-research
- Size: 65.4 KB
- Stars: 1,693
- Watchers: 379
- Forks: 609
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Status:** Archive (code is provided as-is, no updates expected)
# Requests for Research
It's easy to get started in deep learning, with many
[resources](https://www.quora.com/What-are-the-best-ways-to-pick-up-Deep-Learning-skills-as-an-engineer)
to learn the latest techniques. But it's harder to know what problems
are worth working on.This repository contains a living collection of important and fun
problems to help new people enter the field, and for enthusiastic
practitioners to hone their skills. Many will require inventing new
ideas.Also check out our new list: [Requests for Research 2.0](https://blog.openai.com/requests-for-research-2/)
## If you've solved a problem
Please write up the problem in a Gist or paper, and open a pull
request linking it in a "solutions" section for the relevant
problem. (Alternatively, let us know about it in
[community chat](https://gitter.im/openai/research).)The best solutions will contain both code and an explanation of your
methodology. Please also feel free to report things you tried that
didn't work, or anything else helpful to someone trying to learn how
to do their own deep learning research.We'll accept multiple solutions to each problem, so long as each
solution is materially different.## This repository
This respository hosts the source for the
[requests for research](https://openai.com/requests-for-research). Feel
free to open a pull request. Especially encouraged are:- Suggestions for new problems
- Suggestions for improvements to existing problems
- Links to your solution.## Running this repo locally
Install or upgrade `jekyll` via `gem install jekyll`. You can run this
repo locally via:```
jekyll serve -w
```Your content will then be available at `http://127.0.0.1:4000/`. It
won't be styled, but that should be enough to get started.