This repository contains all the reference materials for ML/DL workshops.
For workshop participants:
- You can find the code in the
notebook
directory and the slides in theslides
directory. - All the workshop content should be in its independent folders; the name of the folder should be your workshop name.
- Datasets are usually not stored in this repository. Go to https://drive.google.com/drive/folders/1IAG4U91Y811WW-coUOg4upHNDveD4mfH?usp=sharing to download the corresponding datasets.
For workshop members:
- You can put whatever you are working on in your corresponding folder, just keep in mind the repository is public, so everyone with the link is able to see your work.
- A week before the workshop, make sure to do the following:
- Move any datasets to google drive, no datasets should be on GitHub, unless you want to clone a repository GBs in size.
- Put your slides (or any reference material you want to present/make available) in the
slides/<your-work-shop>
folder. - Reformat your notebook so it is streamlined and presentable. If someone downloaded your notebook, they should be able to follow along without asking you basic questions like "which dataset am I using for this problem?" or "how to download this package?". In other words, write good comments!