Residual Neural Networks in Python
In my last blog I summarized a research paper that investigated the use of residual neural networks for the purposes of radio signal classification. In this blog I will get you started with Google Cloud Platform and show you how to build a ResNet signal classifier in Python with Keras. Here is a link to my GitHub with the ResNet code: GitHub. The authors of the paper include a link to the dataset that was used in the experiment so we can conduct our own experiments and training sessions. I will walk you through my experience coding a ResNet and reproducing the experiment from the paper.
Nov-22-2019, 13:10:19 GMT