Generative Topographic Mapping

Author

John Waczak

Published

January 20, 2023

Sample Heading

This is a sample markdown section 1.

  • 1 This is a sample footnote!

  • # standard includes
    using Plots 
    using LinearAlgebra
    using Statistics
    plot(
        sin,
        x -> sin(2x),
        0, 
        2π,
        leg=false,
        fill=(0,:lavender)
    )

    Figure 1: Parametric Plots

    This is an example markdown block with a mermade flow-chart diagram

    flowchart LR 
        A[Hard edge] --> B(Roudnd edge) 
        B --> C{Decision} 
        C --> D[Result one] 
        C --> E[Result two]
    

    Note

    Note that there are five types of callouts including: note, warning, important, tip, and caution.