H2O is an open source interactive platform for conducting numerous machine learning and deep learning tasks with significant ease. H2O.ai has APIs for Python, R and Web UI based flow etc. to make artificial intelligence and machine learning tasks easier for all of us. You can read more about H2O in this link- www.h2o.ai or for more detailed documentation over the link here- http://docs.h2o.ai/h2o/latest-stable/h2o-docs/flow.html
In this article, we will show you how to install H20.ai for doing machine learning and deep learning using the web user interface flow.
Step 1– Make sure you have the latest version of the Java installed on your system as H2O uses Java for activities. If you do not have Java installed head over to www.java.com for free download
Step 2– Next, head over to the official H2O.ai webpage for installation link-
http://docs.h2o.ai/h2o/latest-stable/h2o-docs/downloading.html
Step 3– Download the latest version ( around 350 MB download size)
Step 4- You will see it in your download folder
Step 5– Unzip the files in a folder. For example-
Step 6– Open Command Prompt and change directory to the location where H2O unzipped files are located. For example-
cd C:\Users\RP\Downloads\h2o-3.24.0.3\h2o-3.24.0.3
Step 7- Run Java jar command
java -jar h2o.jar
Step 8- Open interface by typing the below URL your browser. You should see something like below-
That’s it. You are all set to start building your machine learning and deep learning models using H2O. Next time whenever you want to run H2O, you need to run Steps 6, 7 and 8 only.
Cheers!
You must be logged in to post a comment.