AI from Space using Azure presentation and source code
Introduction to technologies and frameworks for Deep Learning using satellite data and moving to production with Azure.
https://azure.microsoft.com/en-us/services/open-datasets/catalog
https://docs.rastervision.io/en/0.10/
az group create \
--name AIBootcamp2019 \
--location westeurope
az storage account create \
--resource-group AIBootcamp2019 \
--name aibootcamp2019sa \
--location westeurope\
--sku Standard_LRS
az batch account create \
--name aibootcamp2019sa \
--storage-account aibootcamp2019sa \
--resource-group AIBootcamp2019 \
--location westeurope
az batch account login \
--name aibootcamp2019sa \
--resource-group AIBootcamp2019 \
--shared-key-auth
az batch pool delete --pool-id {pool name}
az group delete --name AIBootcamp2019