Goto

Collaborating Authors

 Deep Learning


An Idea From Physics Helps AI See in Higher Dimensions Quanta Magazine

#artificialintelligence

Computers can now drive cars, beat world champions at board games like chess and Go, and even write prose. The revolution in artificial intelligence stems in large part from the power of one particular kind of artificial neural network, whose design is inspired by the connected layers of neurons in the mammalian visual cortex. These "convolutional neural networks" (CNNs) have proved surprisingly adept at learning patterns in two-dimensional data -- especially in computer vision tasks like recognizing handwritten words and objects in digital images. But when applied to data sets without a built-in planar geometry -- say, models of irregular shapes used in 3D computer animation, or the point clouds generated by self-driving cars to map their surroundings -- this powerful machine learning architecture doesn't work well. Around 2016, a new discipline called geometric deep learning emerged with the goal of lifting CNNs out of flatland.


AI can accurately predict uterine fibroid embolization outcomes

#artificialintelligence

As a result, the researchers wanted to develop and validate a deep-learning model to predict clinical outcomes of UFE based on preprocedure MRI scans. They trained and tested a residual convolutional neural network (ResNet) to predict fibroid volume reduction and clinical outcome using a retrospective cohort of 409 patients with 727 fibroids. All patients included in the study had received preoperative and postoperative MRI.


Artificial Intelligence Boosts MRI Detection of ADHD

#artificialintelligence

Deep learning can boost the power of MRI in predicting attention deficit hyperactivity disorder (ADHD), according to a study published in Radiology: Artificial Intelligence. Increasingly, the connectome is regarded as key to understanding brain disorders like ADHD. According to the National Survey of Children's Health, approximately 9.4% of U.S. children, ages 2 to 17 years (6.1 million) in 2016 have been diagnosed with ADHD. The disorder cannot yet be definitively diagnosed in an individual child with a single test or medical imaging exam. Instead, ADHD diagnosis is based on a series of symptoms and behavior-based tests.


A Multichannel Deep Neural Network Model Analyzing Multiscale Functional Brain Connectome Data for Attention Deficit Hyperactivity Disorder Detection

#artificialintelligence

To develop a multichannel deep neural network (mcDNN) classification model based on multiscale brain functional connectome data and demonstrate the value of this model by using attention deficit hyperactivity disorder (ADHD) detection as an example. In this retrospective case-control study, existing data from the Neuro Bureau ADHD-200 dataset consisting of 973 participants were used. Multiscale functional brain connectomes based on both anatomic and functional criteria were constructed. The mcDNN model used the multiscale brain connectome data and personal characteristic data (PCD) as joint features to detect ADHD and identify the most predictive brain connectome features for ADHD diagnosis. The mcDNN model was compared with single-channel deep neural network (scDNN) models and the classification performance was evaluated through cross-validation and hold-out validation with the metrics of accuracy, sensitivity, specificity, and area under the receiver operating characteristic curve (AUC).


AI: environmental friend or foe?

#artificialintelligence

The use of artificial intelligence (AI) and machine learning to drive innovation across all industries has increased significantly in recent years. Indeed, the proliferation of data science applications from genome sequencing for better disease diagnosis and prevention, to advances in leading edge engineering for autonomous driving, and climate modelling to combat Climate Change, has led to an exponential demand for High Performance Computing (HPC). AI for sustainability is one of the most promising new fields of study, with a recent report by PwC and Microsoft reporting that using AI for environmental applications in four key sectors could reduce global greenhouse gas emissions by 4% in just 10 years' time. Recent efforts include international non-profit organisation, Global Fishing Watch, using AI and satellite data to prevent overfishing, and wind companies using AI to get each turbine's propeller to produce more electricity per rotation by incorporating real time weather and operational data. But alongside worries about AI bias or human jobs being replaced by machines, concerns about the environmental impact of AI itself should be at the fore.


Explaining the Australian Bushfires with Deep Learning

#artificialintelligence

For months, Australia has been ravaged by bushfires. These massive fires, fueled by lengthy droughts and high temperatures, have caught the world's attention as lives have been lost and entire towns have been evacuated. But even as the firefighters push back against the flames, another kind of flame war has emerged: the debate over whether or not changes in the world's climate are responsible for the devastating scale of the bushfires. As it turns out, deep learning techniques may have already provided some crucial answers. A few years ago, the seemingly increasing frequency of Australian bushfires had already caught the attention of a group of Tasmanian researchers.


Artificial Intelligence Stocks: The 10 Best AI Companies

#artificialintelligence

Artificial intelligence is already revolutionizing industry, like it or not. Wall Street occasionally seizes upon futuristic themes with religious fervor, bidding up shares in companies that supposedly lead in one space or another. AI once occupied that "fascinating-but-far-off" thematic market sector, but the best artificial intelligence stocks to buy today use techniques like machine learning and neural networks routinely as a core function of their business. That said, this is just the early innings, and the area's profit potential is hard to overstate. Here are 10 AI companies betting big on artificial intelligence.


At Hot Chips, Intel Pushes 'AI Everywhere' Intel Newsroom

#artificialintelligence

What's New: At Hot Chips 2019, Intel revealed new details of upcoming high-performance artificial intelligence (AI) accelerators: Intel Nervana neural network processors, with the NNP-T for training and the NNP-I for inference. Intel engineers also presented technical details on hybrid chip packaging technology, Intel Optane DC persistent memory and chiplet technology for optical I/O. "To get to a future state of'AI everywhere,' we'll need to address the crush of data being generated and ensure enterprises are empowered to make efficient use of their data, processing it where it's collected when it makes sense and making smarter use of their upstream resources. Data centers and the cloud need to have access to performant and scalable general purpose computing and specialized acceleration for complex AI applications. In this future vision of AI everywhere, a holistic approach is needed--from hardware to software to applications."


What is an artificial neural network? Here's everything you need to know Digital Trends

#artificialintelligence

If you've spent any time reading about artificial intelligence, you'll almost certainly have heard about artificial neural networks. But what exactly is one? Rather than enrolling in a comprehensive computer science course or delving into some of the more in-depth resources that are available online, check out our handy layperson's guide to get a quick and easy introduction to this amazing form of machine learning. Artificial neural networks are one of the main tools used in machine learning. As the "neural" part of their name suggests, they are brain-inspired systems which are intended to replicate the way that we humans learn. Neural networks consist of input and output layers, as well as (in most cases) a hidden layer consisting of units that transform the input into something that the output layer can use.


Fighting Overfitting in Deep Learning

#artificialintelligence

While training the model, we want to get the best possible result according to the chosen metric. And at the same time we want to keep a similar result on the new data. The cruel truth is that we can't get 100% accuracy. And even if we did, the result is still not without errors. There are simply too few test situations to find them. You may ask, what is the matter?