hortovanyi / RoboND-inference-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robotic Inference

Robotics Nano Degree

Udacity - Robotics NanoDegree Program

This project is split into two sections. The first being an inference project against supplied training and test data. It is described under Basic Requirements and Numerical Requirements. With the second section being for a conceptual inference project from captured data. It is documented in the Write Up Requirements section.

Basic Requirements

Data was supplied in a hosted environment where students had access to Nvidia Digits. A google LeNet model was chosen with the Adam optimiser and an initial learning rate of 0.001. 5 epochs were used.

Training Graph

The trained model can be found here.

A script was supplied to evaluate the trained model. A screen shot of the output follows

Evaluate Output

Numerical Requirements

All average inference times in the Evaluate output fall below 10 ms.

The accuracy is just greater than 75 % at 75.40984 %

About


Languages

Language:Jupyter Notebook 100.0%