Profiling Attacks with Neural Networks

Hi,
I am a recent user of the Chipwhisperer pro-1200 level 3 starter kit.
I am trying to implement ’ Profiling Attacks with Neural Networks’ in the link https://wiki.newae.com/Profiling_Attacks_with_Neural_Networks

I have imported the matplotlib and NumPy libraries successfully, but I am getting errors in the statement “from net import Net” as No module named ‘net’.

Then I tried ‘pip install net’ which is giving
“ERROR: Could not find a version that satisfies the requirement Net (from versions: none)
ERROR: No matching distribution found for Net”

I have TensorFlow and Keras already installed.

So how can I solve this issue?

Regards,

Hi,

Net is from https://github.com/gregdeon/simple-ann.

Alex

Thank you, I will check.