Code Monkey home page Code Monkey logo

policy-smoothing's People

Contributors

benlawson avatar lapets avatar timql avatar

Watchers

 avatar  avatar  avatar  avatar

policy-smoothing's Issues

Meta-problem: deciding what class of neural network works best for a given function

** not urgent: for down the road

  • Train a classifier on a bunch of different functions and how well a range of neural network topologies approximate that function

    • The input to this classifier would be some representation of the function's AST, and the expected output would be which class of neural network should be used to approximate the function. Potentially more powerful than trying to define families of functions/ASTs explicitly.
  • We can just generate a whole bunch of small ASTs to use as training data for this classifier

Style + version conventions

Just to make everything more consistent as we start to push out more code, could we settle on some style conventions? Some things come to mind:

  • 4 spaces for indentation
  • 80 character line limit
  • camel case for classes (e.g., MyClass), snake case for everything else (e.g., my_variable, my_function) (and I suppose dashes for file/directory names, like policy-smoothing).
  • docstring for every function explaining at a minimum what it does, and preferably what inputs are expected, and what it returns and possibly what exceptions it raises.

Are these ok with everyone, and does anyone have any to add? We could/should eventually put these into a readme.

Also, we should also settle on what versions of things we're using. In particular, @benlawson 's amazon pricing script uses Python 3, but @ch3njust1n 's code uses Python 2. Is there a reason not to use Python 3 for everything?

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.