605048ad3b
* demo/perceptron: Support initializing more weights. * demo/deposit cost: Get slightly most accurate deposit cost. |
||
---|---|---|
assets | ||
demo | ||
simulation | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
Decentralized & Collaborative AI on Blockchain
Demo | Simulation | Security |
---|---|---|
Decentralized & Collaborative AI on Blockchain is a framework to host and train publicly available machine learning models. Ideally, using a model to get a prediction is free. Adding data consists of validation by three steps as described below.
- The IncentiveMechanism validates the transaction, for instance, in some cases a "stake" or deposit is required.
- The DataHandler stores data and meta-data on the blockchain. This ensures that it is accessible for all future uses, not limited to this smart contract.
- The machine learning model is updated according to predefined training algorithms. In addition to adding data, anyone can query the model for predictions, and the incentive mechanism may be triggered to provide users with payments or virtual "karma" points.
More details can be found in the initial paper describing the framework: Decentralized & Collaborative AI on Blockchain Platforms, dark theme version here.
This repository contains:
- Demos showcasing some proof of concept systems using the Ethereum blockchain. There is a locally deployable test blockchain and demo dashboard to interact with smart contracts written in Solidity.
- Simulation tools written in Python to quickly see how models and incentive mechanisms would work when deployed.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.