Goto

Collaborating Authors

 Overview


Influence of machine learning in Engineering education

#artificialintelligence

Recent news on Sophia the robot getting citizenship in the Saudi Arabia has widely attracted daily news and social media. Despite the debates and agitations on a robot getting recognition as humans, experts view this event as a phenomenal milestone in the research of AI. The current level of Artificial Intelligence is achieved through years of research in Machine Learning, Deep Learning and other related fields. With a lot of hype and investments around, Deep Learning technology – a subdivision of Machine Learning is now successfully applied in our daily life from speech recognition apps in smartphones to YouTube recommendations. One of the pioneers of the Deep Learning, Andrew Ng feels that AI is the new form of electricity where every AI application in future electronic devices will be fuelled by Deep Learning models.


A primer on the South African artificial intelligence ecosystem – Ventureburn

#artificialintelligence

The tech is increasingly becoming ubiquitous across all industries from the automotive industry, fintech, social media, ecommerce to even entertainment. We are living in the age of big data, as increasingly more enterprises invest in AI and machine learning -- a branch of AI which is in its simplest definition is a form of data analysis -- startups are taking notice and disrupting whole industries by employing that tech. With that in mind, here's everything you need to know about the artificial intelligence (AI) and machine learning tech ecosystem in South Africa. There are a large number of South African startups using AI-related technologies in their software solutions. Here below is a list of some of the more well-known startups -- some of which have developed cutting AI solutions, or potentially disruptive technologies using AI.


Get a Primer in AI for HR from Deloitte's Christa Degnan Manning

#artificialintelligence

You can't understand AI until you know the categories: robotic process automation, cognitive augmentation and cognitive automation.


Deep Learning for Sensor-based Activity Recognition: A Survey

arXiv.org Artificial Intelligence

Sensor-based activity recognition seeks the profound high-level knowledge about human activities from multitudes of low-level sensor readings. Conventional pattern recognition approaches have made tremendous progress in the past years. However, those methods often heavily rely on heuristic hand-crafted feature extraction, which could hinder their generalization performance. Additionally, existing methods are undermined for unsupervised and incremental learning tasks. Recently, the recent advancement of deep learning makes it possible to perform automatic high-level feature extraction thus achieves promising performance in many areas. Since then, deep learning based methods have been widely adopted for the sensor-based activity recognition tasks. This paper surveys the recent advance of deep learning based sensor-based activity recognition. We summarize existing literature from three aspects: sensor modality, deep model, and application. We also present detailed insights on existing work and propose grand challenges for future research.


Deep Echo State Network (DeepESN): A Brief Survey

arXiv.org Machine Learning

The study of deep recurrent neural networks (RNNs) and, in particular, of deep Reservoir Computing (RC) is gaining an increasing research attention in the neural networks community. The recently introduced deep Echo State Network (deepESN) model opened the way to an extremely efficient approach for designing deep neural networks for temporal data. At the same time, the study of deepESNs allowed to shed light on the intrinsic properties of state dynamics developed by hierarchical compositions of recurrent layers, i.e. on the bias of depth in RNNs architectural design. In this paper, we summarize the advancements in the development, analysis and applications of deepESNs.


Eye In-Painting with Exemplar Generative Adversarial Networks

arXiv.org Machine Learning

This paper introduces a novel approach to in-painting where the identity of the object to remove or change is preserved and accounted for at inference time: Exemplar GANs (ExGANs). ExGANs are a type of conditional GAN that utilize exemplar information to produce high-quality, personalized in painting results. We propose using exemplar information in the form of a reference image of the region to in-paint, or a perceptual code describing that object. Unlike previous conditional GAN formulations, this extra information can be inserted at multiple points within the adversarial network, thus increasing its descriptive power. We show that ExGANs can produce photo-realistic personalized in-painting results that are both perceptually and semantically plausible by applying them to the task of closed to-open eye in-painting in natural pictures. A new benchmark dataset is also introduced for the task of eye in-painting for future comparisons.


Baidu and Xiaomi Partner on Internet of Things, Artificial Intelligence – CoinSpeaker

#artificialintelligence

Two leading Chinese tech companies, internet giant Baidu Inc and consumer electronics company Xiaomi Corp, announced collaboration to develop Artificial Intelligence (AI) and the Internet of Things (IoT). This partnership can lead to a massive expansion of innovative technologies and change the manufacturing industry. Xiaomi has already created remarkable core competence in IoT: according to the latest estimation their smart hardware platform connects more than 85 million connected devices. This company is also developing AI: this year its abilities in this sphere became evident with the launch of the Mi AI Speaker. Baidu is a recognized AI leader well-known for its conversational AI system DuerOS aimed at IoT They claim that more than 130 companies all over the world are already using their technologies. The strategic partnership of these companies is seen as perspective cooperation that can make the most of AI and IoT interaction.


Google leads in the race to dominate artificial intelligence

#artificialintelligence

COMMANDING the plot lines of Hollywood films, covers of magazines and reams of newsprint, the contest between artificial intelligence (AI) and mankind draws much attention. Doomsayers warn that AI could eradicate jobs, break laws and start wars. The competition today is not between humans and machines but among the world's technology giants, which are investing feverishly to get a lead over each other in AI. An exponential increase in the availability of digital data, the force of computing power and the brilliance of algorithms has fuelled excitement about this formerly obscure corner of computer science. The West's largest tech firms, including Alphabet (Google's parent), Amazon, Apple, Facebook, IBM and Microsoft are investing huge sums to develop their AI capabilities, as are their counterparts in China. Although it is difficult to separate tech firms' investments in AI from other kinds, so far in 2017 (see chart 1) companies globally have completed around $21.3bn in mergers and acquisitions related to AI, according to PitchBook, a data provider, or around 26 times more than in 2015.


BoostJet: Towards Combining Statistical Aggregates with Neural Embeddings for Recommendations

arXiv.org Machine Learning

Recommenders have become widely popular in recent years because of their broader applicability in many e-commerce applications. These applications rely on recommenders for generating advertisements for various offers or providing content recommendations. However, the quality of the generated recommendations depends on user features (like demography, temporality), offer features (like popularity, price), and user-offer features (like implicit or explicit feedback). Current state-of-the-art recommenders do not explore such diverse features concurrently while generating the recommendations. In this paper, we first introduce the notion of Trackers which enables us to capture the above-mentioned features and thus incorporate users' online behaviour through statistical aggregates of different features (demography, temporality, popularity, price). We also show how to capture offer-to-offer relations, based on their consumption sequence, leveraging neural embeddings for offers in our Offer2Vec algorithm. We then introduce BoostJet, a novel recommender which integrates the Trackers along with the neural embeddings using MatrixNet, an efficient distributed implementation of gradient boosted decision tree, to improve the recommendation quality significantly. We provide an in-depth evaluation of BoostJet on Yandex's dataset, collecting online behaviour from tens of millions of online users, to demonstrate the practicality of BoostJet in terms of recommendation quality as well as scalability.


Support Vector Machines -- A Brief Overview – Towards Data Science

@machinelearnbot

There are multiple ways to classify data with machine learning. You could run a logistic regression, use decision trees, or build a neural network to accomplish the task. In 1963, Vladimir Vapnik and Alexey Chervonenkis developed another classification tool, the support vector machine. Vapnik refined this classification method in the 1990's and extended uses for SVMs. Support vector machines have become a great tool for the data scientist.