Showing tag results for Sentiment Analysis

Jun 30, 2017
Post likes count0

Bot to Human Handoff in Node.js

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

When considering bots, it’s often important for organizations to have the ability to “hand off” a customer from a bot to a human agent seamlessly. We implemented an unopinionated e-2-e solution called Handoff for bot authors to implement a variety of scenarios, using the Microsoft Bot Framework Node.js SDK.

Bots
Nov 29, 2015
Post likes count0

Feature Representation for Text Analyses

CY Yam
CY Yam

Investigations that provide insights on how to choose an N-gram feature that maximizes performance of a classifier.

Machine Learning
Nov 29, 2015
Post likes count0

Neural Network Performance

CY Yam
CY Yam

In this code story, we explore how the topology of a deep neural network can affect the performance of a text-based classifier.

Machine Learning