Goto

Collaborating Authors

 Genre


Want to conquer fear? Artificial intelligence can come to your help

#artificialintelligence

Using a combination of artificial intelligence (AI) and brain scanning technology, a team of researchers has developed a novel method that can help remove specific fears from the brain. The new technique that could read and identify a fear memory can pave way of treating patients with conditions such as post-traumatic stress disorder (PTSD) and phobias, the study said. Neuroscientists, from the University of Tokyo, developed'Decoded Neurofeedback' -- which used brain scanning to monitor activity in the brain, and identify complex patterns of activity that resembled a specific fear memory. In the study, the team included 17 healthy volunteers in whom a fear memory was created by administering a brief electric shock when they saw a certain computer image. Using brain scanner, the researchers monitored the volunteers' mental activity and were able to spot signs of that specific fear memory. Using AI algorithms, they also developed a fast and accurate method of reading the fear.



A survey of cross-lingual embedding models

#artificialintelligence

In past blog posts, we discussed different models, objective functions, and hyperparameter choices that allow us to learn accurate word embeddings. However, these models are generally restricted to capture representations of words in the language they were trained on. The availability of resources, training data, and benchmarks in English leads to a disproportionate focus on the English language and a negligence of the plethora of other languages that are spoken around the world. In our globalised society, where national borders increasingly blur, where the Internet gives everyone equal access to information, it is thus imperative that we do not only seek to eliminate bias pertaining to gender or race inherent in our representations, but also aim to address our bias towards language. To remedy this and level the linguistic playing field, we would like to leverage our existing knowledge in English to equip our models with the capability to process other languages. Perfect machine translation (MT) would allow this. However, we do not need to actually translate examples, as long as we are able to project examples into a common subspace such as the one in Figure 1. Ultimately, our goal is to learn a shared embedding space between words in all languages. Equipped with such a vector space, we are able to train our models on data in any language. By projecting examples available in one language into this space, our model simultaneously obtains the capability to perform predictions in all other languages (we are glossing over some considerations here; for these, refer to this section). This is the promise of cross-lingual embeddings. Over the course of this blog post, I will give an overview of models and algorithms that have been used to come closer to this elusive goal of capturing the relations between words in multiple languages in a common embedding space. Note: While neural MT approaches implicitly learn a shared cross-lingual embedding space by optimizing for the MT objective, we will focus on models that explicitly learn cross-lingual word representations throughout this blog post. These methods generally do so at a much lower cost than MT and can be considered to be to MT what word embedding models (word2vec, GloVe, etc.) are to language modelling.


Health Catalyst Launches Open Source Machine Learning: healthcare.ai

#artificialintelligence

Use of machine learning and predictive analytics to improve health outcomes has so far been limited to highly-trained data scientists, mostly in the nation's top academic medical centers. By making its central repository of proven machine learning algorithms available for free, healthcare.ai The healthcare.ai site provides one central spot to download algorithms and tools, read documentation, request new features, submit questions, follow the blog, and contribute code. Health Catalyst has used healthcare.ai to build predictive models that drive its clients' outcomes improvement efforts and span across the company's product lines. Models include but are not limited to a predictive model for central line associated blood stream infection (CLABSI), readmission models for COPD and other chronic conditions, schedule optimization, and financial predictions such as patient propensity to pay.


Artificial intelligence, revealed

#artificialintelligence

It's 8:00 am on a Tuesday morning. You've awoken, scanned the headlines on your phone, responded to an online post, ordered a holiday sweater for your mom, locked up the house, and are driving to work, listening to some great new music on the radio. You've also used artificial intelligence (AI) more than a dozen times -- to be roused, to call up local weather report, to purchase a gift, to secure your house, to be alerted to an upcoming traffic jam, and even to identify an unfamiliar song. AI is already pervasive in our world, and it's making a huge difference in our everyday lives. But this is not the AI you've seen in sci-fi movies, with nervous scientists clacking on keyboards and attempting to halt machines from destroying the world. Sometimes it's obvious, like when you ask Siri to get you directions to the nearest gas station, or Facebook suggests a friend for you to tag in an image you posted online. Sometimes less so, like when you use your Amazon Echo to make an unusual purchase on your credit card (like that goofy holiday sweater) and don't get a fraud alert from your bank.


Visualizing Survey Data – Data Science Central

@machinelearnbot

This article comes from Data Revelations, a training, consulting, and development practice devoted to helping organizations understand, analyze, and share their data. Using Tableau to Visualize Survey Data -- Part 1 Reshaping Survey Data with Tableau 9.0 Using Alteryx to get Survey Data "Just So" -- Part 1 Using Alteryx to get Survey Data "Just So" -- Part 2 Dealing with Survey Tools that Don't Code Check-all-that-apply Questions Correctly Using Alteryx to get Survey Data "Just So" -- Part 1 Using Alteryx to get Survey Data "Just So" -- Part 2 Article: What is Data Science? Article: What is Data Science?


Analysis of 2 Million Hijacked Passwords (in Python)

@machinelearnbot

What are the most common patterns found in passwords? Based on these patterns, how to build robust yet easy-to-remember passwords? Does this password data set look OK, or do you think it is somewhat inaccurate or not representative of the password universe? If not, can we still draw valid conclusions from this data set, and how? What are the most common patterns found in passwords?


Book: Python Machine Learning Blueprints

@machinelearnbot

Put machine learning principles into practice to solve real-world problems Get to grips with Python's impressive range of Machine Learning libraries and frameworks From retrieving data from APIs to cleaning and visualization, become more confident at tackling every stage of the data pipeline Get to grips with Python's impressive range of Machine Learning libraries and frameworks Machine Learning is transforming the way we understand and interact with the world around us. But how much do you really understand it? How confident are you interacting with the tools and models that drive it? Python Machine Learning Blueprints puts your skills and knowledge to the test, guiding you through the development of some awesome machine learning applications and algorithms with real-world examples that demonstrate how to put concepts into practice. You'll learn how to use cluster techniques to discover bargain air fares, and apply linear regression to find yourself a cheap apartment – and much more.


A.I. Can Teach Itself to Recognize Faces Now

#artificialintelligence

The goal of roboticists has long been to make A.I. as efficient as the human brain, and researchers at the Massachusetts Institute of Technology just brought them one step closer. In a recent paper, published in the journal Biology, scientists were able to successfully train a neural network to recognize faces at different angles by feeding it a set of different orientations for several face templates. Although this only initially gave the neural network the ability to roughly reach invariance -- the ability to process data regardless of form -- over time, the network taught itself to achieve full "mirror symmetry. Through mathematical algorithms, the neural network was able to mimic the human brain's ability to understand objects are the same despite orientation or rotation. The brain requires three different layers to process image orientation. Thanks to three distinct brain layers, each designed to interpret specific angles, human neurosystems can decipher images -- such as faces -- regardless of orientation, even if it's never before seen the image. While the first and last layers are limited to processing certain degrees, the intermediate area of optic nerves allows the brain to translate the image regardless of its angle or rotation -- thus giving humans the ability to understand "mirror-like" images and understand they represent the same object. "We were able to show if you assume a particular form of Hebean learning, which is known to existing cortex, then, when you plug in, our theory and our algorithms, out pops this property of mirror symmetric view tuning," says Tomaso Poggio, a professor of brain and cognitive sciences at MIT and director of the Center for Brains, Minds, and Machines. The result, which brings scientists once step closer to understanding how to recreate the human brain, was an unexpected one for the team. "It was not a model that was trying to explain mirror symmetry," Poggio says. "This model was trying to explain invariance, and in the process, there is this other property that pops out." But despite the advancement, scientists aren't entirely sure how to recreate it. It's possible future variations from the machine won't possess the same ability to detect facial angle and the math is still hypothetical. "This is not a proof that we understand what's going on," says Poggio. "Models are kind of cartoons of reality, especially in biology.


Asia's AI Agenda: Positively Inclined

#artificialintelligence

Survey respondents were asked whether they felt robotics and artificial intelligence (AI) would have a constructive or a destructive effect on several market segments. Their responses were ranked from 1 (AI adoption would result in the destruction of jobs and processes) to 5 (AI would bring a significant increase in the industry's value and efficiency). Across industry sectors, responses were positive, averaging 3.8 on that scale. They were higher in more technology-dependent industries, such as information technology and communications (ITC), logistics, and manufacturing. Tellingly, respondents were even more inclined to see positive benefits from AI for their own industry: most industry participants ranked the impact of AI on their own sector higher than the average.