Git Product home page Git Product logo

mecon's Introduction

Hi there ๐Ÿ‘‹

mecon's People

Contributors

pharringtonp19 avatar

Watchers

 avatar

mecon's Issues

Jaxopt

  • Solve the lemons model with projected gradients

Papers

HOMELESS IN AMERICA, HOMELESS IN CALIFORNIA

Annotations

  • Add the ability to annotate like hypothesis

Examples

  • In what sense should cases that don't get settled in court be considered a market failure? (From Plunder by Brendan Ballou)

Topics

  • Industrial Policy : See Plain English Podcast

Slides

  • Control space between bullet points

Dex

Try this in dex

def budget_constraint(m, p, h):
  return m - p*h

def sample_params(key):
  subkey1, subkey2 = jax.random.split(key)
  m = jax.random.uniform(subkey1, minval=30., maxval=100.)
  p = jax.random.uniform(subkey2, minval=10., maxval=50.)
  return m, p 

def sample_constraints(key):
  m, p = sample_params(key)
  return partial(budget_constraint)

jax.vmap(sample_constraints)(jax.random.split(jax.random.PRNGKey(0), 3))

SIF

  • Add scatter plot to show the time & policy difference

Constraints

  • center the mermaid figures
  • finish the more general model
  • Can I vectorize the second model?
    • Should write this as a parameterized decorator
  • use the jaxopt language for the constraint function
  • introduce/mention the quotient space when describing the constraint function
  • Add EV market cap example
    • Consider the justification for this new legislation: here

Jax

  • How to "conceptualize" a callable-pytree

Optimization

  • Clarify the motivation (better examples?)
  • Clarify the space of the gradient
  • Single function for approximations (using scan!)
  • Illustrate how gradient descent relates to newton's method
  • replace scan with while loop?
  • Add simulations
  • Add objective function for newton's method
  • add sympy2jax gradient descent example

To Do

  • Add implicit function & differentiation notes
  • Add example of returns to scale
  • Finish Root solving example
  • Counter example to composing with a non-monotonic function

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.