Showing results for Machine Learning - ISE Developer Blog

Jan 10, 2019
0
0

Developing and Deploying a Churn Prediction Model with Azure Machine Learning Services

Patty Ryan
Patty Ryan

Deep learning algorithms capable of learning and predicting customer behavior are allowing businesses to intervene with the right retention offers at the right time. CSE recently partnered with Majid Al Futtaim Ventures (MAF) to design and deploy a machine learning solution to predict attrition.

Machine LearningDevOpsContainers
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 team deployed a highly scalable Batch AI cluster on Azure and then performed distributed deep learning model training with Horovod.

Machine LearningContainers
Jul 5, 2018
0
1

Satellite Images Segmentation and Sustainable Farming

Olga Liakhovich
Olga Liakhovich

Can Machine Learning help with detecting sustainable farming practices? In this blog post inspired by our collaboration with Land O'Lakes we share the lessons we learned in the image segmentation space.

Machine Learning
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 distinct pixels in an image.

Machine Learning