Goto

Collaborating Authors

 Deep Learning


Deep Learning with Python and Keras

#artificialintelligence

Become a Python Pro with these valuable skills. Find the right instructor for you. Choose from many topics, skill levels, and languages. This course is designed to provide a complete introduction to Deep Learning. It is aimed at beginners and intermediate programmers and data scientists who are familiar with Python and want to understand and apply Deep Learning techniques to a variety of problems.


Top 10 Python Libraries for Data Science - CLOUDit-eg

#artificialintelligence

Python has been the seductive programming language for data scientists for some time. When looking for resources, courses, or training in the field of Data Science, you will find that knowledge of Python is essential. Anyone who works in Data Science is certainly familiar with Python libraries. The number of these libraries is huge, which is why it is not always easy to name them and cite their functionality. In this article, we'll see the top 10 Python libraries used in Data Science and list their pros and cons.


Speech recognition using python

#artificialintelligence

Speech Recognition is the ability of a machine or program to identify words and phrases in spoken language and convert them to textual information. You have probably seen it on Sci-fi, and personal assistants like Siri, Cortana, and Google Assistant, and other virtual assistants that interact with through voice. These AI assistants in order to understand your voice they need to do speech recognition so as to understand what you have just said. Speech Recognition is a complex process, well I'm not going to teach you how to train a Machine Learning/Deep Learning Model to that, instead, I instruct you how to do that using google speech recognition API. As long as you have the basics of Python you can successfully complete this tutorial and build your own fully functioning speech recognition programs in Python.


FedGraph: Federated Graph Learning with Intelligent Sampling

#artificialintelligence

Federated learning has attracted much research attention due to its privacy protection in distributed machine learning. However, existing work of federated learning mainly focuses on Convolutional Neural Network (CNN), which cannot efficiently handle graph data that are popular in many applications. Graph Convolutional Network (GCN) has been proposed as one of the most promising techniques for graph learning, but its federated setting has been seldom explored. In this paper, we propose FedGraph for federated graph learning among multiple computing clients, each of which holds a subgraph. FedGraph provides strong graph learning capability across clients by addressing two unique challenges.


Singular learning of deep multilayer perceptrons for EEG-based emotion recognition

#artificialintelligence

Human emotion recognition is an important issue in human-computer interactions and electroencephalograph (EEG) has been widely applied to emotion recognition due to its high reliability. In recent years, methods based deep learning technology have reached the state of art performance in EEG-based emotion recognition. However, there exist singularities in the parameter space of deep neural networks, which may dramatically slow down the training process. It is very worthy to investigate the specific influence of singularities when applying deep neural networks to EEG-based emotion recognition. In this paper, we mainly focus on this problem, and analyse the singular learning dynamics of deep multilayer perceptrons theoretically and numerically. The results can help us to design better algorithms to overcome the serious influence of singularities in deep neural networks for EEG-based emotion recognition.


Innovation Research Interchange on LinkedIn: DeepMind: From Games to Scientific Discovery - IRI Medal

#artificialintelligence

He discussed his personal AI journey--from games to scientific discovery, some of his breakthrough results in complex games of strategy, and some of the exciting ways that lessons from the world of games are helping to accelerate scientific discovery.


La veille de la cybersécurité

#artificialintelligence

It builds on DeepMind's work on protein folding A new Alphabet company will use artificial intelligence methods for drug discovery, Google's parent company announced Thursday. It'll build off of the work done by DeepMind, another Alphabet subsidiary that has done groundbreaking work using AI to predict the structure of proteins. The new company, called Isomorphic Laboratories, will leverage that success to build tools that can help identify new pharmaceuticals. DeepMind CEO Demis Hassabis will also serve as the CEO for Isomorphic, but the two companies will stay separate and collaborate occasionally, a spokesperson said.


Approaching Data-centric AI using Fast.ai

#artificialintelligence

This blog post is part of the 100-days of Deep Learning challenge. I have started this challenge by reading the book "Deep Learning for Coders with fastai & PyTorch" by Jeremy Howard and Sylvain Gugger, to learn about the fastai library and its applications in deep learning. Fastai library is a deep learning library that adds higher-level functionalities on top of PyTorch. So this is a perfect choice of the library for quick prototyping and model building on different datasets as well as utilising the flexibility and speed of PyTorch. In this blog post, let us discuss the data-centric approach of training deep learning models.


Google's parent company launches venture to discover drugs with A.I.

#artificialintelligence

Alphabet, the parent company of Google, is launching a project in Britain that will use artificial intelligence software to "reimagine" the process of discovering new drugs and medical treatments. Alphabet said the new company, Isomorphic Labs, will expand on research previously conducted by DeepMind, a British artificial intelligence company that Google acquired several years ago. Officials said the venture, which will help scientists analyze data, could lead to cures for some of the most debilitating diseases. "Now the time is right to push this forward at pace, and with the dedicated focus and resources that Isomorphic Labs will bring," CEO Demis Hassabis said in a statement. Hassabis added that the company aims to "reimagine the entire drug discovery process from the ground up," and partner with pharma and medical companies to advance "digital biology."


A Beginners Guide to Deep Metric Learning

#artificialintelligence

Learning the similarity between objects has a dominant role in human cognitive processes and artificial systems for recognition and classification. Using an appropriate distance metric, the metric learning attempts to quantify sample similarity while conducting learning tasks. Metric learning techniques, which typically use a linear projection, are limited in their capacity to tackle non-linear real-world scenarios. Kernel approaches are employed in metric learning to overcome this problem. In this post, we will understand what metric learning and deep metric learning are and how deep metric learning can address the challenges faced by metric learning.