atkinssamuel / eto

0 stars 0 forks source link

implement NN structure implemented during undergrad thesis #8

Open atkinssamuel opened 2 years ago

atkinssamuel commented 2 years ago

See https://github.com/atkinssamuel/cryptonet-research/blob/master/BaselineTiming/Models/Encrypted/encrypted_test.py

The summarize the nature of this repo:

atkinssamuel commented 2 years ago

I will be implementing the following:

Edit: Implemented the above. Unfortunately, the loss does not converge even when a rescaling layer is used. Will try some other ideas tomorrow.

atkinssamuel commented 2 years ago

So far I have not been able to get the squared activation function to work under any circumstances. A linear regression, however, can be done in the encrypted domain so that may be a good place to start.