Skip to content
View brandon-zimmerman's full-sized avatar

Highlights

  • Pro

Block or report brandon-zimmerman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. mpc-controller mpc-controller Public

    C++ implementation of Model Predictive Control (MPC) which drives a virtual vehicle on a simulator track.

    C++ 19 5

  2. path-planning path-planning Public

    A vehicle behavior planner and trajectory generator implemented in C++ that controls a virtual vehicle’s behavior on a simulated highway.

    C++ 9 2

  3. ethereum-supply-chain ethereum-supply-chain Public

    Distributed supply chain application (DApp) that uses a Solidity smart contract to track pharmaceuticals on the Ethereum blockchain.

    JavaScript 9 4

  4. traffic-sign-classifier-cnn traffic-sign-classifier-cnn Public

    Convolutional neural network built with Python and TensorFlow trained to classify traffic signs.

    Jupyter Notebook 1

  5. behavioral-cloning-dnn behavioral-cloning-dnn Public

    Deep neural network implemented with Python, Keras, and TensorFlow trained to drive a virtual vehicle around tracks within a simulator.

    Jupyter Notebook

  6. pid-controller pid-controller Public

    C++ Proportional-Integral-Derivative (PID) controller which controls a virtual vehicle on a simulator track.

    C++