Skip to content

Latest commit

 

History

History

2022.03.07_DerivingDerivativesInPerception

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deriving Derivatives in Perception

Purpose

This directory contains a python virtual environment and a Jupyter Notebook which contains a tutorial on using SymPy for deriving symbolic expressions of Jacobians.

Blog Post

Installation

  • Install virtualenv
    • pip3 install virtualenv
  • Create a venv
    • virtualenv <your-name>
  • Enter the environment
    • source <your-name>/bin/activate
  • Install requirements
    • pip3 install -r requirements.txt

Usage

  • Launch Jupyter Notebook. This should open a new browser window/tab.
    • jupyter notebook
  • Navigate to and open the notebook sympy_tutorial.ipynb
  • Read the notebook and run the cells. Try changing the model functions.