An open API service indexing awesome lists of open source software.

https://github.com/rish-16/bbcs-ml-winpetition

Datasets and resources for the BuildingBloCS 2019 Conference
https://github.com/rish-16/bbcs-ml-winpetition

Last synced: 5 months ago
JSON representation

Datasets and resources for the BuildingBloCS 2019 Conference

Awesome Lists containing this project

README

          

# BBCS-ML-Winpetition

Datasets and resources for the BuildingBloCS 2019 Conference

---

This repo contains datasets that you will be using for the hands-on sessions. You can find the following here:

1. HANDS_ON.txt
2. TASK1_DATASET.txt
3. TASK2_ADDITIONAL.txt
4. TASK2_DATASET.txt

---

In the Colab notebook, you can find the command to download the files at the top:

```bash
!wget https://raw.githubusercontent.com/rish-16/BBCS-ML-Winpetition/master/HANDS_ON.txt
!wget https://raw.githubusercontent.com/rish-16/BBCS-ML-Winpetition/master/TASK1_DATASET.txt
!wget https://raw.githubusercontent.com/rish-16/BBCS-ML-Winpetition/master/TASK2_DATASET.txt
!wget https://raw.githubusercontent.com/rish-16/BBCS-ML-Winpetition/master/TASK2_ADDITIONAL.txt
```

---

## Resources

You can find the slides, code and reference material here:

| Resource | Link |
| ------------------- | ------------------------------------ |
| Slides | https://tinyurl.com/bbcs19mlworkshop |
| Colab k-NN template | https://tinyurl.com/bbcs19handson |