-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curious about the code #2
Comments
Hi davecramer Sorry, there were no slides, I just used Jupiter notebook to have all the required information. thanks |
thanks. I am python challenged so managed to muddle through it. I'm curious that I don't see any large NN libraries including GAM, is there a better way to predict signals ? |
I think the main thing is it increases the size of your data, you convert one dimension array into a two-dimension array, and something like RNN is sufficient, but the idea, is Convolution network has the best performance now, so it is an idea you may like to try, it may work in your case. |
where does nn come from? I don't see the import ? |
Hi Davecramer |
interesting. When I try to run it using python3 it fails. As you can tell I'm not particularly comfortable in python. Much more comfortable in a JVM language |
I need to update the code, this was fadtai version 1, we now version 2, pytorch is 1.8 |
@elfayoumi
What is the point of doing the difference between the two observations?
Is there somewhere I can find your slides for the talk ?
The text was updated successfully, but these errors were encountered: