anhtp524 / int3405-examples

Examples from the INT3405 course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

int3405-examples

Một số ví dụ từ khóa học máy INT3405

Install dependencies

  • Khởi tạo một môi trường ảo, nếu lệnh này bị lỗi bạn phải cài đặt virtualenv (python3 -m pip install --user virtualenv)

    python3 -m venv venv

  • Load môi trường ảo

    source venv/bin/activate

  • Cài đặt các thư viện được liệt kê trong requirements.txt

    pip install -r requirements.txt

Sử dụng lệnh jupyter notebook để chạy chương trình python với giao diện web, tương tự Gogole Colab hoặc Kaggle

About

Examples from the INT3405 course

License:MIT License


Languages

Language:Jupyter Notebook 76.8%Language:Python 23.2%