Electronicdesign 26532 Machinelearning 968289696
Electronicdesign 26532 Machinelearning 968289696
Electronicdesign 26532 Machinelearning 968289696
Electronicdesign 26532 Machinelearning 968289696
Electronicdesign 26532 Machinelearning 968289696

How Companies Can Help Engineers and Scientists with Machine Learning

April 18, 2019
Increased demand for “smart” consumer products has tech companies pushing their engineering teams to implement machine-learning algorithms into new devices.

Machine learning is increasingly influencing how we engage with the objects around us, from fitness trackers and digital assistants to our TVs. With mounting pressure to make “smart” consumer products, tech companies are looking to their engineering teams to implement machine-learning algorithms into a growing number of new devices. However, because it’s still largely an emerging technology, many engineers lack the education and training needed to develop and productionize machine-learning algorithms.

I talked with Seth Deland, Applications Product Manager for Data Analytics at MathWorks, about the challenges engineers and scientists encounter when beginning to work with machine-learning algorithms and models, and what companies can do to ensure their engineering teams are successful (Fig.  1).

1. Machine-learning applications have the potential to make an evolutionary impact on numerous industries. (© 1984–2019 MathWorks)

To begin, why is machine learning so important?

While it’s true that machine learning seems to be the engineering industry’s latest buzzword, the technology’s potential is worthy of companies’ time and resources. At a base level, machine learning teaches computers to learn from experience. The algorithms adaptively improve their performance as the number of available data samples increases, which gives models the ability to “learn.”

The ever-growing volume of data collected and analyzed by companies is driving machine learning’s potential within applications ranging from autonomous vehicles and automated industrial equipment, to smartphones and video-streaming services. These applications are becoming a dominant force in the lives of the everyday consumer.

What do engineers and scientists with minimal experience working with machine-learning algorithms need to know before getting started? 

Engineers and scientists need to know answers to three questions before they can start building a machine-learning model: What kind of data are they working with? What insights do they hope to derive? How will those insights be applied?

The answers to these questions will determine their path forward—specifically whether they should use supervised or unsupervised learning approaches, and which types of algorithms are suitable to investigate (Fig. 2).

2. One of the first questions engineers and scientists must answer when building a machine-learning model is whether to use supervised or unsupervised learning. (© 1984–2019 MathWorks)

Supervised learning trains a model on known input and output data so it can then be used to predict future outputs. An example of supervised learning is a smartphone health-monitoring app that classifies the user’s daily activities (sitting, standing, walking, running, etc.) based on input data from smartphone motion sensors. Supervised learning is powerful because it provides a path to predict outputs or states that cannot be directly measured or are expensive to measure. However, in order to train a supervised machine-learning model, you need labeled examples. In the smartphone example, this meant collecting data for users explicitly performing each of the activities.

Unsupervised learning is used to draw inferences from data sets consisting of input data without labeled responses. It’s useful for uncovering patterns in data, such as identifying clusters of data points that have similar characteristics. Unsupervised learning is useful because it helps uncover patterns in high-dimensional datasets. An example of unsupervised learning is segmenting color spaces in medical images, which helps pathologists distinguish different tissue types.

If we know the answers to these three questions and the type of machine learning to implement, what’s the process look like for developing algorithms and training a model?

Even though the workflow I’m about to lay out is linear, the process is not. There will be challenges and a lot of trial and error to refine algorithms and models to achieve the highest possible accuracy.

Let’s use the smartphone health-monitoring app as an example. First, get the data. To do this, users can sit holding the phone, log the sensor data, and store it. They can then repeat this for each action they want to classify (walking, running, etc.). Second, preprocess the data. Engineers and scientists can use a data-analysis tool, like MATLAB, to import and plot the data and perform data-cleaning tasks such as identifying and removing outliers. For example, any incidental movements while holding the phone would be removed.

Third, the raw data must be converted into information that can be used by machine-learning algorithm. The engineer would look at different transformations that are applicable to the data to help distinguish between the outputs. For the health-monitoring app, this could entail transforming the data into the frequency domain, as low-frequency data may indicate walking and high-frequency data may indicate running.

Fourth, build and train the model. There are many options for models and algorithms—decision trees, K-nearest neighbors, support vector machines, and many more. Through trial and error, engineers can determine which model and algorithm most accurately classifies the user’s physical activities. They will likely need to try many different approaches to find the best model and gain confidence in their results (Fig. 3).

3. Shown is a typical workflow for building a machine-learning model. (© 1984–2019 MathWorks)

Again, the goal is to achieve the highest level of consistent accuracy in classifying between sitting, walking, running, and more. Trial and error will be part of the process, but by following this workflow and iterating on it to improve results, suitable models can be developed even by those with little prior knowledge of machine learning.

You mentioned challenges. Is there a standout challenge engineers and scientists will encounter when it comes to machine learning?

One of the biggest challenges for machine-learning novices involves working with unfamiliar tools or programming languages. Companies can help them overcome this challenge by providing their engineering teams with scalable software tools, like MATLAB, that enable engineers and scientists to work in familiar environments. These tools have point-and-click applications that give users a comfortable way to learn about machine learning, as well as a programming language that gives them the flexibility they need to customize the model for their application. Such tools can accelerate training and enable incumbent engineering teams to quickly develop their own machine-learning algorithms and models.

Sponsored Recommendations

Understanding Thermal Challenges in EV Charging Applications

March 28, 2024
As EVs emerge as the dominant mode of transportation, factors such as battery range and quicker charging rates will play pivotal roles in the global economy.

Board-Mount DC/DC Converters in Medical Applications

March 27, 2024
AC/DC or board-mount DC/DC converters provide power for medical devices. This article explains why isolation might be needed and which safety standards apply.

Use Rugged Multiband Antennas to Solve the Mobile Connectivity Challenge

March 27, 2024
Selecting and using antennas for mobile applications requires attention to electrical, mechanical, and environmental characteristics: TE modules can help.

Out-of-the-box Cellular and Wi-Fi connectivity with AWS IoT ExpressLink

March 27, 2024
This demo shows how to enroll LTE-M and Wi-Fi evaluation boards with AWS IoT Core, set up a Connected Health Solution as well as AWS AT commands and AWS IoT ExpressLink security...

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!