Goto

Collaborating Authors

 Deep Learning


AlphaTrio

#artificialintelligence

Now go and do fast.ai's This covers more advanced topics and you will learn to read the latest research papers and make sense out of them. Each of the steps should take about 4–6 weeks' time. And in about 26 weeks since the time you started, and if you followed all of the above religiously, you will have a solid foundation in deep learning. These two are amazing courses with great depth for vision and NLP respectively.


Machine Learning to Help Optimize Traffic and Reduce Pollution

#artificialintelligence

Applying artificial intelligence to self-driving cars to smooth traffic, reduce fuel consumption, and improve air quality predictions may sound like the stuff of science fiction, but researchers at the Department of Energy's Lawrence Berkeley National Laboratory (Berkeley Lab) have launched two research projects to do just that. In collaboration with UC Berkeley, Berkeley Lab scientists are using deep reinforcement learning, a computational tool for training controllers, to make transportation more sustainable. One project uses deep reinforcement learning to train autonomous vehicles to drive in ways to simultaneously improve traffic flow and reduce energy consumption. A second uses deep learning algorithms to analyze satellite images combined with traffic information from cell phones and data already being collected by environmental sensors to improve air quality predictions. "Thirty percent of energy use in the U.S. is to transport people and goods, and this energy consumption contributes to air pollution, including approximately half of all nitrogen oxide emissions, a precursor to particular matter and ozone – and black carbon (soot) emissions," said Tom Kirchstetter, director of Berkeley Lab's Energy Analysis and Environmental Impacts Division, an adjunct professor at UC Berkeley, and a member of the research team.


AI Guru Andrew Ng Looks Beyond Silicon Valley to the Masses

#artificialintelligence

"I'd rather we spend more time addressing these very real issues than the sort of fantasies, or scenarios leading to evil killer robots," Mr. Ng said in a recent interview. Mr. Ng is the former chief scientist of Baidu Inc., where he started a 1,300-person division that helped create the Chinese tech conglomerate's AI-powered search engine, virtual assistant and other products. Before that, he co-founded Google Brain, Alphabet Inc.'s deep-learning research team. His work on neural networks helped lead to the creation of an AI system capable of identifying images, such as cats, by watching videos. In April 2017, he left Baidu to launch the Palo Alto, Calif.-based online education platform called deeplearning.ai.


How to be an Artificial Intelligence (AI) Expert? Codementor

#artificialintelligence

Understand data structures Try to understand the data structure i.e. how you can design a system for solving problems involving data. It will help you in designing a system which is accurate and optimized. AI is more about reaching an accurate and optimized result. Learn about the Stacks, linked lists, dictionaries and other data structures that your selected programing language has to offer. Understand Regression in complete detail Well, this is one advice you will get from everyone.


Introduction to Deep Learning with Keras

#artificialintelligence

In this article, we'll build a simple neural network using Keras. We'll assume you have prior knowledge of machine learning packages such as scikit-learnand other scientific packages such as Pandas and Numpy. Now let's proceed to solve a real business problem. An insurance company has approached you with a dataset of previous claims of their clients. The insurance company wants you to develop a model to help them predict which claims look fraudulent.


AI, machine learning and blockchain CCG

#artificialintelligence

Big, big data is needed to power worthy AI predictive models, but that is still a work in progress, says a former lead investor in Google DeepMind. Humayun Sheikh does not dispute the fact that Google DeepMind is a leading light in artificial intelligence research and its application for positive impact. As a former lead investor in the company, who exited when Google snapped it up in 2014 for a reported $500-million, that would be a bit ungrateful. After all, Sheikh had the opportunity of working alongside Demis Hassabis, the British artificial intelligence researcher, neuroscientist, video game designer, top gamer and entrepreneur, who co-founded what is today recognised as a world's most innovative AI company. What he does dispute, however, is whether new technologies like AI, machine learning and blockchain are truly able to deliver commercial value to small and large companies alike.


Artificial Intelligence needs all of us Rachel Thomas P.h.D. TEDxSanFrancisco

#artificialintelligence

Rachel Thomas is a deep learning researcher, she is the cofounder of fast.ai In her talk she explain why Artificial Intelligence should be accessible to all of us, even without a math background. Rachel was selected by Forbes as one of 20 Incredible Women in AI, earned her math PhD at Duke, and was an early engineer at Uber. Her writing about AI and has been read by over half a million people and has been translated into Chinese, Spanish, Korean, & Portuguese. Co-Founder fast.ai and Researcher at USF. Mathematician, Deep Learning researcher, bringing and teaching Deep Learning to the mainstream.


Discovering state-parameter mappings in subsurface models using generative adversarial networks

arXiv.org Machine Learning

A fundamental problem in geophysical modeling is related to the identification and approximation of causal structures among physical processes. However, resolving the bidirectional mappings between physical parameters and model state variables (i.e., solving the forward and inverse problems) is challenging, especially when parameter dimensionality is high. Deep learning has opened a new door toward knowledge representation and complex pattern identification. In particular, the recently introduced generative adversarial networks (GANs) hold strong promises in learning cross-domain mappings for image translation. This study presents a state-parameter identification GAN (SPID-GAN) for simultaneously learning bidirectional mappings between a high-dimensional parameter space and the corresponding model state space. SPID-GAN is demonstrated using a series of representative problems from subsurface flow modeling. Results show that SPID-GAN achieves satisfactory performance in identifying the bidirectional state-parameter mappings, providing a new deep-learning-based, knowledge representation paradigm for a wide array of complex geophysical problems.


Band gap prediction for large organic crystal structures with machine learning

arXiv.org Machine Learning

Machine learning models are capable of capturing the structure-property relationship from a dataset of computationally demanding ab initio calculations. In fact, machine learning models have reached chemical accuracy on small organic molecules contained in the popular QM9 dataset. At the same time, the domain of large crystal structures remains rather unexplored. Over the past two years, the Organic Materials Database (OMDB) has hosted a growing number of electronic properties of previously synthesized organic crystal structures. The complexity of the organic crystals contained within the OMDB, which have on average 85 atoms per unit cell, makes this database a challenging platform for machine learning applications. In this paper, we focus on predicting the band gap which represents one of the basic properties of a crystalline material. With this aim, we release a consistent dataset of 12500 crystal structures and their corresponding DFT band gap freely available for download at https://omdb.diracmaterials.org/dataset. We run two recent machine learning models, kernel ridge regression with the Smooth Overlap of Atomic Positions (SOAP) kernel and the deep learning model SchNet, on this new dataset and find that an ensemble of these two models reaches mean absolute error (MAE) of 0.361 eV, which corresponds to a percentage error of 12% on the average band gap of 3.03 eV. The models also provide chemical insights into the data. For example, by visualizing the SOAP kernel similarity between the crystals, different clusters of materials can be identified, such as organic metals or semiconductors. Finally, the trained models are employed to predict the band gap for 260092 materials contained within the Crystallography Open Database (COD) and made available online so the predictions can be obtained for any arbitrary crystal structure uploaded by a user.


Spectrogram-channels u-net: a source separation model viewing each channel as the spectrogram of each source

arXiv.org Machine Learning

Sound source separation has attracted attention from Music Information Retrieval(MIR) researchers, since it is related to many MIR tasks such as automatic lyric transcription, singer identification, and voice conversion. In this paper, we propose an intuitive spectrogram-based model for source separation by adapting U-Net. We call it Spectrogram-Channels U-Net, which means each channel of the output corresponds to the spectrogram of separated source itself. The proposed model can be used for not only singing voice separation but also multi-instrument separation by changing only the number of output channels. In addition, we propose a loss function that balances volumes between different sources. Finally, we yield performance that is state-of-the-art on both separation tasks.