AWS Image Categorization Progress
By Elisabeth Cawley
This week I explored Amazon Sagemaker’s example Jupyter Notebooks. The example notebooks contain code that shows how to apply machine learning solutions by using Amazon SageMaker.[1] I tried a few of the image classification notebooks. They require Docker containers.[2] Docker Desktop Enterprise is a new commercial desktop offering that gives you everything you need for enterprise-ready container-based development, providing developers and IT the easiest, fastest and most secure way to deliver containerized applications from development to production. [3] Unfortunately our desktop has windows home and not the required windows pro or enterprise so there’s been a bit of a delay. I took the extra time to start watching a lecture series on convolutional neural nets by Dr. Fei-fei Li. [4] These lectures are a real pleasure. This upcoming week I’ll begin researching using image subtraction with amazon to identify ellipsoids.
1https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html
2https://www.docker.com/
3 https://www.docker.com/products/docker-desktop
4https://www.youtube.com/watch?v=vT1JzLTH4G4&list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv
Comments