Goto

Collaborating Authors

 Instructional Material


CES 2018: The five words I heard most frequently - IoT Agenda

@machinelearnbot

As in the past few of my now 20 years of attending CES, the question I most hoped to avoid was "Did you see anything cool at the show?" I bristle at the query each year as it is an unfair question. The Internet of Things (IoT) world may be exciting, but there are serious technical challenges that need to be addressed, especially by developers. In this handbook, learn how to meet the security, analytics, and testing requirements for IoT applications. You forgot to provide an Email Address.


Tech Companies Try to Retrain the Workers They're Displacing

WIRED

On January 16, a new course launched on the online learning platform Coursera with an unassuming name: The Google IT Support Professional Certificate. It promised to prepare beginners for entry-level jobs in IT in eight to 12 months. That day, it attracted the largest-ever group of first-time Coursera users, almost half of them people without college degrees. More than 18,000 people have enrolled in the $49-a-month program so far, 160 of whom have completed it. "Even as we were building it, even as it was about to launch, I never anticipated the success of it," says Natalie Van Kleef Conley, Google's product lead for the program.


Bitcoin price - latest updates: Cryptocurrency struggles after recent slump

The Independent - Tech

The value of bitcoin skyrocketed in 2017, and its rapid rise generated huge amounts of interest in it and other types of cryptocurrency. However, bitcoin is notoriously volatile, and a multitude of financial experts have advised people not to get involved, calling it a bubble that could burst at any moment. There are now fears that it already has. The I.F.O. is fuelled by eight electric engines, which is able to push the flying object to an estimated top speed of about 120mph. The giant human-like robot bears a striking resemblance to the military robots starring in the movie'Avatar' and is claimed as a world first by its creators from a South Korean robotic company Waseda University's saxophonist robot WAS-5, developed by professor Atsuo Takanishi and Kaptain Rock playing one string light saber guitar perform jam session A man looks at an exhibit entitled'Mimus' a giant industrial robot which has been reprogrammed to interact with humans during a photocall at the new Design Museum in South Kensington, London Electrification Guru Dr. Wolfgang Ziebart talks about the electric Jaguar I-PACE concept SUV before it was unveiled before the Los Angeles Auto Show in Los Angeles, California, U.S The Jaguar I-PACE Concept car is the start of a new era for Jaguar.


Graph Partition Neural Networks for Semi-Supervised Classification

arXiv.org Machine Learning

We present graph partition neural networks (GPNN), an extension of graph neural networks (GNNs) able to handle extremely large graphs. GPNNs alternate between locally propagating information between nodes in small subgraphs and globally propagating information between the subgraphs. To efficiently partition graphs, we experiment with several partitioning algorithms and also propose a novel variant for fast processing of large scale graphs. We extensively test our model on a variety of semi-supervised node classification tasks. Experimental results indicate that GPNNs are either superior or comparable to state-of-the-art methods on a wide variety of datasets for graph-based semi-supervised classification. We also show that GPNNs can achieve similar performance as standard GNNs with fewer propagation steps.


Encouraging more women into AI - AI Forum

#artificialintelligence

Wow, it's been a super busy month, as shown by the size of this month's newsletter! Visiting New Zealand for last month's Digital Nations conference, we welcomed Tomรกลก Iลพo, Engineering Director at the Google Research Machine Perception Group. Tomรกลก presented to a full house in Wellington with a wide ranging talk covering technical and societal issues associated with AI. This was followed by a lively Q&A session too. No doubt, as you will have seen in the media, the team have been going all out preparing for AI-DAY 2018 on Wednesday 28 March, which is less than two weeks away now! We have been busy talking to some of the key speakers at the conference.


A Gentle Introduction to Sparse Matrices for Machine Learning - Machine Learning Mastery

@machinelearnbot

An example of a very large matrix that is too large to be stored in memory is a link matrix that shows the links from one website to another. An example of a smaller sparse matrix might be a word or term occurrence matrix for words in one book against all known words in English. In both cases, the matrix contained is sparse with many more zero values than data values. The problem with representing these sparse matrices as dense matrices is that memory is required and must be allocated for each 32-bit or even 64-bit zero value in the matrix. This is clearly a waste of memory resources as those zero values do not contain any information. Assuming a very large sparse matrix can be fit into memory, we will want to perform operations on this matrix. Simply, if the matrix contains mostly zero-values, i.e. no data, then performing operations across this matrix may take a long time where the bulk of the computation performed will involve adding or multiplying zero values together. It is wasteful to use general methods of linear algebra on such problems, because most of the O(N 3) arithmetic operations devoted to solving the set of equations or inverting the matrix involve zero operands.


Artificial intelligence is set to change e-learning

#artificialintelligence

Training and education of the workforce is key to the digital transformation success of many businesses. One tool that has helped foster this is e-learning, especially, as Digital Journal has reported, e-learning is leading the way as businesses shift their training priorities to embrace a digital-first approach. There are many different forms of e-learning, involving a mix of different channels, content, use of video and so on. A shared objective is the importance of flexibility and a blended approach. Advantages to businesses include lower costs, since one training session can be delivered to many people.


Getting started with Deep Learning for Computer Vision with Python - PyImageSearch

@machinelearnbot

This blog post is intended for readers who have purchased a copy of my new book, Deep Learning for Computer Vision with Python. Inside this tutorial you'll learn how to: If you have any other questions related to the book, please send me an email or use the contact form. Thank you for picking up a copy of Deep Learning for Computer Vision with Python! I appreciate your support of both myself and the PyImageSearch blog. Without you, PyImageSearch would not be possible.


NVIDIAVoice: A Crash Course in Deep Learning

Forbes Europe

Artificial Intelligence (AI) is solving problems that seemed well beyond our reach just a few years back. Using deep learning, the fastest growing segment of AI, computers are now able to learn and recognize patterns from data that were considered too complex for expert written software. Today, deep learning is transforming every industry, including automotive, healthcare, retail and financial services. Enterprises, and their leaders, looking to get started should first get familiar with the fundamentals of deep learning, and as well as understand the current challenges and how to address them. This crash course provides a starting point, as well as practical guidance on next steps.


NVIDIAVoice: A Crash Course in Deep Learning

#artificialintelligence

Artificial Intelligence (AI) is solving problems that seemed well beyond our reach just a few years back. Using deep learning, the fastest growing segment of AI, computers are now able to learn and recognize patterns from data that were considered too complex for expert written software. Today, deep learning is transforming every industry, including automotive, healthcare, retail and financial services. Enterprises, and their leaders, looking to get started should first get familiar with the fundamentals of deep learning, and as well as understand the current challenges and how to address them. This crash course provides a starting point, as well as practical guidance on next steps.