Goto

Collaborating Authors

 Deep Learning


On the infinite width limit of neural networks with a standard parameterization

arXiv.org Machine Learning

There are currently two parameterizations used to derive fixed kernels corresponding to infinite width neural networks, the NTK (Neural Tangent Kernel) parameterization and the naive standard parameterization. However, the extrapolation of both of these parameterizations to infinite width is problematic. The standard parameterization leads to a divergent neural tangent kernel while the NTK parameterization fails to capture crucial aspects of finite width networks such as: the dependence of training dynamics on relative layer widths, the relative training dynamics of weights and biases, and a nonstandard learning rate scale. Here we propose an improved extrapolation of the standard parameterization that preserves all of these properties as width is taken to infinity and yields a well-defined neural tangent kernel. We show experimentally that the resulting kernels typically achieve similar accuracy to those resulting from an NTK parameterization, but with better correspondence to the parameterization of typical finite width networks. Additionally, with careful tuning of width parameters, the improved standard parameterization kernels can outperform those stemming from an NTK parameterization. We release code implementing this improved standard parameterization as part of the Neural Tangents library at https://github.com/google/neural-tangents.


StageNet: Stage-Aware Neural Networks for Health Risk Prediction

arXiv.org Artificial Intelligence

Deep learning has demonstrated success in health risk prediction especially for patients with chronic and progressing conditions. Most existing works focus on learning disease Network (StageNet) model to extract disease stage information from patient data and integrate it into risk prediction. StageNet is enabled by (1) a stage-aware long short-term memory (LSTM) module that extracts health stage variations unsupervisedly; (2) a stage-adaptive convolutional module that incorporates stage-related progression patterns into risk prediction. We evaluate StageNet on two real-world datasets and show that StageNet outperforms state-of-the-art models in risk prediction task and patient subtyping task. Compared to the best baseline model, StageNet achieves up to 12% higher AUPRC for risk prediction task on two real-world patient datasets. StageNet also achieves over 58% higher Calinski-Harabasz score (a cluster quality metric) for a patient subtyping task.



State of the Art Survey of Deep Learning and Machine Learning Models for Smart Cities and Urban Sustainability

#artificialintelligence

Deep learning (DL) and machine learning (ML) methods have recently contributed to the advancement of models in the various aspects of prediction, planning, and uncertainty analysis of smart cities and urban development. This paper presents the state of the art of DL and ML methods used in this realm. Through a novel taxonomy, the advances in model development and new application domains in urban sustainability and smart cities are presented. Findings reveal that five DL and ML methods have been most applied to address the different aspects of smart cities. These are artificial neural networks; support vector machines; decision trees; ensembles, Bayesians, hybrids, and neuro-fuzzy; and deep learning.


Investorideas.com Newswire - Special Edition AI Eye Featuring (OTC PINK: GTCH) : Healthcare and Medical - Prominent Segment in Rapidly Growing and Broadening AI Market

#artificialintelligence

No longer relegated to the ranks of science fiction, AI is rapidly becoming ubiquitous as one the most dynamic new fields in technology. But just as it cannot be consigned to fiction, AI cannot be reducible to any particular tech category, as it demonstrates applicability in an increasing array of different industries. Its core technologies - such as machine learning, deep learning, natural language processing (NLP) and computer vision - have enabled AI to penetrate and become indispensable in everything from autonomous vehicles, virtual assistants, energy, voice and text translation, retail, healthcare and more. And this is all happening fast. A report from Grand View Research, for instance, projects a compound annual growth rate (CAGR) for the global AI market of 46.2 percent from 2019 to 2025.


Moving from AI awareness to meaningful implementation

#artificialintelligence

While most executives at financial institutions agree that artificial intelligence (AI) is important to their organization's success, few have fully implemented AI projects. In a recent Cognizant survey of 230 financial services executives, three-quarters said AI is extremely or very important to the success of their organizations. However, only 61% of those were aware of an AI project at their company. Even more telling, only 29% were aware of a project that had been fully implemented. Clearly, AI is quickly becoming a competitive requirement, creating the risk that those who are not implementing or updating AI capabilities will fall behind.


Top 10 Data Science Project Ideas for 2020

#artificialintelligence

As an aspiring data scientist, the best way for you to increase your skill level is by practicing. And what better way is there for practicing your technical skills than making projects. Personal projects are a really important part of your career's growth. They will take you one step closer to your data science dream. Projects will boost your knowledge, skills, and confidence.


'It's a war between technology and a donkey' – how AI is shaking up Hollywood

#artificialintelligence

If Sunspring is anything to go by, artificial intelligence in film-making has some way to go. This short film, made as an entry to Sci-Fi London's 48-hour film-making competition in 2016, was written entirely by an AI. The director, Oscar Sharp, fed a few hundred sci-fi screenplays into a long short-term memory recurrent neural network (the type of software behind predictive text in a smartphone), then told it to write its own. The result was almost, but not quite, incoherent nonsense, riddled with cryptic nonsequiturs, bizarre turns of phrase and unfathomable stage directions such as "he is standing in the stars and sitting on the floor". All of which Sharp and his actors filmed with sincere commitment.


Neural Networks takes center stage in AI revolution

#artificialintelligence

Given the current buzz around the whole industry, you could be forgiven for thinking that the whole of artificial intelligence (AI) and Machine Learning sprang magically from out of the oceans of research five years ago, but for those of us who've been providing AI solutions to enterprises for several decades we can but watch recent interest and smile knowingly. However, the appearance of Neural Networks (NN) on the center stage over the same timescale has been little short of phenomenal. Ever since Horace Barlow's pioneering experiments of the 1950s, AI researchers have had a fondness for Neural Networks in the ambitious hope that one day they'd recreate the power of the human brain. But even when I helped create the first version of IDOL Server 20 years ago, Neural Networks were not yet fit-for-purpose, a bit player on the AI scene, slow to train and prone to over-fitting. Then came the Long Short-term Memory improvements in speech-to-text of around ten years ago that started the revolution that has resulted in Neural Networks' powering the wonderfully-spooky sounding field of Deep Learning and finally achieving the recognition that its persistent academic fan base always imagined it would one day receive.


How to Annotate Images for Deep Learning?

#artificialintelligence

Deep learning is a subset of machine learning (ML) which is a sub discipline of artificial intelligence (AI). Deep learning is used to carry out more crucial tasks without being explicitly programmed to do so. Actually, in deep learning neural networks are used to analyze data and extract relevant patterns of information from them. And the neural networks are divided into three different mechanisms an input layer, a hidden layer, and an output layer. And when many small networks are joined together into layers, a deep neural network is created.