Skip to content
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

How to do data processing and model training on my own PC or laptop rather than AWS? Please help. #129

Open
ghost opened this issue Jul 9, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 9, 2018

No description provided.

@RyanZotti
Copy link
Owner

This is a broad question that doesn't really lend itself to a simple, 2-3 sentence answer, but I'll try anyways.

You only need AWS if you're training a large neural network, which takes an unreasonable amount of time to train on your laptop. The solution is to simply make a very small neural network. I've recently experimented with tiny 2-3 layer neural networks and can now train a model with good results in just 20-30 minutes on my laptop. The other benefit of very small neural networks is significant speed-up when you need to make predictions real-time during deployment. So short answer is make a small model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant