1
00:00:00,780 --> 00:00:08,240
Welcome to practical implementation of multilayer Perceptron neural network in Matlab using toolbox

2
00:00:08,930 --> 00:00:16,260
Motlop Tool Box is an excellent tool for those who want to use artificial neural network for solving

3
00:00:16,260 --> 00:00:23,130
a problem and are more interested in the applications of neural network and rather than the technical

4
00:00:23,130 --> 00:00:28,160
aspects of different algorithms and really don't have time for programming.

5
00:00:28,290 --> 00:00:35,240
I think even this tool box is providing more than you need for applications of artificial neural network.

6
00:00:35,430 --> 00:00:38,880
Here I'm using Matlab version 2017.

7
00:00:39,150 --> 00:00:44,240
If you have a higher version or a normal version of this model, don't worry about that.

8
00:00:44,250 --> 00:00:49,230
Just look for the same tools that I'm going to use throughout this course.

9
00:00:50,130 --> 00:00:56,400
The simplest application of artificial neural network is function approximation, which we discussed

10
00:00:56,400 --> 00:00:59,010
it a little bit during the technical session.

11
00:00:59,490 --> 00:01:03,090
Now let's see an example and generate some data.
