Inside the black box
Introduction This post is designed show the internal changes of an Artificial Neural Network (ANN/NN), it shows the outputs of the neurons from the beginning… Read More »Inside the black box
Introduction This post is designed show the internal changes of an Artificial Neural Network (ANN/NN), it shows the outputs of the neurons from the beginning… Read More »Inside the black box
Handbook of Statistical Analysis and Data Mining Applications, Second Edition, is a comprehensive professional reference book that guides business analysts, scientists, engineers and researchers, both academic… Read More »Handbook of Statistical Analysis and Data Mining Applications – 2nd Edition
This is Google’s dictionary on machine learning. Very interesting, with more than 100 entries, but clearly biased towards what Google thinks machine learning is. There… Read More »Machine Learning Glossary by Google
Yet another one of these One Picture tutorials, and in some ways, in the same old-fashioned style as our Type I versus Type II Errors… Read More »The Gaussian Correlation Inequality in One Picture
Here is a guest post from Rowena Bonnette on How Biometric Authentication works – Biometrics are the ultimate security protocol. Using security coding that is unique to… Read More »How Biometric Authentication Works
The AE (Algorithm Economy) is explained as companies maintaining a competitive advantage by being technically and culturally driven by data, analytics, and action. The AE… Read More »The Algorithm Economy
This article was written by Jon Krohn. At untapt, all of our models involve Natural Language Processing (NLP) in one way or another. Our algorithms consider the… Read More »Deep Learning for Natural Language Processing: Tutorials with Jupyter Notebooks
Telling stories with data sounds like a great idea, but often you simply want to make a clear and compelling argument. How do you do… Read More »DSC Webinar Series: Building a Compelling Argument with Data
Note: This is the second post of the series Data Tagging in Medical Imaging. You can find the first post here. In the previous post of… Read More »Data Tagging in Medical Imaging – Diving Deep into the Processes
Introduction: In this post, we learn about building a basic search engine or document retrieval system using Vector space model. This use case is widely… Read More »Information retrieval document search using vector space model in R