We believe in AI and every day we innovate to make it better than yesterday. We believe in helping others to benefit from the wonders of AI and also in extending a hand to guide them to step their journey to adapt with future.
The traditional data analytics in retail industry is experiencing a radical shift as it prepares to deliver more intuitive demand data of the consumers. The rise of online shopping may have a major impact on the retail stores but the brick-and-mortar sales aren’t going anywhere soon. According to Euromonitor International, it is projected that 83% […]
Know MoreIf you are a business owner, you already know the importance of business security. Most of the businesses are just one ‘security mishap’ away from a temporary or a total failure. Security mishaps come in different sizes and shapes, such as the occurrence of fire or thefts happening inside your business premises. All these mishaps […]
Know MoreTechnology enthusiast with an urge to explore into vast areas of advancing technologies. Experienced in domains like Computer Vision, Natural Language Processing, Big data. Believes in open source contributions and loves to provide support to the community. Actively involved in building open source tools related to information retrieval.
E-commerce fraud has become a serious problem ever since the world has become increasingly dependent on digital media. A few decades ago, the online shopping industry was still in its nascent stage. However, times have changed considerably since then. As people become more inclined towards shopping from the comfort of their homes, we can see […]
Welcome to the third part in the article series – ‘Getting started with Julia language’. Julia language is growing in popularity among data scientists, many surveys has listed it as one in top 5 programming languages for data scientists. Mostly due to the factors such as the faster execution time and speedier development process facilitated by […]
In this article, we’ll learn how to do vector similarity search using elasticsearch with an example. Before jumping into the tutorial, let’s brush up our knowledge a bit a familiarise the basics of semantic search, vector similarity, similarity search, etc. You’re welcome to skip the intro and jump to topics that interest you from the index […]
This is the second article in the ‘Getting started with Julia language’ series. In the previous article, we discussed the strengths and limitations of Julia. We also covered the environment setup of Julia on Ubuntu 20.04. Now that you have a basic idea about the language and how to set it up, it’s time to dive […]
In the this article, we’ll discuss how to get started with Julia programming language. Whenever a new programming language makes an appearance, we have to ask ourselves whether learning it is worth it or not. This is what happened when Julia programming language was first released. However, over the years, Julia proved itself to be […]
In this article, we’ll explore how to set up a custom Hadoop single node cluster in the pseudo-distributed mode. Apache Hadoop provides a software framework for distributed storage and processing of big data using the MapReduce programming model. The core of Apache Hadoop consists of a storage part, known as Hadoop Distributed File System (HDFS), and […]
Apache Hive is a data warehouse infrastructure that facilitates querying and managing large data sets which resides in distributed storage system. It is developed on top of Hadoop. Hive has its own SQL-like query language called HiveQL (Hive Query Language). Hive query language is similar to SQL wherein it supports subqueries. With Hive query language, it is possible […]