Showing results for 2017 - ISE Developer Blog

Dec 5, 2017
Post comments count1
Post likes count0

Comparing Image-Classification Systems: Custom Vision Service vs. Inception

Clemens Wolff
Clemens Wolff

This story covers how to get started with transfer-learning and build image classification models in Python with the Custom Vision Service. We compare the results with the popular Tensorflow-based models Inception and MobileNet.

Machine LearningCognitive Services
Dec 4, 2017
Post likes count0

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
Post likes count0

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
Nov 20, 2017
Post likes count0

Permissively-Licensed Named Entity Recognition on the JVM

Clemens Wolff
Clemens Wolff

The ability to correctly identify entities, such as places, people, and organizations, adds a powerful level of natural language understanding to applications. This post introduces a MIT-licensed one-click deployment to Azure for web services that lets developers get started with a wide range of natural language tasks in 5 minutes or less, by consu...

Machine LearningAzure App Services
Nov 1, 2017
Post likes count1

Building a Custom Spark Connector for Near Real-Time Speech-to-Text Transcription

Clemens Wolff
Clemens Wolff

This post describes in detail the Azure Cognitive Services speech-to-text WebSocket protocol and shows how to implement the protocol in Java. This enables us to transcribe audio to text in near real-time. We then show how to feed the transcribed radio into a pipeline based on Spark Streaming for further analysis, augmentation, and aggregation. The ...

Machine LearningCognitive Services
Oct 24, 2017
Post comments count1
Post likes count0

Bird Detection with Azure ML Workbench

Olga Liakhovich
Olga Liakhovich

We demonstrate how to train Object Detection models using CNTK and Tensoflow DNN frameworks. Azure ML Workbench is used as the main training and model hosting infrastructure.

Machine LearningDevOpsContainers
Sep 26, 2017
Post likes count0

Custom Analytics Dashboard for Application Insights

Mor Shemesh
Mor Shemesh

We created an easy-to-use tool for visualizing data from Microsoft Azure Application Insights with a dashboard framework. Our solution can be applied to different bot scenarios as well as other scenarios involving the service.

Azure App ServicesBots