Practical Machine Learning in Python

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

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

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

    Most informative for a newbie to machine learning.

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

    Awesome talk. Really good real world usage of machine learning. Im psyched to start learning this stuff

  • @sentdex
    @sentdex 11 ปีที่แล้ว +7

    ...for a programmer, it's like I'm watching some really good porn... and just can't stop!
    Nice presentation and I couldn't help but laugh:
    "Excalibur... " *thinking hmmm thats not right* "silver bullet!" *okay I am done*
    "Analogies.. so anyway..."
    *thinking FFS*
    "Metaphors?"
    "WHATEVER!"
    Thanks for sharing the video!

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

    Thanks for the walkthrough. Note: in my tests persisting dictionaries as JSON is much faster than shelve(pickling) dicts.

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

    Machine learning can be implelemented using Python.

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

    Thanks fro the talk!

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

    LOL, the questions those guys posed in the end ...

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

    Good day all, i am a post graduate student working on "Detecting and preventing SQL injection attack on a database using machine learning approach". My Major challenge right now is generating the dataset and how to write the appropriate code in Python, i will be highly grateful if any one can help me out in generating the python code to do that, thanks alot.

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

    "Don't blindly apply ML."
    Learn whats going on. Once you understand what is going on, the python will be simple.

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

    Why, so you could copy/paste instead of actually learning what ML is and how to do it?
    I guarantee that if you know python that enough information was given for you to put together the code yourself. The amount of code needed for this is not insignificant (check the lengths of ML libraries sometime) but the entire process can be communicated in a much condensed version for anyone with experience in programming. Don't be lazy, you'll thank him later when you need to code a new variation.

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

    ML in Python... I was anticipating some actual code, but instead only a generic overview in much less details than i already found in TH-cam. Formulas and pseudo-code would be far more helpful. Source code in Python would be much better though, yet, no single code... what a disappointment :-( the talk was great, but I was hoping for source code...