Goto

Collaborating Authors

 Deep Learning


Key Machine Learning Definitions

#artificialintelligence

An AI agent or intelligent agent is a bot used in AI-related tasks. An algorithm is a process that follows a set of rules, a problem solver -- mainly used by computers. AlphaGo is a computer program that plays the board game Go. It is recognized as the first Computer Go program to beat a professional human Go player [5]. Artificial intelligence (AI), as defined by Professor Andrew Moore, is the science and engineering of making computers behave in ways that, until recently, we thought required human intelligence [1].


Classification with Transfer Learning in Keras Coursera

#artificialintelligence

In this 1.5 hour long project-based course, you will learn to create and train a Convolutional Neural Network (CNN) with an existing CNN model architecture, and its pre-trained weights. In this 1.5 hour long project-based course, you will learn to create and train a Convolutional Neural Network (CNN) with an existing CNN model architecture, and its pre-trained weights. We will use the MobileNet model architecture along with its weights trained on the popular ImageNet dataset. By using a model with pre-trained weights, and then training just the last layers on a new dataset, we can drastically reduce the training time required to fit the model to the new data . The pre-trained model has already learned to recognize thousands on simple and complex image features, and we are using its output as the input to the last layers that we are training.


A Deep-Learned E-Skin Decodes Complex Human Motion

#artificialintelligence

A deep-learning powered single-strained electronic skin sensor can capture human motion from a distance. The single strain sensor placed on the wrist decodes complex five-finger motions in real time with a virtual 3D hand that mirrors the original motions. The deep neural network boosted by rapid situation learning (RSL) ensures stable operation regardless of its position on the surface of the skin. Conventional approaches require many sensor networks that cover the entire curvilinear surfaces of the target area. Unlike conventional wafer-based fabrication, this laser fabrication provides a new sensing paradigm for motion tracking.


8 Leading Language Models For NLP In 2020

#artificialintelligence

The introduction of transfer learning and pretrained language models in natural language processing (NLP) pushed forward the limits of language understanding and generation. Transfer learning and applying transformers to different downstream NLP tasks have become the main trend of the latest research advances. At the same time, there is a controversy in the NLP community regarding the research value of the huge pretrained language models occupying the leaderboards. While lots of AI experts agree with Anna Rogers's statement that getting state-of-the-art results just by using more data and computing power is not research news, other NLP opinion leaders point out some positive moments in the current trend, like, for example, the possibility of seeing the fundamental limitations of the current paradigm. Anyway, the latest improvements in NLP language models seem to be driven not only by the massive boosts in computing capacity but also by the discovery of ingenious ways to lighten models while maintaining high performance.


5 Awesome Interactive AI Apps for you to try

#artificialintelligence

One of the main reasons I got into python programming was artificial intelligence. I was truly fascinated by the idea of giving computers the ability to learn without explicitly programming them. Through many newsletters and browsing I wanted to share some of my favourite creative applications powered by Artificial Intelligence. Almost all of the examples are interactive to play around with. Neural Style Transfer (NST) uses deep learning to manipulate digital images by transfersing the appearance or visual style from a source image to another image.


Sorry, Elon: Fully Autonomous Tesla Vehicles Will Not Happen Anytime Soon

#artificialintelligence

In a typically bold statement, Tesla CEO Elon Musk declared earlier this month that his company's vehicles are on the brink of becoming fully autonomous. This raised more than a few doubtful eyebrows, including mine. "I'm extremely confident that Level 5 autonomy, or essentially complete autonomy, will happen, and I think it will happen very quickly," Musk said in a video message to the World Artificial Intelligence Conference in Shanghai. "I remain confident that [Tesla] will have the basic functionality for Level 5 autonomy complete this year." Musk's optimism is commendable and is certainly the kind of spirit that spurs innovation.


Top AI tools transforming our lives

#artificialintelligence

AI tools for business: Machines always share a deep bond with us that is still a materialistic object. How about giving them the power of intelligence to be a friend of ours? This new way has really changed the work of the entire machine circuit, no more buttons to operate. Now, in the 21st century, we are focusing on deep learning, neural networks, machine learning that is the foundation of AI, and the outcomes are Sofia, the first humanoid granted citizenship, self-driven vehicles, virtual assistants, etc. Artificial intelligence is now linked to our lives and is changing our environment day by day, whether it is used in the health, or agriculture sectors. There needs to be something that can process our data, show us the data even if there are millions of requests on the server. Artificial Intelligence, therefore, analyzes our data using a deep learning method and provides day-to-day services.


Matrix Operations using PyTorch- A Beginner's Guide

#artificialintelligence

In this blog, we will discuss a few of the most commonly used PyTorch functions used to perform different types of matrix operations. PyTorch is an open-source machine learning library. Tensors are classes in Pytorch used to store and perform different types of operations on multidimensional arrays. Pytorch is used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab (FAIR). Although the Python interface is more polished and the primary focus of development, PyTorch also has a C interface.


Prepare for Artificial Intelligence to Produce Less Wizardry

#artificialintelligence

Early last year, a large European supermarket chain deployed artificial intelligence to predict what customers would buy each day at different stores, to help keep shelves stocked while reducing costly spoilage of goods. The company already used purchasing data and a simple statistical method to predict sales. With deep learning, a technique that has helped produce spectacular AI advances in recent years--as well as additional data, including local weather, traffic conditions, and competitors' actions--the company cut the number of errors by three-quarters. It was precisely the kind of high-impact, cost-saving effect that people expect from AI. But there was a huge catch: The new algorithm required so much computation that the company chose not to use it.


Exploring Neural Networks and their fascinating effectiveness

#artificialintelligence

ANNs consist of a large number of simple interconnected processing elements. These elements operate in parallel, whose function is determined by network structure, connection strengths, and the processing performed at computing elements or nodes. The growth of interest in deep learning was partly due to the failures of traditional programming techniques in "hard" tasks such as machine vision, continuous speech recognition, and machine learning. There have been significant demonstrations of neural network capabilities in vision, speech, signal processing, and robotics. The variety of problems addressed by neural networks is impressive.