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
- Host: GitHub
- URL: https://github.com/rish-16/bbcs-ml-winpetition
- Owner: rish-16
- Created: 2019-06-07T00:13:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T04:30:26.000Z (about 7 years ago)
- Last Synced: 2025-08-30T10:42:20.516Z (10 months ago)
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |