Giter Site home page Giter Site logo

mecon's Introduction

mecon

An intermediate level microeconomics course

mecon's People

Contributors

pharringtonp19 avatar

Watchers

 avatar

mecon's Issues

Papers

HOMELESS IN AMERICA, HOMELESS IN CALIFORNIA

SIF

  • Add scatter plot to show the time & policy difference

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))

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

Jaxopt

  • Solve the lemons model with projected gradients

Jax

  • How to "conceptualize" a callable-pytree

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

Annotations

  • Add the ability to annotate like hypothesis

Topics

  • Industrial Policy : See Plain English Podcast

Examples

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

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

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.