We often see Dockerfiles like the following one, where a new image is created only to add a configuration to a base image. In this example, the local nginx.conf configuration file is copied over to…
Today, everyone are moving towards Cloud World (AWS/GCP/Azure/PCF/VMC). It might be a public cloud, a private cloud or a hybrid cloud. a) Infrastructure as a Service (IaaS) : It provides only a base…
I recently implemented two factor authentication to secure administrator logins to something important. Doing so was much easier than I thought thanks to Google Authenticator and an open source…
In this article, I’ll be building a deep neural network in TensorFlow to attempt to beat the accuracy of the softmax classifier we built in the last article. To recap the last post, we trained for…
A personal side goal of this project is becoming more aquainted with deep learning frameworks, so although sklearn and the like may have a Logistic Regression module, I’ll be doing this more manually…