Skip to content

jrzaurin/pytorch-tutorial-pydata-cambridge

Repository files navigation

Intro to Pytorch via Wide and Deep Models

Requirements are:

pandas
scikit-learn
jupyterlab
torch
tqdm

if you wanted to run the code in the notebooks, I would suggest to clone the repo and create an environment with your preferred method. E.g.:

mkvirtualenv pydata -p python3
git clone https://github.com/jrzaurin/pytorch-tutorial-pydata-cambridge
cd pytorch-tutorial-pydata-cambridge
pip install -r requirements
bash download.sh

and you are ready to go!

About

Content of the presentation at the PyData meetup in Cambridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages