Showing results for 2018 - Page 3 of 3 - ISE Developer Blog

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
Feb 26, 2018
2
0

Using a Private Ethereum Consortium Network to Store and Validate Documents

Ami Turgman
Ami Turgman

Food retailers in Germany are required to prove that their food is below thresholds for regulated substances, such as pesticides. Currently, producers must send their probes for these substances to laboratories and only receive their results days later. In the meantime, they must wait to find out whether they s

Blockchain
Feb 15, 2018
0
0

Copy Custom VM Images on Azure

Tamir Kamara
Tamir Kamara

We created an azure-cli extension to simplify the process of distributing VM images globally.

DevOps
Feb 9, 2018
0
0

Using Helm to Deploy Blockchain to Kubernetes

Jason Poon
Jason Poon

We recently worked with Webjet to migrate their deployment from IaaS to Kubernetes and used Helm to deploy a private Ethereum network to Kubernetes.

ContainersBlockchain
Feb 5, 2018
0
0

Analysing Bot to Human Hand-off Interactions

Lilian Kasem (she/her)
Lilian Kasem (she/her)

A common use case in the bot-verse is the ability to hand over a customer conversation from a bot to a human, and the vital need for a feedback loop for this kind of scenario. From this, we developed a Hand-off Dashboard Template that can be used within the Ibex dashboard to provide users with important information about how their bot and agents ar...

Bots
Jan 29, 2018
0
0

Orchestrating TURN Servers for Cloud Deployment

Anastasia Zolochevska
Anastasia Zolochevska

We worked with Aveva to build 3DToolkit, a toolkit for creating powerful cloud-based 3D experiences that stream on low-powered devices with WebRTC.

DevOpsContainersAzure App Services
Jan 9, 2018
0
0

Deploying a Linux Python web application to Service Fabric via Docker Compose

Clemens Wolff
Clemens Wolff

This article covers how to take a standard Python web service consisting of an application tier, a WSGI server, and a Nginx reverse proxy and deploy it via Linux containers to a Linux cluster managed by Azure Service Fabric using only simple tooling like Docker Compose.

DevOpsContainers