Docker Compose Nodejs Express – Part 2
This is in continuation of our previous blog, where we deployed a simple app using docker. In this blog, we will see how to use docker-compose and whats the purpose of the same.
Our Company Blog
This is in continuation of our previous blog, where we deployed a simple app using docker. In this blog, we will see how to use docker-compose and whats the purpose of the same.
In this post we will see simple steps to get started with setting up a nodejs app in docker.
Have you been running your ecommerce store on Magento 1 and everything seems to be great so far? Well, you should be considering upgrading to Magento 2 and for good reasons too. First and foremost, ecommerce stores using the Magento Commerce Plan are at risk of using an unsupported version of Magento starting from June […]
In this post we will understand basic concepts of word2vec and see how to implement and use it.
When we are working with ML, we are most of the time working with vectors in higher dimensions. This makes it very difficult to actually visualize and view data. Above are few of the methods which we can use to visualize data.
In this blog post let’s see in details what is TD-IDF
In this blog post we will understand bag of words model and see its implementation in detail as well
Word embedding is a very important concept in NLP. Its very important to understand what is it and what it is used for.
NLP NLP is a branch of machine learning which mainly deals with text language and making it able for a system to understand human language. We look into libraries like spacy, nltk and scikit-learn and implement some basic things used with NLP.
Till now we have seen basics on NN’s and at this stage we can create our first Neural Network