PySonar
PySonar copied to clipboard
Decentralized Machine Learning Client
**User Story:** As a user of PySonar, I want the ability to run the Decentralized Learning Demo (https://github.com/OpenMined/PySonar/blob/master/notebooks/Sonar%20-%20Decentralized%20Learning%20Demo.ipynb) on Machine Learning Models other than those packaged in PySyft. However, I...
User Story: As a developer of OpenMined, I want the ability to spin up Sonar and PySonar on Tendermint using the Ethermint platform (not using Docker... just by running it...
User Story A: As a user of our Docker One-Liner to run the entire OpenMined Platform, I want the ability to instead have a one-liner which downloads a docker image...
# Helium : OpenMined on Tendermint Background: Everything we do with Ethereum, we want to do on Tendermint for 20x the speed. This project is about building the 2 big...
I had to manually `pip install scipy` after running through the local setup in order for the first cell in the test notebook to execute. I thought that it should...
Hello there, I run into some errors when running cells in Notebook. `File "/Users/anaconda/lib/python2.7/site-packages/phe/command_line.py", line 117 print(serialised, file=output) ^ SyntaxError: invalid syntax ` Is there anyone who had similar mistake?
https://github.com/OpenMined/sonar/blob/master/notebooks/Sonar%20-%20Decentralized%20Model%20Training%20Simulation%20(local%20blockchain).ipynb The training process is quite slow. There's lots of low hanging fruit to make it faster, and I'd like to capture the issue here. The main bottlenecks as I...