Sat.May 26, 2018 - Fri.Jun 01, 2018

article thumbnail

Machine Learning to Mineral Tracking: The 4 Best Data Startups From CUBE Tech Fair 2018

Dataconomy

Great tech events often feature a stunt or two that attendees will be talking about long after the conference hall has closed its doors; on this front, CUBE Tech Fair 2018 certainly delivered. Attendees got to witness an audience member pilot a drone with his mind (thanks to Emotiv’s President. The post Machine Learning to Mineral Tracking: The 4 Best Data Startups From CUBE Tech Fair 2018 appeared first on Dataconomy.

article thumbnail

Debugging black-box text classifiers with LIME

Depends on the Definition

Often in text classification, we use so called black-box classifiers. By black-box classifiers I mean a classification system where the internal workings are completely hidden from you. A famous example are deep neural nets, in text classification often recurrent or convolutional neural nets.

52
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Rapid NLP annotation

Explosion

This talk presents a fast, flexible and even somewhat fun approach to named entity annotation. Using our approach, a model can be trained for a new entity type in only a few hours, starting from only a feed of unannotated text and a handful of seed terms.

52
article thumbnail

To Avoid Cyberattacks, You Must Clean Your Data. Here’s Why.

Dataconomy

How clean is your data? If you don’t already know the answer to that question, you might be in some trouble – especially if you become the target of a cyberattack. While 2018 hasn’t seen any cyberattacks on the level of WannaCry just yet, the year is still young. I. The post To Avoid Cyberattacks, You Must Clean Your Data. Here’s Why. appeared first on Dataconomy.

Big Data 171
article thumbnail

Navigating the Future: Generative AI, Application Analytics, and Data

Generative AI is upending the way product developers & end-users alike are interacting with data. Despite the potential of AI, many are left with questions about the future of product development: How will AI impact my business and contribute to its success? What can product managers and developers expect in the future with the widespread adoption of AI?

article thumbnail

Embed, encode, attend, predict

Explosion

While there is a wide literature on developing neural networks for natural language understanding, the networks all have the same general architecture. This talk explains the four components (embed, encode, attend, predict), gives a brief history of approaches to each subproblem, and explains two sophisticated networks in terms of this framework.

52
article thumbnail

Explain neural networks with keras and eli5

Depends on the Definition

In this post, I’m going to show you how you can use a neural network from keras with the LIME algorithm implemented in the eli5 TextExplainer class. For this we will write a scikit-learn compatible wrapper for a keras bidirectional LSTM model. The wrapper will also handle the tokenization and the storage of the vocabulary.