TensorFlow-Signal-Processing
TensorFlow-Signal-Processing copied to clipboard
Getting Started
Hi @jshap70,
This looks great. I'm very interested in playing around with this. Your README write-up was super informative and did a great job of capturing some of the challenges of the problem space and demonstrating your process of progressing through the linear/non-linear/convolutional networks as well as the results you achieved. Nice work.
I was wondering if you would be able to add a 30-second getting started page/section. Just essentially a couple of commands to run the training, or references to a few starting points within the code. I don't need a full guide on how to do everything, but just a hint or two in the right direction for getting it up-and-running myself.
Thanks, -Brian
Hey Brian, thanks for the suggestion, I'll definitely be looking into adding something like that. I'm actually currently thinking about reworking this project quite a bit. Mostly for issues I brought up about the MSE because I think that issue is indicative of a larger design problem. I'll also probably be looking into making it more of a library and less of a research demo, which means probably adding some tl;dr's to the paper to make it more accessible haha.
At the moment I don't really have good enough hardware to test on so that's a bit of a blocker, but hoping that will change soon thanks to my new job 😄.
I'll be keeping this open just as a reminder.
Sounds good, thanks for getting back to me. I look forward to seeing the updates.