Kotlin

Jordan

Slide 0

Watch this space. This is under development.

Slide 1

An example of using math equations in a slide

  • This supports mathjax format

$$ J(\theta_0,\theta_1) = \sum_{i=0} $$

Slide 2

  • Supports programming langauages. Can automate the process. WIP

        def greet(name):
            print ('Hello', name)
        
        greet('Jack')
        greet('Jill')
        greet('Bob')