Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innixma/kaggle2017
Kaggle Data Science Bowl 2017
https://github.com/innixma/kaggle2017
Last synced: 23 days ago
JSON representation
Kaggle Data Science Bowl 2017
- Host: GitHub
- URL: https://github.com/innixma/kaggle2017
- Owner: Innixma
- License: mit
- Created: 2017-03-06T05:45:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T19:06:56.000Z (over 7 years ago)
- Last Synced: 2024-12-05T17:44:25.806Z (about 1 month ago)
- Language: Python
- Size: 3.88 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kaggle2017
Kaggle Data Science Bowl 2017# Python distribution that we should be using
https://anaconda.org/intel# Deep Learning Python installation tutorial
https://github.com/philferriere/dlwinExample script run
```
> python scripts\template_script.py --help
usage: template_script.py [-h] -i INPUT -o OUTPUTExplain the script here
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
The input folder
-o OUTPUT, --output OUTPUT
The output folder
```