Deploy a scalable image labeling service Develop an image labeling service using a pre-trained deep neural network and scale the service by deploying to the cloud.
Label images with a deep neural network It isn't often that you need to label lots of images. But when the need arises you can use many of the pre-trained deep neural network models available for image labeling tasks. One of the most popular ones is ResNet50 and keras provides a convenient [https://keras.io/
Learning Docker by building an R learning environment Docker [https://www.docker.com/] is a technology that makes it very easy to try a piece of software or technology without running into installation problems that you would otherwise run into if you were to install software directly or natively on your system. Docker gives you an environment that
Learn SQL in a browser with PostgreSQL and pgweb PostgreSQL is a very versatile database. If you want to learn SQL, then a quick way to start is to 1) grab some data you want to analyze 2) insert into a PostgreSQL table and 3) use a SQL client such as pgweb and get started analyzing data. You can