Check-out our new look and give us some feedback!

Tag: Machine Learning

Reading Time: 5 minutes
Time Series Database 1

Introduction

We might be unaware of this fact, but we use time series databases all the time. They will become even more relevant as the Internet of Things (IoT) and other revolutionary technologies continue to develop. In this article, we will review what a time series database is, what its purpose, and their impact on our daily lives.

Continue reading →
Reading Time: 5 minutes

What is a Comment?

python-logo

In simple terms, a comment is an entry added to the source code to allow a deeper understanding of the logic behind why the code was written the way it was. In Python, the ‘#’ or pound symbol is required before every comment. This symbol allows the Python interpreter or compiler to ignore the pursuant text. 

Continue reading →
Reading Time: 7 minutes

What is a For Loop?

python-logo

A for loop in Python is utilized to make repeated use of a function or procedure, applying it each time to the result of the previous sequence. This repeating process is called iteration. The for loop checks each iteration until a condition is met. Typically these are used when we have to run a block of code duplicating it X number of times. Each time it iterates over a sequence, it re-executes the code.

Continue reading →
Reading Time: 7 minutes
python functions

What is a Python Function? 

In this tutorial, we discuss one of the most useful attributes of Python: the function. Python functions are considered “First Class” objects. A First Class object can be assigned to variables, stored in data structures, passed as arguments to other functions, or even return values from other functions. Other examples of First Class objects in Python are integers, strings, and dictionaries.

Continue reading →
Reading Time: 6 minutes

What is Apache Spark?

Apache_Spark_logo

Apache Spark is a distributed open-source, general-purpose framework for clustered computing. It is designed with computational speed in mind, from machine learning to stream processing to complex SQL queries. It can easily process and distribute work on large datasets across multiple computers.

Continue reading →
Reading Time: 5 minutes

What is Jupyter Notebook?

Jupyter Notebook is an extremely powerful open-source, web-based tool that facilitates the creation of documentation. There are many different avenues to provide technical documentation or demonstrations, but Jupyter Notebook makes it possible to embed visualizations and execute live code. It is useful to be able to utilize documentation to describe development concepts or planning, but providing working examples within documentation can be a more effective way of conveying information. This tutorial will cover how to install Jupyter Notebook on an Ubuntu 18.04 LTS server and connect to it remotely via an SSH tunnel.

Continue reading →
Reading Time: 7 minutes

Artificial intelligence (AI) is a term to describe a branch of computer science that is dedicated to creating intelligent machines that would learn to work and react like humans. The field of Artificial Intelligence is not limited to creating only high levels of machine learning, but also to utilize data input in a manner required to produce a needed result. AI has multiple varieties and characteristics. Some of these types are noted as follows.

Continue reading →
← Older posts
Have Some Questions?

Our Sales and Support teams are available 24 hours by phone or e-mail to assist.

1.800.580.4985
1.517.322.0434