Guide to Kubernetes
I highly recommend the Golden Guide To Kubernetes Application Development book by Matthew Palmer for beginners to master Kubernetes. The book guides us step ...
I highly recommend the Golden Guide To Kubernetes Application Development book by Matthew Palmer for beginners to master Kubernetes. The book guides us step ...
A diverse array of algorithms has been developed such as matrix factorization (e.g., for recommender systems), latent Dirichlet allocation (e.g., for topic m...
Machine learning predominantly uses Python as the programming language. For python programming, the free Anaconda distribution is suggested, which is availa...
“There is no such thing as free lunch” - Milton Friedman [Famed Economist]
I have marked the places that I have visited!
We briefly describe the steps to setup Scala sbt, Spark, Hadoop, and IntelliJ Idea in Windows computer.
This post elucidates the power of programming in Scala. We describe how to merge two sorted lists into a third sorted list in Scala. Although there are built...
Sample C++ code for transmitting data via UDP socket.
This post assumes that you have a project and a virtual machine (VM) instance already set up at Google Cloud Engine.
This post elucidates how layers (for instance class MyLayer(Layer)) are called in Keras when we perform operations such as x_output = MyLayer( .... , ...)(x_...
We briefly describe the steps to setup Scala sbt, Spark, Hadoop, and IntelliJ Idea in Windows computer.
Below, I have listed several helpful notes for installing and using Golang.
We take a look at the idiosyncrasies and inherent nature of asyncio library in Python. asyncio is a library to write coroutines which run asynchronously on a...
An example code to perform template operator overload for a template class in C++ is provided.