ROLGJan 6, 2020

Self learning robot using real-time neural networks

arXiv:2001.02103v14 citations
AI Analysis

This is an incremental improvement for robotics by applying existing neural network methods to real-time learning on a robot.

The paper tackles the problem of enabling a robot to learn to walk using a locally implemented neural network trained with gradient descent and backpropagation, resulting in an analysis of how learning rate and error tolerance affect the learning process and final output.

With the advancements in high volume, low precision computational technology and applied research on cognitive artificially intelligent heuristic systems, machine learning solutions through neural networks with real-time learning has seen an immense interest in the research community as well the industry. This paper involves research, development and experimental analysis of a neural network implemented on a robot with an arm through which evolves to learn to walk in a straight line or as required. The neural network learns using the algorithms of Gradient Descent and Backpropagation. Both the implementation and training of the neural network is done locally on the robot on a raspberry pi 3 so that its learning process is completely independent. The neural network is first tested on a custom simulator developed on MATLAB and then implemented on the raspberry computer. Data at each generation of the evolving network is stored, and analysis both mathematical and graphical is done on the data. Impact of factors like the learning rate and error tolerance on the learning process and final output is analyzed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes