Iris Dataset EDA Lecture1@ Applied AI Course

Поделиться
HTML-код
  • Опубликовано: 24 сен 2024

Комментарии • 51

  • @nagakalyan4971
    @nagakalyan4971 3 года назад +7

    Excellent analysis, this is what exactly I need, you are explaining why (Intuition behind each plot) and what (what kind of data analysis we are doing with each plot) part more rather concentrating on how (python implementation) part. now I am confident learning data science is not too complex

  • @DatOpsOn
    @DatOpsOn 4 года назад +2

    Really good I am studying data science and I made all of this but I am practicing again and it is so helpful for me.

  • @rakeshkumarmeena2049
    @rakeshkumarmeena2049 6 лет назад +1

    I like the way of your Explaining -> step by step with the answering of that why we r doing that...I like it...&always waiting for such type of more videos..in my @Notification Box.

  • @happycatshappylife539
    @happycatshappylife539 Год назад

    Thanks sir , i am so confused... i doesn't known where to start but this vedio really help me ones again thank you so much ❤️

  • @someshrewadkar3899
    @someshrewadkar3899 2 года назад

    1:22 this example won my heart

  • @aravindgoli9407
    @aravindgoli9407 5 лет назад +1

    Superb Explanation.......and Clearing concepts good

  • @siddhantsingh1784
    @siddhantsingh1784 Год назад

    9:06 here the vector is n dimensional array or n length array

  • @kulbiks
    @kulbiks 6 лет назад +2

    As far as my knowledge is concerned, features or variables could also be called as "predictors". You may also mention that term here.

  • @maulikjadav9673
    @maulikjadav9673 4 года назад +1

    [2, 3, 4, 5] is NOT a 4-dimensional array, it's an only 1-Dimensional array.
    An example of 2-dimensional array would be:
    [ [1,2,3],
    [4,5,6] ]

    • @AppliedAICourse
      @AppliedAICourse  4 года назад +7

      [2,3,4,5] is a 4-dimensonal vector. That's what we meant. Sorry, if we messed up the terminology.

  • @nomanfaraz786
    @nomanfaraz786 3 года назад

    Dude thats a very nice and clean explanation

  • @thanzaw3883
    @thanzaw3883 4 года назад

    In this video the code line for seaborn,
    sns.FacetGrid(Iris, hue="species", size=4) \

  • @dikshagupta3276
    @dikshagupta3276 2 года назад

    Nice explanation 👌

  • @salahamani9619
    @salahamani9619 Год назад

    so helpful , thank you !

  • @reddyvarinaresh7924
    @reddyvarinaresh7924 6 лет назад

    Awesome!!!! expecting more videos

  • @anastasiacotov9756
    @anastasiacotov9756 4 года назад

    nice explanation

  • @naturalcure4628
    @naturalcure4628 3 года назад

    what are the prerequisites for this course? What should I know before starting this course?

    • @AppliedAICourse
      @AppliedAICourse  3 года назад

      We try to cover everything from scratch including programming and mathematics. A knowledge of high school level mathematics is all that you need to get started. Please go to the course website, AppliedAICourse.com, and check out the free videos and live sessions to see if you’re able to follow the initial chapters in the course videos.

  • @ChandanKr.16
    @ChandanKr.16 5 лет назад +1

    U r really awesome teacher

  • @fackmedude
    @fackmedude 6 лет назад

    rly nice tutorial thx :)

  • @johnsonworkmail4350
    @johnsonworkmail4350 5 лет назад

    Hi, how do you create a scatter plot of different figures and group them in one visualizaton

    • @AppliedAICourse
      @AppliedAICourse  5 лет назад

      You could create multiple subplots in Python within a bigger diagram. Here is an example snippet of code with good explanation: jakevdp.github.io/PythonDataScienceHandbook/04.08-multiple-subplots.html

  • @abhipsatripathy3934
    @abhipsatripathy3934 4 года назад

    What is the location of your iris.csv data file? From where are you importing this?

    • @sangameshchandan3967
      @sangameshchandan3967 4 года назад

      If we store the dataset in jupyter notebook itself then no need of mentioning the location

  • @panagiotisgoulas8539
    @panagiotisgoulas8539 2 года назад

    video starts at 12:00

  • @harikam5723
    @harikam5723 6 лет назад +2

    Will i get jupyter notebooks if i subscribe to the course?

    • @AppliedAICourse
      @AppliedAICourse  6 лет назад

      Yes, you will get IPYTHON notes at our website.. please visit appliedaicourse.com

    • @harikam5723
      @harikam5723 6 лет назад

      Can you please give me direct url. i have searched in the website and could not find any jupyter notebooks.

    • @AppliedAICourse
      @AppliedAICourse  6 лет назад

      Hi harika, please find it in the description of this video.. you will get the link

    • @PanneerYuvaraja
      @PanneerYuvaraja 6 лет назад

      you can easily get jupyter notebooks if you install anaconda from internet.

    • @AppliedAICourse
      @AppliedAICourse  6 лет назад

      Yes, you will get ipython notebooks

  • @christgracechurch_official
    @christgracechurch_official 5 лет назад

    please share the program link

  • @SwavimanKumar
    @SwavimanKumar 4 года назад

    Is one dimensional vector a scalar if i write an array as [5.1, 3.2, 7.1]? Or will it be called a 2D vector? Help clarify.

    • @AppliedAICourse
      @AppliedAICourse  4 года назад +1

      This is a 1-dimensional array which is also be interpreted as a vector in mathematical context. A 2D array is a matrix.

  • @cjwindisch
    @cjwindisch 4 года назад

    If anyone is coding along and needs the dataset, I think this is the same one google "iris dataset github": gist.githubusercontent.com/netj/8836201/raw/6f9306ad21398ea43cba4f7d537619d0e07d5ae3/iris.csv

  • @seemabkarim5210
    @seemabkarim5210 4 года назад

    apki voive clear nai ati ha ,,acha krvaty hn ap lkn voice slow c ha

  • @nageshsatapathy7179
    @nageshsatapathy7179 5 лет назад

    Is there any provision of classroom training

    • @AppliedAICourse
      @AppliedAICourse  5 лет назад

      Sorry, we don't have classroom sessions. In our online course, we have 70+ hrs of online live sessions

  • @renukachowdary709
    @renukachowdary709 3 года назад

    sir can you please tell how to download iris dataset

    • @AppliedAICourse
      @AppliedAICourse  3 года назад

      That’s just a Google search away. You can download it from here: archive.ics.uci.edu/ml/datasets/iris

  • @pichukasujith1564
    @pichukasujith1564 5 лет назад

    I cant able to download iris. Csv file help me

    • @AppliedAICourse
      @AppliedAICourse  5 лет назад +2

      You can download dataset from here : www.kaggle.com/uciml/iris or
      You can also try this-
      from sklearn import datasets
      iris = datasets.load_iris()

  • @TheAslanmemo
    @TheAslanmemo 5 лет назад

    can you send me matlab code

    • @AppliedAICourse
      @AppliedAICourse  5 лет назад +1

      Sorry, we dont use Matlab. If you are planning to pickup ML or Data science, I recommend you pickup Python as it has some of the best tools for ML.

  • @mathankumars896
    @mathankumars896 5 лет назад +1

    Need to improve the sound system

  • @abdkumar1300
    @abdkumar1300 6 лет назад

    sexy.
    nice explanation waitinng for more and more videos like this

  • @p4s153
    @p4s153 5 лет назад +1

    Ohh..25 min nd very less things to take away..buddy you say a lot of basic stories.

  • @Sorce-Leu_Explore-the-world
    @Sorce-Leu_Explore-the-world 5 лет назад

    good explanation