-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
84% accuracy #2
Comments
Steve, There is some code I need to add sitting on my local machine, but the primary thing you're missing is the algorithm I used to hand engineer features to use as inputs to the nn. The best accuracy I could get without the hand engineered features, on the raw data, was around 65%, so you can shoot for that until I get some better docs up. Most of the hand engineered features were linear transforms of raw data; since these features are important to replicating my best result I'll get them posted when I can. |
Cool thanks! Great work by the way, hope you upload it soon so I can learn from you. Just getting started with Tensorflow - super interesting. |
Any updates on this? (on how you engineered the features) |
I can't seem to replicate the 84% accuracy number.
I changed the hidden layers to 20-10-6.
Any clues?
The text was updated successfully, but these errors were encountered: