Goto

Collaborating Authors

 Learning Management



Free thinking

BBC News

A university without any teachers has opened in California this month. It's called 42 - the name taken from the answer to the meaning of life, from the science fiction series The Hitchhiker's Guide to the Galaxy. The US college, a branch of an institution in France with the same name, will train about a thousand students a year in coding and software development by getting them to help each other with projects, then mark one another's work. This might seem like the blind leading the blind - and it's hard to imagine parents at an open day being impressed by a university offering zero contact hours. But since 42 started in Paris in 2013, applications have been hugely oversubscribed. Recent graduates are now working at companies including IBM, Amazon, and Tesla, as well as starting their own firms.


The Future Cognitive Workforce Part 1: Announcing the AI Nanodegree with Udacity - IBM Watson

#artificialintelligence

As artificial intelligence (AI) begins to power more technology across industries, it's been truly exciting to see what our community of developers can create with Watson. Developers are inspiring us to advance the technology that is transforming society, and they are the reason why such a wide variety of businesses are bringing cognitive solutions to market. With AI becoming more ubiquitous in the technology we use every day, developers need to continue to sharpen their cognitive computing skills. They are seeking ways to gain a competitive edge in a workforce that increasingly needs professionals who understand how to build AI solutions. It is for this reason that today at World of Watson in Las Vegas we announced with Udacity the introduction of a Nanodegree program that incorporates expertise from IBM Watson and covers the basics of artificial intelligence. The "AI Nanodegree" program will be helpful for those looking to establish a foundational understanding of artificial intelligence.


This Online Education Firm Is Offering an Artificial Intelligence Training Program

#artificialintelligence

Artificial intelligence, the machine learning technology that allows "smart" machines to take over human tasks like driving cars or ordering pizza, is quickly becoming the go-to technology for many industries to hire talent for, including health care, auto, and finance. Research firm Markets and Markets estimates the AI market will grow to more than $5 billion by 2020, given the rising adoption of AI across these industries. That's why online education company Udacity is debuting a new way for workers to learn skills needed to be experts in developing artificial intelligence for the likes of IBM and others. Udacity originally launched "Nanodegrees" to train people hoping to land technical jobs, such as software developing. Nanodegrees also aim to teach people about the advanced and emerging technologies like self-driving cars or Android development for mobile phones.


10 Machine Learning Online Courses For Beginners

#artificialintelligence

The following is a list of, mostly free, machine learning online courses for beginners. First, and arguably the most popular course on this list, Machine Learning provides a broad introduction to machine learning, data mining, and statistical pattern recognition. The course will also draw from numerous case studies and applications, so that you'll also learn how to apply learning algorithms to building smart robots (perception, control), text understanding (web search, anti-spam), computer vision, medical informatics, audio, database mining, and other areas. The course is 11 weeks long and averages a 4.9/5 user rating, currently. It is free to take, but you can pay $79 for a certificate upon course completion.


[Discussion] I am following Andrew Ng's Coursera course. Is there an entry course to better follow it? โ€ข /r/MachineLearning

@machinelearnbot

I can't offer much in terms of other entry level recommendations, but I can recommend you learn to utilize the resource pages on the coursera course. The way the andrew NG course is set up is that you more or less try to have an idea of how these algorithms work at a conceptual level through the videos, then when you go to programming assignments, you can skip a lot of the prep work and focus on implementing the machine learning algorithms. Now those algorithms might be a little hard to follow at first, which is okay and expected, and that's where the lecture notes and/or wiki come in. From the wiki you can more or less translate the math formulas into code syntax and the assignments are more or less complete. The weeks build off each other so as you learn how to do one part, they do a little less prep work for you so you have to learn how to do another part, and so forth.


Talent crunch makes BMW, McLaren and others look to Udacity for engineers

#artificialintelligence

Today, Udacity announced partnerships with an additional ten companies to help graduates of its new self-driving car nanodegree program find jobs. The program, launched on the stage of TechCrunch Disrupt last month, aims to bring together a large community of students interested in learning, and eventually contributing, to the front lines of autonomous car development. As one of Udacity's nanodegree initiatives, it was designed in conjunction with large corporations with hiring in mind. Previously Udacity had built partnerships with Mercedes-Benz, Nvidia, Otto, and Didi Chuxing. Today however, it is adding BMW,HCL, AutonomouStuff, Elektrobit, HERE, NextEv, Local Motors, McLaren Applied Technologies, Polysync and LeEco to its rosters.


Modeling the Dynamics of Online Learning Activity

arXiv.org Machine Learning

Learning has become an online activity - people routinely use a wide variety of online learning platforms, ranging from wikis and question answering (Q&A) sites to online communities and blogs, to learn about a large range of topics. In this context, people find solutions to their problems by looking for closely related pieces of information, executing a sequence of queries or, more generally, performing a series of online actions. For example, a high school student may study several closely related wiki pages to prepare an essay about a historical event; a software developer may read several answers within a Q&A site to solve a specific programming problem; and, a researcher may check a specialized blog written by one of her peers to learn about a new concept or technique. All the above are examples of learning patterns, in which people perform a series of online actions - reading a wiki page, an answer, or a blog - to achieve a predefined goal - writing an essay, solving a programming problem, or learning about a new concept or technique. In this context, one may expect that people with similar goals undertake similar sequences of online actions and thus adopt similar learning patterns. Therefore, one could leverage the vast availability of online traces of users' learning activity to disambiguate among interleaved learning patterns adopted by individuals over time, as well as to automatically identify and track those people's interests and goals over time. In this work, we introduce a novel probabilistic model, the Hierarchical Dirichlet Hawkes Process (HDHP), for clustering continuous-time grouped streaming data, which we use to uncover the dynamics of learning activity on the web. The HDHP leverages the properties of the Hierarchical Dirichlet Process (HDP) [18], a popular Bayesian nonparametric model for clustering problems involving multiple groups of data, combined with the Hawkes process [13], a temporal point process particularly well fitted to model social activity [11, 19, 20]. In particular, the former is used to account for an infinite number of learning patterns, which are shared across users (groups) of an online learning platform.


Machine Learning in A Year, by Per Harald Borgen - Dataconomy

#artificialintelligence

This is a follow up to an article Per wrote last year, Machine Learning in a Week, on how he kickstarted his way into machine learning (ml) by devoting five days to the subject. Follow him on Medium and check out his archive. My interest in ml stems back to 2014 when I started reading articles about it on Hacker News. I simply found the idea of teaching machines stuff by looking at data appealing. At the time I wasn't even a professional developer, but a hobby coder who'd done a couple of small projects.


Introduction to Machine Learning & Face Detection in Python

@machinelearnbot

This course is about the fundamental concepts of machine learning, focusing on neural networks, SVM and decision trees. These topics are getting very hot nowadays because these learning algorithms can be used in several fields from software engineering to investment banking. Learning algorithms can recognize patterns which can help detect cancer for example or we may construct algorithms that can have a very very good guess about stock prices movement in the market. In each section we will talk about the theoretical background for all of these algorithms then we are going to implement these problems together. The first chapter is about regression: very easy yet very powerful and widely used machine learning technique.