Showing results for Deep Learning - ISE Developer Blog

Jul 9, 2018
0
0

Deploying a Batch AI Cluster for Distributed Deep Learning Model Training

Stephanie Marker
Stephanie Marker

Microsoft and Land O'Lakes partnered to develop an automated solution to identify sustainable farming practices given thousands of satellite images of Iowan farms. Our primary goal was to reduce the reliance on manual interviewing of farmers and make it more profitable for farmers to follow sustainable farming practices. To tackle this issue our te...

Machine LearningContainers
May 17, 2018
0
0

Using Otsu’s method to generate data for training of deep learning image segmentation models

Clemens Wolff
Clemens Wolff

In this article, we introduce a technique to rapidly pre-label training data for image segmentation models such that annotators no longer have to painstakingly hand-annotate every pixel of interest in an image. The approach is implemented in Python and OpenCV and extensible to any image segmentation task that aims to identify a subset of visually d...

Machine Learning
Mar 6, 2018
0
0

Sequence Intent Classification Using Hierarchical Attention Networks

Olga Liakhovich
Olga Liakhovich

We analyze how Hierarchical Attention Neural Networks could be helpful with malware detection and classification scenarios, demonstrating the usefulness of this approach for generic sequence intent analysis. The novelty of our approach is in applying techniques that are used to discover structure in a narrative text to data that describes the beha...

Machine Learning
Dec 4, 2017
0
0

Stock Market Predictions with Natural Language Deep Learning

Patty Ryan
Patty Ryan

We developed a deep learning model using a one-dimensional convolutional neural network to predict future stock market performance of companies using Azure Machine Learning Workbench and Keras.

Machine Learning
Nov 21, 2017
0
0

Autoscaling Deep Learning Training with Kubernetes

Rita Zhang
Rita Zhang

We explore how we worked with a customer to add autoscaling capability to a Kubernetes cluster to meet bursty demands for deep learning training in a cost-efficient manner.

Machine LearningContainers
May 10, 2017
2
0

Classifying Leaks Using Cognitive Toolkit

Michael Lanzetta
Michael Lanzetta

We use Deep Learning to turn a painful and time-consuming leak-detection task for water and oil pipelines into a fast, painless process. Using Python and Fast Fourier Transforms, we turn audio sensor data into images, then use Convolutional Neural Networks to detect and classify pipeline anomalies.

Machine Learning