WEBVTT

00:00.330 --> 00:01.163
-: Hi guys.

00:01.163 --> 00:03.870
Welcome back to the Artificial Intelligence course.

00:03.870 --> 00:08.550
We're gonna implement our AI solution in Spyder Anaconda,

00:08.550 --> 00:10.740
which is an idea that I highly recommend

00:10.740 --> 00:11.850
because it's like a studio.

00:11.850 --> 00:15.330
You'll have your editor where you implement your code,

00:15.330 --> 00:18.060
you have the console to execute your code,

00:18.060 --> 00:19.320
and some other features,

00:19.320 --> 00:22.920
like a way to easily look at all your variables

00:22.920 --> 00:25.680
that you create during your implementation.

00:25.680 --> 00:28.440
So therefore, please all go to Google.

00:28.440 --> 00:31.530
And if you don't have an Anaconda yet, let's download it.

00:31.530 --> 00:33.037
So you just type here:

00:33.037 --> 00:35.430
"Anaconda," just like this.

00:35.430 --> 00:36.930
And here we go.

00:36.930 --> 00:40.680
You can take the second link, download Anaconda.

00:40.680 --> 00:41.550
And now,

00:41.550 --> 00:42.870
depending on your system,

00:42.870 --> 00:45.720
make sure to choose the right system here.

00:45.720 --> 00:48.450
I think it should automatically be detected.

00:48.450 --> 00:50.010
If you're on Windows, click here.

00:50.010 --> 00:51.210
If you're on Mac, click here.

00:51.210 --> 00:53.430
And if you're on Linux, click here.

00:53.430 --> 00:54.810
I'm on Mac, so all good.

00:54.810 --> 00:58.140
And now make sure to download Python 3.6.

00:58.140 --> 01:03.090
So make sure to click this download button for Python 3.6.

01:03.090 --> 01:05.910
And now the download just started,

01:05.910 --> 01:06.840
is right here.

01:06.840 --> 01:08.610
40 seconds on my computer.

01:08.610 --> 01:11.190
Here you have the option to get a cheat sheet.

01:11.190 --> 01:13.410
You can say, "No thanks," you can close this.

01:13.410 --> 01:16.770
We won't need it for our implementations.

01:16.770 --> 01:21.270
All right, so I'll accelerate until the download is over.

01:21.270 --> 01:22.350
All right, here we go.

01:22.350 --> 01:23.520
Download over.

01:23.520 --> 01:27.750
So now let's go to our download folder, which is right here.

01:27.750 --> 01:31.740
And here is the file that I just downloaded.

01:31.740 --> 01:34.890
And so this is the installation file that will

01:34.890 --> 01:37.050
install Anaconda.

01:37.050 --> 01:38.460
So you just double click on it

01:38.460 --> 01:42.480
then you click Continue, Continue, Continue, Continue.

01:42.480 --> 01:45.630
Agree and install.

01:45.630 --> 01:47.550
And this will install Anaconda.

01:47.550 --> 01:50.010
It will just take a few minutes,

01:50.010 --> 01:51.150
maybe less,

01:51.150 --> 01:52.590
and you'll get Anaconda.

01:52.590 --> 01:54.750
You'll get the Spyder Studio

01:54.750 --> 01:58.800
on which we will implement our AI solutions.

01:58.800 --> 02:01.950
So again, I'll accelerate until the end.

02:01.950 --> 02:04.170
Perfect. The installation is over.

02:04.170 --> 02:06.360
You don't have to install Microsoft VS Code.

02:06.360 --> 02:07.431
So you can just click

02:07.431 --> 02:08.490
(computer dinging)
continue here.

02:08.490 --> 02:09.450
And here we go.

02:09.450 --> 02:12.030
Let's just close it.

02:12.030 --> 02:14.370
You can just keep it or move it to the trash.

02:14.370 --> 02:16.410
And now we have Anaconda.

02:16.410 --> 02:17.700
So I'm on a Mac here.

02:17.700 --> 02:20.880
So the way to get Anaconda is just go to Applications

02:20.880 --> 02:23.670
and then double click on Anaconda Navigator.

02:23.670 --> 02:25.440
And for Windows users,

02:25.440 --> 02:29.220
you'll find Anaconda in your list of programs,

02:29.220 --> 02:30.570
by clicking the Windows button.

02:30.570 --> 02:32.580
And then find Anaconda here.

02:32.580 --> 02:36.300
Or you can just type Anaconda in the research bar.

02:36.300 --> 02:39.180
And again, you have to open Anaconda Navigator.

02:39.180 --> 02:42.840
And for Linux users, same, you'll find Anaconda Navigator

02:42.840 --> 02:45.930
in your list of programs or applications.

02:45.930 --> 02:48.270
Well, I'm sure you'll find that very easily.

02:48.270 --> 02:50.580
So let's double click on that.

02:50.580 --> 02:53.430
This will open Anaconda

02:53.430 --> 02:57.000
and inside Anaconda we'll find several IDs

02:57.000 --> 02:58.500
and we'll choose Spyder.

02:58.500 --> 02:59.520
Here we go.

02:59.520 --> 03:01.290
So we are inside Anaconda,

03:01.290 --> 03:04.500
and indeed there are several IDs,

03:04.500 --> 03:06.270
including Jupyter Notebook,

03:06.270 --> 03:08.010
which is a very good one.

03:08.010 --> 03:09.660
And of course Spyder,

03:09.660 --> 03:12.210
which is the one we'll choose for this course,

03:12.210 --> 03:15.150
as in fact, any other of our courses.

03:15.150 --> 03:18.780
So, to open Spyder we just need to click Launch

03:18.780 --> 03:22.260
and here we go, this will launch Spyder,

03:22.260 --> 03:25.110
and that is exactly where we are going to implement

03:25.110 --> 03:26.523
our AI solution.
