A curated, but incomplete, list of excellent writing samples on open-source AI project.
If you want to contribute to this list, please feel free to send a pull request. Also you can contact [email protected].
This repository gathers some awesome writing examples for the researchers and engineers who want to write a demo or industry track paper for their open-source AI projects, including but not limited to, ML/DL framework, Explainable AI(XAI), AutoML, Reinforcement Learning(RL). The resources are categorized into ML/DL engine, XAI, AutoML and RL these four types and taged into two types: Algorithm & Framework, or Platform & System.
- Algorithm & Framework: π
- Platform & System: π»
Engine part consists of some main stream computational frameworks for machine learning and deep learning applications. We didn't include the framework without a paper e.g. Keras, PyTorch though they are very excellent libraries, because this repo mainly focuses on the writing and literacy of an open-source library and project.
- MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems[paper] [code].
AutoML part consists of famous and active automated machine learning and neural architecture search open-source project.
- Auto-WEKA: Combined Selection and Hyperparameter Optimization of Classification Algorithms[paper] [code].
XAI part consists of famous and active explainable AI tools, algorithm and platform.
RL part consists of famous and active reinforcement learning(RL) algorithm tools, platform and system.