Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.26 KB

Deep-Learning-for-Robotics

Deep Learning for Robotics from the Ros constructs

The course is organized into five chapters:

Chapter 1: Introduction

Chapter 2: Deep Learning Basics, where you'll learn the basic structure of a NN.

image

Chapter 3: Hyperparameter Tuning, where you'll learn the basic parameters that rule a NN.

image

Chapter 4: Convolutional neural networks, where you'll learn to apply convolutions to images.

image

Chapter 5: A challenge project where you'll apply the previous concepts and simulate a maze environment where the TurtleBot identifies traffic signs.

image

cd ~/catkin_ws/src/
git clone https://bitbucket.org/theconstructcore/dlrepo.git
python3 ~/catkin_ws/src/dlrepo/dl_exercises/demo.py

image