Skip to content

vicsn/leo-numerical-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo Numerical Optimization

Build Guide

To compile this program, run:

leo build

To run this program, run:

leo run main

Overview

This example proves stocastic gradient descent as a simple Perceptron model over the Confidence dataset.

The logic was generated by Otti. The interesting optimization here, is that instead of proving the entire trace of stocastic gradient descent, we can merely prove that a set of weights is optimal (i.e. their loss is zero) given a set of datapoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published