Goto

Collaborating Authors

 SPE


ledell/sldm4-h2o

#artificialintelligence

A Deep Neural Network (DNN) is an artificial neural network (ANN) with multiple hidden layers of units between the input and output layers. Similar to shallow ANNs, DNNs can model complex non-linear relationships. DNN architectures (e.g. for object detection and parsing) generate compositional models where the object is expressed as a layered composition of image primitives. The extra layers enable composition of features from lower layers, giving the potential of modeling complex data with fewer units than a similarly performing shallow network. DNNs are typically designed as feedforward networks, but research has very successfully applied recurrent neural networks, especially LSTM, for applications such as language modeling. Convolutional deep neural networks (CNNs) are used in computer vision where their success is well-documented. CNNs also have been applied to acoustic modeling for automatic speech recognition, where they have shown success over previous models.


Venture capitalist Marc Andreessen explains how AI will change the world

#artificialintelligence

Recent breakthroughs in artificial intelligence and machine learning are enabling computers to understand the world and respond intelligently to it. Google is already embracing these technologies for Android, but they're poised to have bigger implications, touching everything from drones to medical diagnosis. He made his fortune as co-founder of Netscape two decades ago, and more recently his firm has invested in successful companies like Facebook, Twitter, Airbnb, Slack, and Lyft. Andreessen is in constant contact with entrepreneurs and investors trying to build the next great technology company. Andreessen argues that recent breakthroughs mean artificial intelligence has the potential to spawn a new generation of big, important technology companies. At the same time, he acknowledges that certain industries have proven stubbornly resistant to technological change -- and he argues that more work is needed to bring the power of software to every corner of the economy. We spoke by phone in late September. The transcript has been edited for length and clarity.


Will AI replace judges and lawyers?

#artificialintelligence

Recent advances in Natural Language Processing and Machine Learning provide us with the tools to build predictive models that can be used to unveil patterns driving judicial decisions. This can be useful, for both lawyers and judges, as an assisting tool to rapidly identify cases and extract patterns which lead to certain decisions. This paper presents the first systematic study on predicting the outcome of cases tried by the European Court of Human Rights based solely on textual content. We formulate a binary classification task where the input of our classifiers is the textual content extracted from a case and the target output is the actual judgment as to whether there has been a violation of an article of the convention of human rights. Textual information is represented using contiguous word sequences, i.e.


Good robot design needs to be reponsible, not just responsive

#artificialintelligence

Robots have become commonplace in many aspects of life including health care, military and security work. Yet until recently little thought has been given outside of academic circles to the ethics of robots. Silicon Valley Robotics recently launched a Good Robot Design Council -- which has launched "5 Laws of Robotics" guidelines for roboticists and academics -- on the ethical creation, marketing and use of robots in everyday life. Robots should comply with existing law, including privacy. Robots are products; they should be safe, reliable and not misrepresent their capabilities.


Applied Machine Learning for Data Exfil and Other Fun Topics

#artificialintelligence

These techniques, when applied correctly, can help assist in many data driven tasks to provide interesting insights and decision recommendations to analyst. While these techniques can be powerful, for the researchers and analyst who are not well versed in machine learning, there can exist a gap in understanding that may prevent them from looking at and applying these tools to problems machine learning techniques could assist with. The goal of this presentation is to help researchers, analyst, and security enthusiast get their hands dirty applying machine learning to security problems. We will walk the entire pipeline from idea to functioning tool on several diverse security related problems, including offensive and defensive use cases for machine learning. Through these examples and demonstrations, we will be able to explain in a very concrete fashion every step involved to tie in machine learning to the specified problem.


AI, Machine Learning Rising In The Enterprise - InformationWeek

#artificialintelligence

Elon Musk invested millions in an effort to make sure that artificial intelligence is used for good instead of evil, but for much of the general public AI still seems like science fiction -- something far out in the distant future. However, if you talk to people who work closely with this kind of technology, which has been called deep neural networks, deep learning, smart machines, or machine intelligence, you'll find out that it has advanced significantly in the past few years, and even bigger progress is coming very soon. There are several signposts that indicate this progress, including big enterprises running their own experiments with AI systems, as well as a sudden wave of tech giants taking certain technologies open source. "The vast preponderance [of projects in enterprises] is still experimentation," Gartner Fellow and vice president Tom Austin told InformationWeek in an interview. He estimates that about half of large enterprises are experimenting with "smart computing" projects.


Deep Learning With Tensorflow Course by Big Data University

#artificialintelligence

Traditional neural networks rely on shallow nets, composed of one input, one hidden layer and one output layer. Deep-learning networks are distinguished from these ordinary neural networks having more hidden layer, or so-called more depth. These kind of nets are capable of discovering hidden structures within unlabeled and unstructured data (i.e. TensorFlow is one of the best libraries to implement deep learning. TensorFlow is a software library for numerical computation of mathematical expressional, using data flow graphs.


The case for chatbots being the new apps - notes from #WebSummit2016

#artificialintelligence

On the basis of the amount of start-ups working on bot related activities at Web Summit 2016, it would seem as if bots may be about to become mainstream after all. I counted 23 bot related companies exhibiting at the early stage (Alpha) area at Web Summit last week. These included bots for different kinds of services as well as bot building platforms. A year ago, this area might have been taken up by start-ups working on mobile apps. Is this a clear sign that bots are about to move beyond the nascent stage?


Why geopolitical superpowers are racing to perfect artificial intelligence

#artificialintelligence

A country's dexterity with artificial intelligence technology might be the next strong source of national pride and international power. Knowing it would lay the foundation for the future of medicine, IBM captured the world's imagination in 2011 with Watson, a supercomputer that not only won Jeopardy!, but beat trivia superstar Ken Jennings in the process. The novel cognitive computing technology was quickly adapted to "read" the thousands of medical research papers published weekly in order to diagnose cancer patients more accurately than human doctors seemingly could. It's a banner technology for IBM, a company that remains no slouch in its 105 years of operation Now five years after Watson's debut, Japanese researchers at Kyoto University and Fujitsu are collaborating to build their own computing technology that's fairly characterized as a response to Watson. Skipping the game shows and going straight to medical applications, the Japanese system aims to close the gap in understanding how our genes determine our health by accounting for a patient's genetic code in its computer-generated diagnoses.


Google's AI can translate language pairs it has never seen

#artificialintelligence

The company recently switched its Translate feature to the deep-learning Google Neural Machine Translation (GNMT) system. That's an "end-to-end learning framework that learns from millions of examples," the company says, and has drastically improved translation quality. The problem is, Google Translate works with 103 languages, meaning there are 5,253 language "pairs" to be translated. If you multiply that by the millions of examples needed for training, it's insanely CPU intensive. After training the system with several language pairs like English-to-Japanese and English-to-Korean, researchers wondered if they could translate a pair that the system hadn't learned yet.