Most people have a way of building their own machine learning textual classifiers; you can use cloud APIs, learn Tensorflow or roll your own, or use Machine Box. As founder of the latter, it won’t surprise you to learn that in this article I am going to tackle log data using Classificationbox — a Docker container that...
Artificial intelligence chips will be integrated into all new smartphones within five years, as the focus in the wireless business shifts away from flashy hardware features and toward innovations designed to promote ease of use and increased functionality, according to Deloitte. In 2017, the first year that high-end smartphones began integrating artificial intelligence chips, 300...
The imgclass tool lets you take a folder full of images, and teach a classifier that you can use to automatically classify future images. It works by creating a model and posting 80% of your example images toClassificationbox, which then learns what various classes of images look like, and what their shared characteristics are. The remaining images...
Using your face to authorize to unlock your phone is going to became popular soon, but on the web it has not been seen a lot, maybe because it’s not trivial to implement. Is it possible to implement face verification using just HTML5, Javascript and some Go? Yes! I did it in an hour using...
UPDATE: We officially support video right now, using Videobox, so you don’t have to extract frames yourself to use Machine Box, Videobox can do it for you. This blog post is now informative, if you want to do it yourself. If you have lots of video content but don’t know who appears in them, you...
One of the reasons why text-based forms of communication are popular is their searchability; it’s easy to use search tools to comb through written words and find specific keywords and phrases. However, when it comes to spoken words, this kind of automated searching was impossible—until now. A new app launched in February makes it easy...
Researchers have devised a deep-learning algorithm that uses AI prediction techniques to forecast cardiovascular risk based on scans of patients’ retinas. A team of researchers from Google, Verily Life Sciences and the Stanford School of Medicine trained their deep-learning algorithm using data from 284,335 patients. The algorithms were able to predict cardiovascular (CV) issues with...
It seems that every new day brings a new advancement in AI translation technology, with algorithms continually adding support for new languages or enhancing the accuracy of their interpretations. However, all these advancements have one thing in common: They are limited to interpreting spoken tongues. However, one startup is bringing AI translation to the realm...
Have you ever wondered how Amazon Echo understands what you’re saying even though you asked it something in a different way than your spouse? How does it know what you mean when you say “Whats the weather going to be like tomorrow?” versus “Tell me if its going to rain later”? Perhaps you’ve wished to...
Let’s say you want to anonymise images by hiding any detected face, just by tweaking the srcattribute of the <img> tag in HTML. If we build a proxy server that does the work for us, we can prepend that server’s endpoint to any image and have them anonymised on their way to the browser, without touching (or owning)...