﻿1
00:00:00,870 --> 00:00:11,350
‫So now let's start building an image classify it in Python but before that we need to install an import

2
00:00:11,350 --> 00:00:18,890
‫pensive flow and get us then we will import the dataset that we are going to use for this image classifier.

3
00:00:19,320 --> 00:00:21,830
‫And then we will normalize our data.

4
00:00:22,110 --> 00:00:29,430
‫And after that we will start creating neural network with get us first.

5
00:00:29,460 --> 00:00:31,980
‫We are importing some basic libraries.

6
00:00:32,020 --> 00:00:33,490
‫We are importing them.

7
00:00:33,520 --> 00:00:40,740
‫We are importing pandas and we are importing my product to use realize our immense dataset.

8
00:00:41,380 --> 00:00:48,920
‫Now before importing tens of flow you need to install it to install.

9
00:00:49,090 --> 00:00:51,800
‫You have to go to your command chrome.

10
00:00:51,970 --> 00:00:53,020
‫So first press.

11
00:00:53,020 --> 00:00:54,280
‫Windows are.

12
00:00:54,400 --> 00:00:57,100
‫It will open the Run dialog box.

13
00:00:57,220 --> 00:01:05,140
‫Then you have to write C M the CMB sense for command prompt and then click on.

14
00:01:05,230 --> 00:01:09,280
‫OK here right.

15
00:01:09,390 --> 00:01:14,740
‫Conda installed tense up slow

16
00:01:22,150 --> 00:01:27,470
‫then press enter.

17
00:01:27,600 --> 00:01:32,730
‫It may take some time in my system.

18
00:01:32,890 --> 00:01:42,610
‫The pensive Floyd's already installed then we need to upgrade the tense of the slow version 2.0 since

19
00:01:42,700 --> 00:01:49,020
‫we will be using tense up floor 2.0 for this cause to upgrade it.

20
00:01:49,120 --> 00:01:58,180
‫You have to write this statement Pip is based install then upgrade tensor flow equal to two point zero

21
00:01:59,990 --> 00:02:02,830
‫so download pattern or book copy.

22
00:02:02,830 --> 00:02:06,410
‫This come on and run it in your command prompt.

23
00:02:08,110 --> 00:02:12,580
‫If you are facing any edit then you first separate install the pip.

24
00:02:12,700 --> 00:02:20,050
‫You can use this command to install Pip and if you are still facing some error then you have to correct

25
00:02:20,050 --> 00:02:28,740
‫your environment variables you'll find a separate review about how to setup your environment variables

26
00:02:29,160 --> 00:02:37,540
‫in the appendix section of discourse so remember first when this command conduct and sorry tensor slope

27
00:02:38,190 --> 00:02:48,100
‫then install Pip and then run this command to upgrade your cancer flow to 2.0 plus version.

28
00:02:48,180 --> 00:02:57,170
‫Now if you have successfully installed and such look we need to import ICT we're importing tensor flow

29
00:02:57,220 --> 00:03:06,910
‫as if and we're also importing get us from some flow.

30
00:03:07,060 --> 00:03:11,970
‫Now you can check the version of your install expensive floor using this Come on.

31
00:03:12,450 --> 00:03:23,550
‫So for us you can get us dot double underscored version double underscore just run this and you can

32
00:03:23,550 --> 00:03:31,740
‫find that the key to us that is installed in my system is two point two point four to check the version

33
00:03:31,740 --> 00:03:35,450
‫of 10 cells low we can call the same attribute.

34
00:03:35,520 --> 00:03:39,810
‫So if not double then the scope version will enter the score

35
00:03:42,720 --> 00:03:47,580
‫you can see that the version is good point zero point zero.

36
00:03:47,580 --> 00:03:56,770
‫So just make sure that the installed version on your P.C. is greater than 2.0 in the next video.

37
00:03:57,280 --> 00:04:03,080
‫We will import the dataset that we are going to use for our first classification.

38
00:04:03,100 --> 00:04:03,670
‫Example.

