Step 2:  

clear all;
clc;
close all;

net=feedforwardnet(10);  %one hidden layer with 10 nodes
net.name = 'Wine Classification';

load wine_dataset;   % load the wine data set