2019-11-09

Hands-on Docker Swarm networking using Play with Docker

11 mins read In this article, I’m going to cover 2 main subjects of the networking domain for the Docker Certified Associate DCA […]
2019-10-20

Install Elasticsearch 7 and Kibana on Ubuntu

2 mins read Use the following commands to install Elasticsearch itself: Next, edit the Elasticsearch configuration using vi: Uncomment the node.name line (in vi, use […]
2019-09-06

Shannon entropy and its properties

25 mins read Suppose you are talking with three patients in the waiting room of a doctor’s office. All three of them have […]
2019-08-24

What are Word Embeddings and how do they work? An introduction to Word2Vec (CBOW and Skip Gram)

22 mins read Word embedding is a popular way to represent the vocabulary of a document, as it can capture various aspects of […]
2019-08-19

How to reshape Input Data for Long Short-Term Memory (LSTM) Networks in Keras

8 mins read Preparing sequence data for an LSTM model can pose a challenge, particularly when it comes to defining the input layer […]