Qeexo

TRY
BACK TO PRESS

Qeexo AutoML Now Hosted on AWS, Adds Algorithm Support

Embedded Computing 16 June 2020

The latest release of Qeexo AutoML makes the automated TinyML model development and deployment platform available as a web application hosted on Amazon Web Services (AWS).

Read the full article at: https://www.embedded-computing.com/machine-learning/qeexo-automl-now-hosted-on-aws-adds-algorithm-support#

BACK TO PRESS

Qeexo Takes ‘TinyML’ to AWS Cloud

Enterprise AI

“Qeexo, the Carnegie Mellon University spinoff, is expanding public cloud access to its automated machine learning platform as it pushes its no-code “TinyML” approach to the network edge.”

Read the full article at: https://www.enterpriseai.news/2020/06/08/qeexo-takes-tinyml-to-aws-cloud/

BACK TO PRESS

AutoML Mentioned in insideBIGDATA Latest News 6/12

InsideBIGDATA 15 June 2020

Qeexo Announces General Availability of the Qeexo AutoML Platform to Enable TinyML for Edge Devices

Read the full article at: https://insidebigdata.com/2020/06/12/insidebigdata-latest-news-6-11-2020/

BACK TO PRESS

Qeexo Announces General Availability of the Qeexo AutoML Platform to Enable TinyML for Edge Devices

Qeexo, Co. 08 June 2020

MOUNTAIN VIEW, CA (PRWEB) JUNE 08, 2020

Qeexo, developer of an automated machine learning (ML) platform that accelerates the deployment of TinyML at the edge/endpoint, announced today the general availability of its Qeexo AutoML platform on Amazon Web Services (AWS).

“We are excited to announce the general availability of Qeexo AutoML as a web application hosted on AWS. With an intuitive end-to-end workflow and easy online access, Qeexo AutoML will significantly improve the efficiency of TinyML model development and deployment for all users from novices to expert data scientists,” said Sang Won Lee, CEO of Qeexo.

Beginning today, users can sign up at https://automl.qeexo.com, for a “Bronze” package where they can upload or collect datasets and automatically build lightweight machine learning models that can be deployed to, and tested on, select embedded hardware platforms. The Bronze evaluation package is FREE for a limited time.

“Qeexo AutoML now has advanced control features, new machine learning algorithms, and several new hardware platform support that will provide more flexibility for the TinyML developers,” added Lee.

New key features include: manual selection of sensors post data recording and sensor data features in model building; class-separability visualizations; fine-tuning of classification sensitivity using visualization and sensitivity analysis; and configuration for neural network parameters including quantization-aware training. These new features enable users to build predictive maintenance solutions to detect anomalies in industrial machines; gesture and context awareness algorithms for consumer/wearable use cases such as fitness trackers and elderly care; and other machine-learning-based algorithms for sensor-enabled smart IoT devices.

Significant model updates are also being released, including: a classifier ideally suited for anomaly detection in industrial applications and support of Recurrent Neural Network (RNN), Isolation Forest, and Local Outlier Factor algorithms. This adds to the existing extensive algorithm support of ANN, CNN, GBM, XGBoost, Random Forest, Logistic Regression, and Decision Tree. Qeexo AutoML enables sensor data collection and visualization, automated model building, and one-click deployment on the following hardware platforms: Arduino Nano 33 BLE Sense, Renesas RA6M3 ML Sensor Module, STMicroelectronics STWINKT1, and STMicroelectronics SensorTile.box.

About Qeexo
Qeexo is the first company to automate end-to-end machine learning for embedded edge devices (Cortex M0-M4 class). Our one-click, fully-automated, Qeexo AutoML platform allows customers to leverage sensor data to rapidly build machine learning solutions for highly constrained environments with applications in mobile, IoT, wearables, automotive, and more.
Delivering high performance, solutions built with Qeexo AutoML are optimized to have ultra-low latency, ultra-low power consumption, and an incredibly small memory footprint.
As billions of sensors collect data on every device imaginable, Qeexo can equip them with machine learning to discover knowledge, make predictions, and generate actionable insights.
Spun out of Carnegie Mellon University, Qeexo is venture-backed and headquartered in Mountain View, CA, with offices in Pittsburgh, Shanghai, and Beijing. To learn more, visit http://automl.qeexo.com.

BACK TO PRESS

Detecting Anomalies in Machine Data with Qeexo AutoML

Josh Stone 07 June 2020

Project Description

In industrial environments, it is often important to be able to recognize when a machine needs to be serviced before the machine experiences a critical failure. This type of problem is often called predictive maintenance. One approach to solving predictive maintenance problems is the use of a one-class classification model for anomaly detection, where the model can make a monitoring system aware that a machine is running in a manner that is different than its standard operating behavior.

This blog describes how to use Qeexo AutoML to build a one-class classification model for anomaly detection on machine vibration data. For this application, we will be using the ST SensorTile.box, one of the many embedded hardware platforms that has been integrated into AutoML.

Problem Scenario

We will be using a fault simulator to simulate various normal or anomalous machine operating conditions. The fault simulator we are using consists of a flywheel driven by a rotational motor that can be configured to spin at various rates and can also be configured to have a number of different attachments.

Sensor Configuration

For this problem, we will select accelerometer and gyroscope sensors at an ODR of 6667 Hz, with FSRs of +/- 2g and +/- 125 dps, respectively. This should allow us to accurately capture the high frequency, high precision data typically required for machine vibration classification.

For more details about how to select an appropriate sensor configuration for any project type, check out our blog post on building Air Gesture models using Qeexo AutoML https://qeexotdkcom.wpengine.com/detecting-air-gestures-with-qeexo-automl/.

Data Collection

For this problem, we want to determine whether the machine is running normally or not. In this case, normal machine behavior is set to be approximately 1500 RPM with no physical attachments.

Since we’re going to be building a one-class, anomaly detection model, we only need to collect data under these “normal” conditions, and we will use the resulting model to determine whether or not the machine is running under these conditions.

For this case, we will collect 200 seconds of continuous “1500 RPM” data. The first 10 seconds of this data is shown in the figure below.

Model Training

After configuring our sensors and collecting our data, we are ready to build an initial model. We will select the collected data from our Training page and press “Start New Training”.

Running a benchmark build

For this demo, we’ll be testing the difference between Manual and Automatic feature selection. To start, let’s check a build with the full Qeexo AutoML feature set enabled. We’ll build a model using these features on both the accelerometer and gyroscope data. To do this, we’ll select Manual Sensor Selection on the first training settings page, and then we’ll select Manual Feature Selection on the next page, so that all of the feature groups are selected.

Next, we’ll select the maximum instance length for 6.6kHz data and a similar classification interval, 307 ms and 250 ms respectively, and we’ll select LOF model type for the build. We will use these same values for instance length, classification interval, and model type for all of the builds in this demo.

After all of the configuration parameters have been set, we can launch the build by pressing the “Start Training” button.

After training has completed, the library will be flashed to the connected device and the model results will be available on the Models tab:

As shown here, our LOF model is already able to achieve very high CV accuracy with relatively low latency and size! This suggests that this problem is solvable with Qeexo AutoML.

Running a build with Automatic Sensor & Feature Selection

Next, we’ll try running a build with Automatic Sensor & Feature Selection enabled. We’ll use most of the same settings from before, except we will select the Automatic option in the Sensor Selection pane.

Enabling this option will apply Qeexo’s selection algorithms to find the optimal sensors and features for the given problem, at the expense of increased build time. In this case, the build took about 40% longer than the all-features build.

After the build has completed, the final model will appear at the top of the Models tab:

From the image above, we can see that with AutoML’s sensor and feature selection enabled, we are able to achieve even higher model accuracy than all-features model, while also having similar latency and substantially smaller model size than the all-features model!  

Finally, we will want to flash the compiled binary to our ST.box and check that the classifier is producing the expected output. As shown in the video version of this tutorial, the final model is able run inference on the embedded device and accurately recognize a variety of anomalous states, in real time. Check it out on our website at: https://qeexotdkcom.wpengine.com/video