You can discuss any issues concerning installation in this thread.
We assume that you have basic data science toolkit (sklearn, numpy/scipy/pandas). Basically whatever comes with default anaconda distribution.
Assignments require numpy, scipy, pandas, matplotlib, scikit-learn and sometimes tqdm to launch. Luckily, all those packages are either pre-installed or can be installed with pip install <name>.
You will also need to install PyTorch:
If you don't/can't install that (e.g. you use windows and installation is tricky), try Docker Container for CPU or nvidia-docker for GPU.
If you run into any trouble, feel free to post here, even if it's like "i don't know what the hell all these letters mean!!!".
You can discuss any issues concerning installation in this thread.
We assume that you have basic data science toolkit (sklearn, numpy/scipy/pandas). Basically whatever comes with default anaconda distribution.
Assignments require numpy, scipy, pandas, matplotlib, scikit-learn and sometimes tqdm to launch. Luckily, all those packages are either pre-installed or can be installed with
pip install <name>.You will also need to install PyTorch:
If you don't/can't install that (e.g. you use windows and installation is tricky), try Docker Container for CPU or nvidia-docker for GPU.
If you run into any trouble, feel free to post here, even if it's like "i don't know what the hell all these letters mean!!!".