Training Neural Network models remotely on power machines using H2O

I'm working on a Regression problem with Neural Networks using H2O.

My dataset is really big with millions of observations and lot of continuous and discreate variables.

When initializing H2O I do:

h2o.init(ip = "<IP>", port = <PORT>, ...)

I'm wondereing if is there any chance for me to train my models on remote computers. Of course, I know I will have to pay for that service.

Any suggestion about this?

Thanks!

You can deploy a h2o cluster on AWS, see the documentation

http://docs.h2o.ai/h2o/latest-stable/h2o-docs/cloud-integration/aws.html

2 Likes

Thank you @andresrcs!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.