Manage projects
In this section, you take an extended look at a process to create a project in Deep Learning Studio (DLS). Here we will create one example project for MNIST dataset.
Prerequisites
In this tutorial, we assume that you have basic understanding of Deep Learning. But it doesn't assume you're an expert in either.
To build a Deep Learning Project, you need to have Deep Learning Studio installed. If not, please follow the installation guide.
Get Started
1) Start DLS and login and click on the "Projects" tab. c:
1) My Projects
2) Sample Projects

Note: Deep Learning Studio provides some example "Sample Projects". Click on Sample projects and copy any project by clicking on "Copy" icon.

2) Creating MNIST Handwritten Digit Classifier using recurrent neural network (RNN) project with Deep Learning Studio. And most importantly without writing code.
- Go to the “Projects” tab from the left sidebar. Create a new project by clicking on the + icon.
- Name of the project.
- Choose project type, here you will get the two options “Custom Neural Network” and “AI App Module” as we are building a neural network. We will choose “Custom neural network” as the project type.
- You can write a small description for project.
- Press on right-click to save the project and open it.

3) Once opened the project, you will find these tabs:
1) Data
2) Model
3) HyperParameters
4) Training
5) Results
6) Inference/Deploy
- You will see the "Data" tab first. Select MNIST dataset. DLS provides MNIST dataset by default in public datasets.
- After selecting the dataset, choose the train/test/validation split. Click on the drop-down and choose the ratio split or you can also do a custom train/test/validation split. You will see the separation of data according to the total record.

- Create model without writing code. Just by dragging and dropping the layers from the Layers tab, we will create neural network model to train the dataset.
- Select and drag the layers on the network stack area (canvas).
- Design model according to your configuration settings.

- Switch to hyperparameter tab, tune the hyperparameter as per your requirement to train the model.
- Here we will train our model for 10 epochs only. And will keep rest hyperparameters as default.

- Moving to the training tab, change the default run name if you want.
- Save your weight in three ways: “End of epoch”,”Best Accuracy