Cornell CS 5787: Applied Machine Learning. Lecture 1. Part 3: About the Course

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

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

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

    Hi, thanks a lot for your wonderful channel. I would like to know if you have a course about clustering.

  • @5ar8n
    @5ar8n Год назад

    please do i need to be very good at math to get started ?

  • @kernelguardian
    @kernelguardian 3 года назад +1

    Thank you for sharing this, means a lot.

    • @benxneo
      @benxneo 3 года назад +2

      Hey do you know where to get the jupyter notebooks?

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

      @@benxneo There are two ways
      1. If you have low specification computer then: Search google Collab and do your ML programming there.
      2. If you want to do it locally then it's better to install anaconda version for your particular system(os - Mac or windows or Linux)
      After install:
      Locally you can go to a folder inside terminal/cmd prompt and type-> jupyter notebook
      In terminal/cmd
      This will open editor in a browser.
      In browser you can click new to create .ipynb files which is nothing but python file which could be run using cells inside jupyter notebook

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

      @@rohanayush Thanks for the reply but I meant the notebooks from the class. Sorry if I wasn't clear.

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

      @@benxneo Hi. I was also looking for the jupyter notebooks, you can find them on this github repo: github.com/kuleshov/cornell-cs5785-applied-ml

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

    Awesome

  • @SandeepGupta-oc8ub
    @SandeepGupta-oc8ub Год назад

    has this code been tested and debugged? Getting errors with "sk" not defined and "n_samples" not defined

    • @ankitsahay1892
      @ankitsahay1892 6 месяцев назад

      Use "import sklearn as sk", and "np_samples = 4"