Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

How to Build Self-Driving Cars From Scratch, Part 1: A Step-by-Step Guide to Creating Autonomous Vehicles With Python
How to Build Self-Driving Cars From Scratch, Part 1: A Step-by-Step Guide to Creating Autonomous Vehicles With Python
How to Build Self-Driving Cars From Scratch, Part 1: A Step-by-Step Guide to Creating Autonomous Vehicles With Python
Ebook64 pages29 minutes

How to Build Self-Driving Cars From Scratch, Part 1: A Step-by-Step Guide to Creating Autonomous Vehicles With Python

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This is part 1 of my 3-part training guide on how to build self-driving cars from scratch. This guide is bundled with a repository containing simulations, python scripts, graphics, and other useful assets. In this step-by-step guide, I'll teach you how to make an app that you can use to create a simulation where cars learn how t

LanguageEnglish
Release dateMar 29, 2024
ISBN9798869284358
How to Build Self-Driving Cars From Scratch, Part 1: A Step-by-Step Guide to Creating Autonomous Vehicles With Python
Author

Bolakale Aremu

My educational background is in software development. I work with a few colleagues who are software developers and system engineers. I spent over 17 years as a software developer, and I've done a bunch of other things too. I've been involved in SDLC/process, data science, operating system security and architecture, and many more. My most recent project is serverless computing where I simplify the building and running of distributed systems. I always use a practical approach in my projects and courses. Cheers, Bolakale Aremu (Self-publisher and CEO ); Charles H. Johnson (Co-publisher and Publishing Assistant ).

Read more from Bolakale Aremu

Related to How to Build Self-Driving Cars From Scratch, Part 1

Titles in the series (1)

View More

Related ebooks

Intelligence (AI) & Semantics For You

View More

Related articles

Reviews for How to Build Self-Driving Cars From Scratch, Part 1

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    How to Build Self-Driving Cars From Scratch, Part 1 - Bolakale Aremu

    How to Build

    Self-Driving Cars

    From Scratch

    Part 1

    A Step-by-Step Guide to

    Creating Autonomous Vehicles With Python

    Simulations, scripts, graphics

    and other assets included

    By

    Bolakale Aremu

    How to Build Self-Driving Cars From Scratch

    A Step-by-Step Guide to Creating Autonomous Vehicles with Python

    Copyright © AB Publisher LLC

    All rights reserved

    ISBN: 979-8-8692-8435-8

    Published in the United States

    Limit of Liability/Disclaimer of Warranty

    This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. All information given in this book is based on the author’s own research and does not constitute technical, financial or professional advice. The author and publisher have attempted to trace the copyright holders of all material reproduced in this publication, and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint.

    Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, including photocopying, microfilming, and recording, or in any information storage or retrieval system, without written permission from the publisher.

    Table of Contents

    0. Introduction

    0.1. Getting Started

    0.2. The Target Audience

    0.3. How to Use This Guide

    0.4. Who am I?

    0.5. The Tool You Need

    1. Neural Networks & Genetic Algorithms

    2. Car Mechanics

    2.1. Parking Lot

    2.2. Keyboard Control

    2.3. Off Road - Track Binary Matrix

    2.4. Rounds

    2.5. Heads Up Display

    3. How to Download Simulations, Python Scripts, Graphics & Other Assets

    3.1. Download link

    3.2. How to Get Further Help & Support

    3.3. Overview of Part 2

    0. Introduction

    This is part 1 of my 3-part training guide on how to build self-driving cars from scratch. This guide is bundled with a repository containing simulations, python scripts, graphics, and other useful assets. In this step-by-step guide, I’ll teach you how to make an app that you can use to create a simulation where cars learn how to drive autonomously over racing tracks. Here’s a break down of the contents of this guide.

    Part 1: Car mechanics. In this part, you’ll learn how to draw the car and control it with the keyboard. You will use a multimedia library for Python called Pyglet. (https://pyglet.org/). This

    Enjoying the preview?
    Page 1 of 1