To install Weka Machine Learning on Windows Server and run on any of the cloud platforms, the best way is to deploy the readily available images in the cloud marketplaces. The images come pre loaded with Weka machine learning open source with the required Java requirements running on Windows server. Check the links below to deploy to your cloud environment.
Weka is data mining software that uses a collection of machine learning algorithms, which are applied directly to the data or called from the Java code.
Weka is a collection of tools for:
Regression
Clustering
Association
Data pre-processing
Classification
Visualisation.
Getting Started with Weka on Windows
Once you have deployed Weka on Windows server, the first step is to RDP into the new instance once it has fully booted up. The following links explain how to connect the VM once it has finished being deployed:
Cloud Solution Architect. Helping customers transform their business to the cloud. 20 years experience working in complex infrastructure environments and a Microsoft Certified Solutions Expert on everything Cloud.
51vote
Article Rating
Subscribe
Please login to comment
3 Comments
Most Voted
NewestOldest
Inline Feedbacks
View all comments
Charles Mutinda
Member
3 years ago
Do the OS images come with WekaDeeplearning4j already setup and ready to run on GPU?
Do the OS images come with WekaDeeplearning4j already setup and ready to run on GPU?
Hi Charles,
Yes our images on GCP support GPU. This is what you need to do.
1) Deploy a VM using the Weka image
2) Edit the VM to support GPU – The following guide explains how –
https://cloud.google.com/compute/docs/gpus/add-remove-gpus
Hope that helps
Thanks
Andrew
Thanks, I’ll check it out.