microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
etc/CONTRIBUTING.md
24lines · modecode
| 1 | # Contributing |
| 2 | |
| 3 | This project welcomes contributions and suggestions. Most contributions require you to |
| 4 | agree to a Contributor License Agreement (CLA) declaring that you have the right to, |
| 5 | and actually do, grant us the rights to use your contribution. For details, visit |
| 6 | https://cla.microsoft.com. |
| 7 | |
| 8 | When you submit a pull request, a CLA-bot will automatically determine whether you need |
| 9 | to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the |
| 10 | instructions provided by the bot. You will only need to do this once across all repositories using our CLA. |
| 11 | |
| 12 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 13 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) |
| 14 | or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 15 | |
| 16 | # Looking for Contributions |
| 17 | |
| 18 | We are currently actively looking for contributions on the following topics: |
| 19 | |
| 20 | - [ ] Write section on Deep Reinforcement Learning |
| 21 | - [ ] Improve section + notebook on Object Detection |
| 22 | - [ ] PyTorch Lightning (for [this section](https://github.com/microsoft/AI-For-Beginners/blob/main/3-NeuralNetworks/05-Frameworks/README.md)) |
| 23 | - [ ] Write section + samples on Named Entity Recognition |
| 24 | - [ ] Create samples for training our own embeddings for [this section](https://github.com/microsoft/AI-For-Beginners/tree/main/5-NLP/15-LanguageModeling) |
| 25 | |