Blogs
May 21, 2020 / February 16, 2023 by Query
Python is an incredibly powerful programming language. It is not only for small school projects but instead, also used for Google AI in photo recognition and other monumental projects. Python has proved able to get the job done, be it machine learning algorithms or network protocols or user interfaces or just about anything. In this […]
Read more »
May 14, 2020 / March 22, 2023 by Query
In this blog, we will walk through Supervised and Unsupervised Learning and answer these questions: But before we dive into the details of these two types, let’s first have a quick review of what is Machine Learning. Traditional Software Programming Traditionally software programming has been about writing a specific set of instructions to be executed […]
May 7, 2020 / March 22, 2023 by Query
In this blog, we will cover the Elasticsearch basics and answer questions including: So what is Elasticsearch? Elasticsearch is a part of the Elastic tech-stack. It is used in combination with visualization and ingestion tools, Kibana and Logstash, and Beats. Elasticsearch is the “middle engine,” a real-time search analytics engine, enabling you to store, search, […]
Newsroom
May 7, 2020 / December 24, 2022 by Query
April 30, 2020 / March 22, 2023 by Query
“We all use math every day; to predict weather, to tell time, to handle money. Math is more than formulas or equations; it’s logic, it’s rationality, it’s using your mind to solve the biggest mysteries we know.” This quote is from a famous crime television show called Numb3rs, where a set of brothers rely on […]
April 2, 2020 / February 16, 2023 by Query
Data Classification, Clustering, and Regression is part 5 of this series on Data Analysis. The focus of this article is to use existing data to predict the values of new data. What is Classification? The classification of data is when we sort our data into different buckets. Imagine having buckets with labels: blue, red, and […]
March 31, 2020 / March 22, 2023 by Query
In this article, we are going through a complete example of how to use Angular and Angular Material to create a spreadsheet. We are going to cover from how to create an angular project to how to delete a column or row and creating table cell tracker like Microsoft Office Excel. However, before I start, […]
March 13, 2020 / December 24, 2022 by Query
March 10, 2020 / March 22, 2023 by Query | Leave a Comment
This is part 4 of this series on Data Analysis. The focus of this article is how to take raw data and make it more suitable for analysis. Datasets we want to analyze are rarely perfect with no typos, missing values, or outliers. These things can all affect the results of our analysis, and we […]
February 20, 2020 / March 22, 2023 by Query
This is part 3 of this series on Data Analysis. The focus of this article is all the different types of data visualizations and the reasons you might choose each one. What is Data Visualization? Data visualization is a representation of data in the form of a graphical chart, diagram, or picture. There are many […]