SPE
Learning to learn by gradient descent by gradient descent - implementation -
We featured it when it first came out, here is a TensorFlow implementation of it with the second version of the preprint. Learning to learn by gradient descent by gradient descent by Marcin Andrychowicz, Misha Denil, Sergio Gomez, Matthew W. Hoffman, David Pfau, Tom Schaul, Brendan Shillingford, Nando de Freitas The move from hand-designed features to learned features in machine learning has been wildly successful. In spite of this, optimization algorithms are still designed by hand. In this paper we show how the design of an optimization algorithm can be cast as a learning problem, allowing the algorithm to learn to exploit structure in the problems of interest in an automatic way. Our learned algorithms, implemented by LSTMs, outperform generic, hand-designed competitors on the tasks for which they are trained, and also generalize well to new tasks with similar structure.
Dublin AI founder: 'It is time to upskill Dublin for the AI revolution'
The start-up community is being marshalled to tool up for the AI revolution, starting with an AI hackathon this month. An upcoming AI hackathon, which is being held on 18 and 19 February at Trinity College Dublin (TCD) Innovation Academy in partnership with Microsoft and Atlantic Bridge, is the brainchild of Neill Gernon of machine learning start-up Atrovate. Gernon is also the founder of the quarterly Dublin AI community, which is holding its second sold-out event for 120 AI enthusiasts this week (9 February) in collaboration with Aylien, Pointy and Artomatix. 'We have some great start-ups playing across a variety of AI-related fields based in Dublin and around Ireland, and having successes like Movidius getting acquired by Intel is fantastic to see' – NEILL GERNON Gernon was formerly programme lead at the LaunchBox technology start-up accelerator in TCD. "We wanted to create a more defined and connected AI community for Dublin, so I set up Dublin AI as Dublin's quarterly applied AI event. "This was the first step to connect and upskill the city's talent." Gernon pointed out that Dublin is awash with the right talent to lead the AI revolution. "With research centres like Adapt and Insight and key universities like Trinity College, which is primarily known for technology and the sciences, based right in the middle of town, there is no shortage of talent, which is the key enabler.
Rail travellers could pay for train journey by finger print or iris scan under new plans
The rail industry has come up with a plan that may as well be out of a science-fiction movie to cope with growing demand and overcrowding: charging rail passengers for journeys by fingerprint or iris scan. The Rail Delivery Group (RDG), the organisation representing train operators and Network Rail, claims biometric technology would enable fares to be automatically charged marking the start of an era that could radically accelerate commute times. The technology represents the next step from travellers being able to us smartphones' Bluetooth signals to open station barriers. That will be trialled on Chiltern Railways' route between London Marylebone and Oxford Parkway over the coming months. The use of digital signalling technology will also allow trains to operate closer together, cutting delay, according to the RDG.
Machine learning A-team: TensorFlow, Apache Spark MLlib, MOA and more - JAXenter
Machine learning is gaining momentum and whether we want to admit it or not, it has become an essential part of our lives. As Adam Geitgey, Director of Software Engineering at Groupon, told JAXenter a few months ago, "anyone who knows how to program can use machine learning tools to solve problems." I think that in five years, machine learning won't be thought of as "magic" anymore. It will be a very common tool that nearly all programmers use to solve problems – just like how most programmers today know about databases and networking. Geitgey explained that even if you don't need a deep mathematical background to be able to apply machine learning, learning Python --"by far the most popular programming language today for machine learning"-- is a must.
Challenges faced by businesses in adopting Machine Learning
In conclusion, employing a Machine Learning method can be extremely tedious, but can also serve as a revenue charger for a company. However, this is only possible by implementing Machine Learning in newer and more innovative ways. Machine Learning is only beneficial if there are different plans, so regardless of one plan not performing up to the desired standards, the other can be put into action. Getting a glimpse into which Machine Learning algorithm would suit an organization is the only issue that one needs to get by. Once you get the best algorithm with which you're achieving the required outcomes, you shouldn't stop experimenting and trying to find better and more innovative algorithms.
AI's good at diagnosing skin cancer
Conventionally, skin cancer's primarily diagnosed visually. It starts with a clinical screenings, then, if needed, followed by dermoscopic analyses, a biopsies and histopathological examinations. A team mainly from Stanford University, California, has reported in Nature that mHealth can provide an alternative. Classifying skin lesions using images is challenging, owing to fine-grained variabilities in their appearance. Convolutional Neural Networks (CNN) offer potential for dealing with fine-grained object categories. The team demonstrates skin lesion classifications using a single CNN, trained end-to-end directly from images using only pixels and disease labels as inputs.
The Economic Impact of Artificial Intelligence - An Interview with Accenture's CTO -
Episode Summary: Accenture is a leading global professional services company in the tech space, providing services to many of the Fortune 500 and their global equivalents. The company recently conducted a study, combined with expertise from economists and AI researchers, about the longer-term economic impact of artificial intelligence around the world. In this episode, I spoke with Chief Technology Officer Paul Daugherty, who has been with Accenture since 1986, and who was joined by Global Technology R&D Lead Marc Carrel-Billiard. We met up at a coffee shop after an AI Summit in San Francisco, and I asked Paul and Marc about what they had learned from this newly-published study and what they consider to be the significant impacts of *AI and automation on the future job market. Brief Recognition: Paul Daugherty is Accenture's CTO and leads the company's Technology Innovation & Ecosystem group.
Forget lessons, these smart skis are loaded with artificial intelligence
Can artificial intelligence make you a better skier? The ski manufacturer teamed up with sports tech company PIQ to put an AI-powered computer -- complete with an LED display -- right on a pair of skis. Called the Rossingol Hero Master, the idea is similar to the PIQ Robot accessory, which attaches to ski boots and analyzes your turns, speed and other data while you ride. This takes that idea to the next level with the technology built right into the skis. Rather than just sending the data to an app on your phone, the Hero Master comes with its own LED display so skiers can see real-time stats and other information (it also tracks stats in its own app, as well). The prototype uses onboard sensors and PIQ's algorithms to analyze speed, turning angles, and other data.
Introduction to Apache Spark with Examples and Use Cases
I first heard of Spark in late 2013 when I became interested in Scala, the language in which Spark is written. Some time later, I did a fun data science project trying to predict survival on the Titanic. This turned out to be a great way to get further introduced to Spark concepts and programming. I highly recommend it for any aspiring Spark developers looking for a place to get started. Today, Spark is being adopted by major players like Amazon, eBay, and Yahoo!