Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 2.65 KB

step_two_old.md

File metadata and controls

41 lines (21 loc) · 2.65 KB

Creating an experiment

Linking your experiment with IBM Watson Machine Learning

  1. Now that you have a project, the next step is to create an experiment. Go back to create a new experiment and fill in the details.

create_experiment

  1. In order for you to create an instance, you will need to create a Watson Machine Learning instance as well. IBM WML is a comprehenive solution that is your gateway to various machine and deep learning technologies.

  2. If you have existing Waton Machine Learning instance then you should be able to click on the Reload button and associate that account and skip step 4.

4a. If not, click on the Associate a Machine Learning service instance link and follow the steps to create an instance.

4b. Select the Lite plan and click on create. Once created close the new tab that had opened up and come back to the experiment assistant

create_ml_account

  1. You should be able to click on the Reload button for the Machine Learning instance and your instance for Machine Learning should show up for selection.

Linking your experiment with IBM Cloud Object Storage

  1. Next step is to hook the cloud object storage instance that you had created in the last step. Click on Select button for Cloud Object Storage bucket for storing training source and results files and you will be redirected to a page asking you to connect your cloud object storage account with the experiment.

  2. Click onthe tab that says New connection and select the cloud object storage instance that you had created earlier.

cos_create_connection

  1. You will need a training/data bucket to hold your training data and a results bucket to hold your results.

  2. Select the New radio button for creating Bucket containing training data and Bucket for storing training results.

cos_create_buckets

** NOTE: Bucket name is restricted to lowercase letters from a to z, numbers, or dashes, between 3 and 64 characters in length.**

  1. The bucket names are globally unique, so be careful in picking up names for your train/results bucket. You can add a suffix of your username to make them unique.

Creating a training definition

  1. Next step it to go ahead and create a training definition which will be used to specify details about your training. Follow the instructions here