AI Cyber Security ICP 7 - Hiresh12/UMKC GitHub Wiki

ICP 7 https://github.com/Hiresh12/UMKC/tree/master/CSEE5590%20-%20AI%20Cyber%20Security/ICP7/Source

Importing PySyft and torch; Initialization of torch in pysyft

Creating remote machines/workers

Adding the each worker to the other workers,

Creating Toy Dataset,

Sending the data to the remote machines/workers

Creating simple linear model,

Sending the model to the workers alice and bob

Training the model in the remote machine using the toy dataset,

Aggregating the weights of the two models,