Weka Tutorial 03: Classification 101 using Explorer (Classification)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 100

  • @victorianordvang4168
    @victorianordvang4168 5 ปีที่แล้ว

    THANK YOU!! I'm a student and I'd fail uni without your videos! Sending to everyone doing Data analtics coursework!!! :)

  • @VincentvanWitteloostuyn
    @VincentvanWitteloostuyn 10 ปีที่แล้ว +3

    Adicted to the tutorials, new to Weka, will do the full 35 video training :-)
    Thanks!
    My first .arff file =>
    @relation grumpy
    @attribute'watched Weka Tutorial video' { 'yes','no'}
    @attribute'romantic evening' { 'yes','no'}
    @attribute'emotion' { 'happy','grumpy','so-so'}
    Thanks Rushdi!

  • @shane_dsmnd
    @shane_dsmnd 4 ปีที่แล้ว

    I am done watching Weka Tutorial 03. I've learned how a simple classifier is applied on a data set by using the 10 fold cross-validation

  • @JulianDavidEC
    @JulianDavidEC 12 ปีที่แล้ว

    This is the greatest tutorial !!! Thanks a lot !!

  • @chinmaymallik2331
    @chinmaymallik2331 12 ปีที่แล้ว

    Thanks a lot for the nice tutorial. Also, I appreciate this 'giving back'.

  • @utslayer1
    @utslayer1 ปีที่แล้ว

    Great Tutorial but where can i change the settings to set 5 decimal digits in the result of classification. Because i want see the predict with 5 digits. The data to train is 5 digits. Thanks

  • @sleepymeep1400
    @sleepymeep1400 4 ปีที่แล้ว

    Done watching Tutorial03.Classification101 using Explorer(Classification). I've learned that we can use the weka classifer to anaylze and test the performances

  • @raniataha9876
    @raniataha9876 4 ปีที่แล้ว

    Thanks a lot for the nice tutorial.

  • @sarcastiXperimental
    @sarcastiXperimental 6 ปีที่แล้ว

    Thank you so much for the tutorials !!

  • @kishikatard9586
    @kishikatard9586 4 ปีที่แล้ว

    Done Watching Tutorial03.Classification101 using Explorer(Classification). Ive learned the performance can most simply be measured by the counting the proportion of correctly predicted examples in an unseen test dataset. And by using the 10 fold cross-validation.

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    Thanks for watching

  • @mokhadra9289
    @mokhadra9289 8 ปีที่แล้ว

    Very useful thanks a lot, you mentioned if you want to learn which classifier work for your problem we have to get back to the old school book..... could you please name a book/books explains that?
    Thanks again

    • @rushdishams
      @rushdishams  8 ปีที่แล้ว +2

      My suggestion will be elements of statistical learning and data mining by ian witten. Also, please take a look at andrew ng's ML course.

  • @PunitMishra7294
    @PunitMishra7294 9 ปีที่แล้ว

    excellent,, now i m prepared to write an answer of ten pages and fifteen marks

  • @kadir_keles
    @kadir_keles 10 ปีที่แล้ว

    Would it be possible that you upload this video with a bit of an higher volume? Really useful work btw, thank you very much!

  • @jamaleddinereda7074
    @jamaleddinereda7074 12 ปีที่แล้ว

    Very good tutorial ... thanks Rushdi

  • @muluteklehaimanot6946
    @muluteklehaimanot6946 ปีที่แล้ว

    thank You I Get More . But When I Try On My Pc All Classifier are Inactive Except ZeroR Why Is That

  • @hebabadawy1774
    @hebabadawy1774 12 ปีที่แล้ว

    this was very helpful. Thank you so much

  • @PhilippBla
    @PhilippBla 12 ปีที่แล้ว

    Very nice tutorial, thank you!

  • @ThoRicHeLLi
    @ThoRicHeLLi 11 ปีที่แล้ว

    Such a great job! Thanks alot.

  • @MrMermaid77
    @MrMermaid77 6 ปีที่แล้ว

    hi rushdi, im still replay your tutorial. very good tutorial.

  • @Rayzoon
    @Rayzoon 6 ปีที่แล้ว

    So, Weka can develop a classification decision tree by clicking? Can it do multi label classification? Which gives an array of output?

  • @PriyankaSharma-wg7ou
    @PriyankaSharma-wg7ou 5 ปีที่แล้ว

    hi, i am new to weka and learning for my thesis. i am a bit confused about topics, on which i can continue my thesis related with text mining or usage mining, if you can suggest some topic it would be really helpful.
    thanks

  • @priyankasharma-fd1yk
    @priyankasharma-fd1yk 4 ปีที่แล้ว

    hi i install 3.9 weka tool version i use multilayer perceptron classifier but my start button are not enabled how i enabled that plz help me

  • @abhilashanand475
    @abhilashanand475 7 ปีที่แล้ว +1

    outlook
    sunny 3.0 4.0
    overcast 5.0 1.0
    rainy 4.0 3.0
    [total] 12.0 8.0
    can you please explain why the total is 12+8=20 ?...isnt the total supposed to be 14 ?

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    I didn't come across this yet. On experimenter, I have seen that it is possible to get weighted TP, FP and so on.Take a look at that.

  • @MegaDarkable
    @MegaDarkable 8 ปีที่แล้ว

    does that fold setting mean to cut into piece of number (eg : 10) and for the testing. does it random the fold?
    i mean, if it not random the fold set. how different on "Use Training Set"

    • @tahaait7236
      @tahaait7236 7 ปีที่แล้ว

      In "use training set", u train with the whole data and test over it. in Cross-validation you divide the data set between training and testing. So you select how much observations you need for testing which are the folds

  • @syedmufasir2175
    @syedmufasir2175 5 ปีที่แล้ว

    Salaam When i click on Naive Bayes it didnt get selected and it is not highlighted please suggest me your help..

  • @abdallahalmoamar9006
    @abdallahalmoamar9006 4 ปีที่แล้ว

    I'm just finish Tutorial 03.Classification 101 using Explorer(Classification). I've learned that we can use the classifiers and applied data.

  • @omariraqi
    @omariraqi 9 ปีที่แล้ว

    Very interesting. Thank you very much

  • @rcindranil22
    @rcindranil22 11 ปีที่แล้ว

    Nice work .. thanks a lot !

  • @aprende_con_youtube
    @aprende_con_youtube 9 ปีที่แล้ว

    Hi, thank you for your tutorials! Can you please point me to some online resources on the usage of classifiers? Thank you very much.

  • @perjaalexandra5021
    @perjaalexandra5021 12 ปีที่แล้ว

    Great tutorials!
    I'm new with Weka and I have some questions: I want to use weka for genomic analysis and i dont know how to configure the .arff file. Weka can be used for an .arff file with string sequences? Thx

  • @BernieLomaxisalive
    @BernieLomaxisalive 12 ปีที่แล้ว

    Awesome. Thanks a lot!

  • @rockstarscientist5900
    @rockstarscientist5900 6 ปีที่แล้ว

    hello Mr.Rushdi
    Can you tell about face recognition data set in weka?

  • @kumarparmar4276
    @kumarparmar4276 9 ปีที่แล้ว

    when i run same classifier on same dataset again. time to build model differ by say + or - 2 sec.. why is it so. does it slways keep on changing

  • @skh551
    @skh551 11 ปีที่แล้ว

    Hi Rushdi...I need a help...I need to remove a particular attribute from my training set, but I wont remove it from the test set. I do it using remove filter and I am getting train and test set incompatible error. Can you please help me with that?

  • @caot681
    @caot681 9 ปีที่แล้ว

    Hi Rushdi,
    The precision is measured by the number of correctly classified instances divided by the total classified instances(number of correctly classified instances + number of incorrectly classified instances), in this case, it is 9/14=0.64, why the displayed precision is 0.667. The same to the "recall" property.

    • @natukulapavan
      @natukulapavan 9 ปีที่แล้ว

      Cao Thinh
      It's 8/12 (tp/positives predicted by analyser) = 0.667.

  • @conrad000
    @conrad000 12 ปีที่แล้ว

    good tutorials, THX!

  • @atikur97
    @atikur97 12 ปีที่แล้ว

    It was helpful, thanks.

  • @tarungupta2793
    @tarungupta2793 8 ปีที่แล้ว

    Hi, I need to solve a problem using Weka, in which for a text, i need to categories the words into three parts. A/B/C. Can you please help me in this

    • @tahaait7236
      @tahaait7236 7 ปีที่แล้ว

      Don't you use a dataset? Because you need some historical data that emcompasses labeled data, then you select a classifier to work on new sets of observations that are the test data

  • @MrWave007
    @MrWave007 12 ปีที่แล้ว

    is it possible to set the the tp rate of one class on a special rate (eg. 0,9)

  • @Narzedie7001
    @Narzedie7001 12 ปีที่แล้ว

    Thanks for this demo

  • @KayYesYouTuber
    @KayYesYouTuber 11 ปีที่แล้ว

    Nice tutorial. Thanks

  • @rushikeshjoshi6153
    @rushikeshjoshi6153 9 ปีที่แล้ว

    Nice one!!

  • @14incTV
    @14incTV 12 ปีที่แล้ว

    fine one. kudos

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    You are welcome

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    My pleasure

  • @vsedits2846
    @vsedits2846 7 ปีที่แล้ว

    Towards an Applicability of Current Network Forensics for Cloud Networks: A SWOT Analysis -- this is my research paper... How can i use classification and clustering in cloud network attacks...plssss help me

  • @scaylar7246
    @scaylar7246 2 ปีที่แล้ว

    Please show how to used Classification with PART AND J48..

  • @zhannakononenko4242
    @zhannakononenko4242 11 ปีที่แล้ว

    thank you very much!

  • @shivaclasses1683
    @shivaclasses1683 5 ปีที่แล้ว

    Hello sir , can u tell me about the breast cancer dataset in weka

  • @sergeiprokofiev3148
    @sergeiprokofiev3148 4 ปีที่แล้ว

    Weka tutorial 03: classification
    Ive learned how to classify in weka and also the diff classifier

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    You are welcome sir

  • @erickyego4079
    @erickyego4079 8 ปีที่แล้ว

    Good job

  • @shivasishchakraborty4111
    @shivasishchakraborty4111 12 ปีที่แล้ว

    helpfull ..thanks

  • @fabianrsantiesteban1
    @fabianrsantiesteban1 12 ปีที่แล้ว

    Muy bueno, Thanks!!!

  • @AmitKalshetti
    @AmitKalshetti 12 ปีที่แล้ว

    thx to upload this

  • @shahriarislam5107
    @shahriarislam5107 4 ปีที่แล้ว

    how to train image dataset?

  • @binlei9828
    @binlei9828 10 ปีที่แล้ว

    Thank you very much

  • @naglaagaze6691
    @naglaagaze6691 8 ปีที่แล้ว

    thanks for clarification

  • @vaishnaviinamdar2300
    @vaishnaviinamdar2300 6 ปีที่แล้ว

    I am unable to run the model that I load from past saved models. Eeeeh.!

  • @sujipriya240
    @sujipriya240 6 ปีที่แล้ว +1

    tq..but konjam sound aah peaunga sir

  • @mondmiranda3610
    @mondmiranda3610 4 ปีที่แล้ว

    Thanks

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    Thanks.

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    Welcome

  • @vsedits2846
    @vsedits2846 7 ปีที่แล้ว

    Give me some ideas to work on it

  • @rushdishams
    @rushdishams  11 ปีที่แล้ว

    It is not permitted. Your training and test dataset should contain same amount of features, same names and data types.

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    You can email me. I will try my best.

  • @konradhryniewichill9625
    @konradhryniewichill9625 11 ปีที่แล้ว

    Thanks God :)

  • @zacksyah
    @zacksyah 10 ปีที่แล้ว

    What datasets are used to measure accuracy, whether any training data or test data or the whole test data combined with the data training?
    Can I ask further through ym or email?
    what's your email?

  • @333deepak
    @333deepak 8 ปีที่แล้ว

    good

  • @nileshthorat2403
    @nileshthorat2403 3 ปีที่แล้ว

    Present sir

  • @mohammeddanishreza4902
    @mohammeddanishreza4902 7 ปีที่แล้ว

    u failed to explain "test options" for wat i came here :(

    • @rushdishams
      @rushdishams  7 ปีที่แล้ว

      Even not the explanations from 4:58?

    • @mohammeddanishreza4902
      @mohammeddanishreza4902 7 ปีที่แล้ว

      yuppppp....aftr seeing dat only i m telling uhhh....d explaination was not dat much good as i expected it to be ....wanted to knw wen n on wat basis we can select those test options ....i mean how can we knw wich test options we have to select fr our data set :)

    • @rushdishams
      @rushdishams  7 ปีที่แล้ว +1

      Thanks. This tutorial is like a hands-on. You need to see research papers for selecting the right method of testing. For instance, one quick solution if your dataset is small: go for k-fold CV. But all the methods have their pros and cons, which are intentionally left out from the tutorial as they are not the scope of it.

    • @mohammeddanishreza4902
      @mohammeddanishreza4902 7 ปีที่แล้ว

      thnks for d rest part of tutorial :)

  • @MrMaulikthaker
    @MrMaulikthaker 11 ปีที่แล้ว

    nice one explained

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    :)

  • @sale7kliefy149
    @sale7kliefy149 5 ปีที่แล้ว

    _!_

  • @AmitKalshetti
    @AmitKalshetti 12 ปีที่แล้ว

    sir i want to chat with u please chat
    sir

  • @misoSoup_02
    @misoSoup_02 4 ปีที่แล้ว

    I am done watching Weka Tutorial 03. I've learned how a simple classifier is applied on a data set by using the 10 fold cross-validation

  • @sairamnaidu6086
    @sairamnaidu6086 8 ปีที่แล้ว +2

    excellent,, now i m prepared to write an answer of ten pages and fifteen marks

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    My pleasure

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    :)

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    :)

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    :)

  • @rushdishams
    @rushdishams  12 ปีที่แล้ว

    :)