Goto

Collaborating Authors

 Education


Robot Hand Learns Real World Moves in Virtual Training

U.S. News

That solves a challenge for robotic hands, which look like the fist of a robot from the 1980s "Terminator" science fiction film. The hands have been commercially available for years but are difficult for engineers to program. Engineers can write specific computer code for each new task, which requires a pricey new program each time. Or robots can be equipped with software that lets them "learn" through physical training.


Drive a Car Autonomously Using Deep Learning – Becoming Human: Artificial Intelligence Magazine

#artificialintelligence

I am into my first term of Udacity's Self Driving Car Nanodegree and I want to share my experiences regarding one of my recent projects. The objective of this project is to basically apply the concepts of Deep Learning and Convolutional Neural Networks to teach the machine to drive car autonomously. How is this even possible? First things first, it is not magic but it really feels like magic. With just a bunch of Python libraries, some lines of Code and huge amount of Data we can teach a car to drive itself.


7 Skills That Aren't About to Be Automated

#artificialintelligence

Today's young professionals grew up in an age of mind-boggling technological change, seeing the growth of the internet, the invention of the smartphone, and the development of machine-learning systems. These advances all point toward the total automation of our lives, including the way we work and do business. It's no wonder, then, that young people are anxious about their ability to compete in the job market. As executives who have spent our lives assessing and implementing digital technology in every type of organization, we often get asked by them: "What should I learn today so that I'll have a job in the future?" In what follows we'll share seven skills that can not only make you unable to be automated, but will make you employable no matter what the future holds.


Baidu Earnings: What to Watch

WSJ.com: WSJD - Technology

REVENUE FORECAST: Baidu's quarterly revenue is likely to have reached $3.9 billion, up from $3.1 billion a year ago, the survey showed. AD GROWTH: Baidu has seen its search-related advertising bounce back, boosting both its revenue and profit in recent quarters. Baidu should continue to benefit as companies--especially in areas such as health and online education--allocate more of their ad budgets to search advertising, which has a higher conversion rate than newsfeeds, Shawn Yang, executive director at Blue Lotus Capital Advisors, wrote in a research report. "We see an increasing demand of search ads from both users and advertisers," he wrote. "Chinese internet users become more mature in gaining information and tend to use search engines more frequently."


17 Best Online Courses on Machine Learning, Deep Learning, AI and Big Data Analytics

#artificialintelligence

You will learn how to use Python to analyze data (big data analytics), create beautiful visualizations (data visualization) and use powerful machine learning algorithms. You will specifically get to learn how to use NumPy, Seaborn, Matplotlib, Pandas, Scikit-Learn, Machine Learning, Plotly, Tensorflow and more.


Explained: Analytics and AI have the potential to deliver superior learning experience - The Financial Express

#artificialintelligence

Analytics has been viewed as a messiah that has the potential to transform every aspect of our functioning, be it industry or society. As is the case with most technologies, as compared to most other domains, industry has been in the forefront of adopting analytics tools and approaches to businesses. What is noteworthy is that analytics and artificial intelligence (AI) in particular are receiving a lot of attention in the areas of research and innovation in academic institutions around the world. However, most of this work is yet to be put to use for the education processes within the academic system. Analytics and AI have the potential to deliver superior learning experience and targetted problem solving capabilities which need to be explored by the academics practitioners.


What skills do marketers need to survive the AI takeover?

#artificialintelligence

When Facebook and Twitter were born, a new era of social media was ushered in, opening the gates for new areas of expertise that hadn't existed before. At first, we all grappled to establish the culture together, but fast forward a decade and it is literally a science with thousands of supporting technology companies. So as Artificial Intelligence (AI) takes over marketing, doesn't that mean it will replace marketers? If you can ask your smart speaker in your office what your engagement growth increase was for your Facebook Page, and ask for recommendations of growth, how do marketing professionals survive? Marketers will survive the same way they did as social media was introduced – the practice will evolve and new niches will be born. There are 7 skills marketers will need to adapt in order to evolve.


Why Universities Need To Prepare Students For The New AI World

#artificialintelligence

Artificial intelligence is increasingly embedded in our consumer and business lives, and it is poised to transform how societies function in the years to come. Yet universities are not adequately preparing students for a changing world. To better prepare students for a changing world, AI needs to be increasingly embedded into higher education. For students, AI will inevitably impact their careers. Those interested in careers in AI could pursue a wide range of exciting new career possibilities focused on data science, machine learning or advanced statistics.


Online Learning with an Almost Perfect Expert

arXiv.org Machine Learning

We study the online learning problem where a forecaster is trying to predict each day the next bit in a sequence, such as whether the stock market will go up or down. Every morning, for T days, he solicits the opinions of a number n of experts, who each make up or down predictions. Based on their predictions, the forecaster makes a choice between up and down, then buys or sells accordingly. The goal of the forecaster is to make as few mistakes as possible given that the bit sequence may be generated adversarially. This is a classical learning problem that has been studied in a large body of literature starting with the development of Blackwell approachability [Bla56] and Hannan consistency [Han57], and continued in learning theory under the paradigm of combining expert advice [LW94, Vov90]. One of the best known approaches is the Weighted-Majority algorithm [LW94], which keeps track of weights for all the experts and changes them in every round depending on the quality of their predictions. The average number of mistakes made by the forecaster when using such an algorithm can be bounded by the number of mistakes made by the best expert plus log n/T.


Kernel Density Estimation-Based Markov Models with Hidden State

arXiv.org Machine Learning

We consider Markov models of stochastic processes where the next-step conditional distribution is defined by a kernel density estimator (KDE), similar to Markov forecast densities and certain time-series bootstrap schemes. The KDE Markov models (KDE-MMs) we discuss are nonlinear, nonparametric, fully probabilistic representations of stationary processes, based on techniques with strong asymptotic consistency properties. The models generate new data by concatenating points from the training data sequences in a context-sensitive manner, together with some additive driving noise. We present novel EM-type maximum-likelihood algorithms for data-driven bandwidth selection in KDE-MMs. Additionally, we augment the KDE-MMs with a hidden state, yielding a new model class, KDE-HMMs. The added state variable captures non-Markovian long memory and signal structure (e.g., slow oscillations), complementing the short-range dependences described by the Markov process. The resulting joint Markov and hidden-Markov structure is appealing for modelling complex real-world processes such as speech signals. We present guaranteed-ascent EM-update equations for model parameters in the case of Gaussian kernels, as well as relaxed update formulas that greatly accelerate training in practice. Experiments demonstrate increased held-out set probability for KDE-HMMs on several challenging natural and synthetic data series, compared to traditional techniques such as autoregressive models, HMMs, and their combinations.