Build A Simple Machine Learning Python Program

แชร์
ฝัง

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

  • @teerthraj_verma
    @teerthraj_verma 3 ปีที่แล้ว +20

    at first i didnt understood what i did but
    after a lot of thinking finally understood that
    the model you created doesnt know about the function
    it only took feature_set as input to model and target_set as output for learning
    and predicted the output of test_set without knowing about function

  • @rodrickngonyoku5042
    @rodrickngonyoku5042 3 ปีที่แล้ว +37

    I have no Idea what I just did, but it worked

    • @edug8047
      @edug8047 3 ปีที่แล้ว +2

      Exactly!

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

      1 year later and this is the most relatable comment

  • @teerthraj_verma
    @teerthraj_verma 3 ปีที่แล้ว +6

    i never did any ml project before
    this was my first ml program ever
    i loved it

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

      Have you figured out how to do it with predictive text yet?

  • @sustainedcruelty
    @sustainedcruelty 4 ปีที่แล้ว +9

    Thanks a lot for making this video!

  • @palashgupta5056
    @palashgupta5056 3 ปีที่แล้ว +2

    I did implement in similar way exactly. But the prediction is not working seems. What might be the reason ?

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

      When I align my test data range with train data range similar, then it started giving good result.

  • @aishwaryanaik6787
    @aishwaryanaik6787 4 ปีที่แล้ว +3

    Hi sir,
    Python executives code before completing.
    Please help me.

  • @fuzzy-02
    @fuzzy-02 3 ปีที่แล้ว +9

    You did not explain what linearregression is
    Which sounded like the core of all the code you have written

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

      Linear Regression is a basic mathematics concept....

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

      @@guillecobo_ no it's not. It's related to statistics.

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

    Can someone help me , I got to stuck with Indentation error: unexpected indent for the *function*

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

      me too, I realized that python is a procedural language, *so just move it back to the beginning of the line or remove any taps or blank spaces before that line.*
      it has been 3 weeks and I don't know if this will be any help, but keep going, brother.

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

      @@Todoolidoo yup I got it :-)

  • @vj.joseph
    @vj.joseph 3 ปีที่แล้ว +1

    got stuck at the creating the model step. it shows error.

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

    Eye opener :)

  • @manasathamatani8614
    @manasathamatani8614 3 ปีที่แล้ว +1

    you're bloody amazing man

  • @suomynona7261
    @suomynona7261 2 ปีที่แล้ว +1

    Thanks!

  •  4 ปีที่แล้ว

    can you build a learning machine with MME9? this is a setup Larry Williams 9.2 and 9.3, do you know right!

  • @andrewtupua4039
    @andrewtupua4039 4 ปีที่แล้ว +2

    Thank you ! I found your way of teaching to be pretty useful

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

    Can anyone help me out ,I'm getting error like couldn't able to convert int value into float from datasheet

  • @SmokeInYourScreen
    @SmokeInYourScreen 3 ปีที่แล้ว +1

    How is this different from a basic linear regression model?

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

    A bit unrelated, but can you share what keyboard are you using to type the code here?

  •  4 ปีที่แล้ว

    onde more question, a learning machine can to learn with errors?

  • @fbi2214
    @fbi2214 4 ปีที่แล้ว +4

    I actually made this without installing any ml algorithms and it was like 3 days ago

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

      Would you mind sharing the code ? i want to learn ML from scratch

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

      Do you know how to do it with text?

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

    Thank you

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

    Is this a deep learning program?

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

    Nice video

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

    Bro I will pay you to help me do this with language from text. I can’t find one this simple and it’s frustrating because I have looked for almost a year now. I usually get through a tutorial and it doesn’t work for whatever reason. Like a module of torch isn’t available in pydroid3. Please I’ll cash app you

    • @ComputerSciencecompsci112358
      @ComputerSciencecompsci112358  2 ปีที่แล้ว +1

      Hi Suomy,
      What exactly is "language from text" ?

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

      @@ComputerSciencecompsci112358 Thank you so much for your swift reply!!! This is my new passion for a year and a half now!!!
      So we predicted or the machine predicted the total being 100. What if it could look at user input (I’m guessing as the coefficients) and respond in context from learning from a string value like a paragraph (as the data set or corpus) instead of integers. So if I said, “what does hello world refer to” it would look at a text or paragraph as it’s corpus that has a description of the origins of hello world and respond like, “a common greeting used by programmers”.. basically create a custom chat bot that learns from what ever text is in its corpus.
      I currently have a bot that can read text and respond with sentences with words from its corpus that were preloaded and updated by user input but it doesn’t really seem coherent.. it just pairs words and repeats.. but this model in this video seems wayyyy more accurate! The only issue for me is it’s in integer values are not strings or words.

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

      I’m thinking in a greeting scenario the x,y,z, in the linear function for the target data set, x could be “you” y could be “how” and z would be “are” and then some how it puts them in order(“how are you”)because it saw in the feature data set for the three columns a bunch of sentences of common greetings..or three different paragraphs.?.?
      This is just my best guess of what’s going on and how I could communicate my idea. You helped me actually understand what’s going on in machine learning with your video because it was super simple. My search was simple machine learning tutorial lol.
      I still get tons of syntax errors because I am informally taught by using tutorials and coding apps but am starting to get the hang of it. So to see a tutorial done by you on this concept with no errors, clear and precise, would help me tremendously with my personal goals, hobby, and passion.

  • @jivey5123
    @jivey5123 3 ปีที่แล้ว +12

    Finally a CS tutorial with a understandable accent.

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

      I get what you mean 😂. But you have to admit they really know there craft.

  • @bejaminog
    @bejaminog 4 ปีที่แล้ว +1

    can i copy and paste?

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

    that white color scheme tho O_O

  • @ricardochirinos1382
    @ricardochirinos1382 3 ปีที่แล้ว +2

    I don't get it, what is this trying to accomplish?

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

      The machine Predicting The Total

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

      @@suomynona7261 And how would that be helpful?