SPE
Why Cybersecurity Needs a Human in the Loop
A typical cybersecurity analyst is never short of work, a lot of which can be futile. According to a 2015 Ponemon Institute study, by the end of the year the average security operations center has spent around 20,000 hours just on chasing alerts that prove to be false alarms. Traditional security systems generate a lot of noise that needs to be waded through, which creates even more work. At the same time, a vast pool of security information is published across multiple media in natural languages that can't be quickly processed and leveraged by these systems. Cognitive security, or artificial intelligence, can "understand" natural language, and is a logical and necessary next step to take advantage of this increasingly massive corpus of intelligence that exists.
How neural networks are learning to decode information transmitted along neurons
They say their decoder significantly outperforms existing approaches. These included a Long Short Term Memory Network, a recurrent neural network, and a feedforward neural network. "For instance, for all of the three brain areas, a Long Short Term Memory Network decoder explained over 40% of the unexplained variance from a Wiener filter," they say. But Glaser and co deliberately reduced the amount of training data they fed to the algorithms and found the neural nets still outperformed the conventional techniques.
Google DeepMind AI Declares Galactic War on StarCraft
Tic-tac-toe, checkers, chess, Go, poker. Artificial intelligence rolled over each of these games like a relentless tide. No one expects the robot to win anytime soon. But when it does, it will be a far greater achievement than DeepMind's conquest of Go--and not just because StarCraft is a professional e-sport watched by fans for millions of hours each month. DeepMind and Blizzard Entertainment, the company behind StarCraft, just released the tools to let AI researchers create bots capable of competing in a galactic war against humans.
FaceApp 'Racist' Filter Shows Users As Black, Asian, Caucasian And Indian
An array of ethnic filters on the photo-editing app, FaceApp, has stirred backlash as users decry the options for facial manipulation as racist. The selfie-editing app, FaceApp, was updated earlier this month with four new filters: Asian, Black, Caucasian and Indian. The filters immediately drew criticism on Twitter by users who made comparisons to blackface and yellowface racial stereotypes. In addition to these blatantly racial face filters โ which change everything from hair color to skin tone to eye color โ other FaceApp users noted earlier this year that the "hot" filter consistently lightens people's skin color. "#FaceApp has a new feature where you can see yourself #CaucasianLiving. Look how privileged I look!" one of the app's users commented on Twitter.
Out of the Loop
Like many of the other terms that crop up in conversations about artificial intelligence, neural network, which refers code designed to work like a brain, can be conceptually intimidating. Janelle Shane, however, makes the kind of neural networks that go viral. Her quirky creations autonomously stumble and grumble as they attempt to come up with names of Star Wars character, pick-up lines, and even recipes. Shane rightly warns that you should try the output of that last algorithm "at your own risk," though there's little danger that any human would attempt to: The network's recipe for Beothurtreed Tuna Pie, for example, includes such bafflingly unappetizing ingredients as "1 hard cooked apple mayonnaise" and "5 cup lumps; thinly sliced."
Instagram photos reveal predictive markers of depression
The advent of social media presents a promising new opportunity for early detection and intervention in psychiatric disorders. Predictive screening methods have successfully analyzed online media to detect a number of harmful health conditions [1โ11]. All of these studies relied on text analysis, however, and none have yet harnessed the wealth of psychological data encoded in visual social media, such as photographs posted to Instagram. In this report, we introduce a methodology for analyzing photographic data from Instagram to predictively screen for depression. There is good reason to prioritize research into Instagram analysis for health screening.
Andrew Ng's Next Project Takes Aim at the Deep Learning Skills Gap
Andrew Ng is a soft-spoken AI researcher whose online postings talk loudly. A March blog post in which the Stanford professor announced he was leaving Chinese search engine Baidu temporarily wiped more than a billion dollars off the company's value. A June tweet about a new Ng website, Deeplearning.ai, Today that speculation is over. Deeplearning.ai is home to a series of online courses Ng says will help spread the benefits of recent advances in machine learning far beyond big tech companies such as Google and Baidu.
Veritas Genomics Scoops Up an AI Company to Sort Out Its *DNA*
Genes carry the information that make you you. So it's fitting that, when sequenced and stored in a computer, your genome takes up gobs of memory--up to 150 gigabytes. Multiply that across all the people who have gotten sequenced, and you're looking at some serious storage issues. If that's not enough, mining those genomes for useful insight means comparing them all to each other, to medical histories, and to the millions of scientific papers about genetics. Sorting all that out is a perfect task for artificial intelligence.
Machine Learning Mondays: Vertica 8.1.1 Cheat Sheet - myVertica
Cheat Sheet Posted on Monday, July 31st, 2017 at 12:16 pm. Share this: This blog post was authored by Vincent Xu. Vertica 8.1.1 provides SQL functions that support the complete machine learning workflow--from cleaning your data to training a model to evaluating model performance. Vertica machine learning is fast and scalable along the sizes of data samples, features, and computing cluster. Best of all, no data movement is necessary.
Decision Trees, Classification & Interpretation Using SciKit-Learn
This article is by Jitesh Shah, a data & stats jockey in perpetual beta, located in Fremont, California. This article includes the data set and Python code. Wouldn't it be nice if defects and product failures can be predicted in advance. We've got the data on attributes and design features and manufacturing processes that come together and creates that product and we have defect and failure rate data so all we got to do is connect the two and use that to predict which set of features and attributes and processes in combination cause these defects. That was probably a non-trivial endeavor in the past but now with the ability to store and process vast amounts of data (no secret there), no big deal.