Giter VIP home page Giter VIP logo

commonplace's People

Contributors

alexellis avatar flat-data avatar vielmetti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

commonplace's Issues

Multi-Level Feedback Queueing

(MLFQ) -

Wei Bai, Li Chen, Kai Chen, Dongsu Han, Chen Tian, and Weicheng
Sun. [n. d.]. Information-Agnostic Flow Scheduling for Data Center
Networks. In USENIX NSDI โ€™15.

First Bite

Add First Bite, lunch spot on Main St near Workantile

Fast and Frugal algorithms

Heuristics to quickly and efficiently assess a decision
to be made, without complete information; often taking
advantage of partial ignorance to improve the results!

Integrate linter ("mdl") into workflow

In an ideal world, nothing new would go into service until the linter mdl passed tests clean.

In the world we're in, make sure I run it enough times to know how to quiet some warnings. Currently at 783 warnings (!) many of which are for bare URLs.

   1 MD012 Multiple consecutive blank lines
   1 MD028 Blank line inside blockquote
   2 MD010 Hard tabs
   3 MD002 First header should be a top level header
  15 MD029 Ordered list item prefix
  24 MD033 Inline HTML
  33 MD032 Lists should be surrounded by blank lines
  91 MD013 Line length
 157 MD009 Trailing spaces
 454 MD034 Bare URL used

Bloom filters

Find a nice concise description of bloom filters for the algorithms section.

Cuckoo hash

Phil Hofer mentions a cuckoo hash, write up the
minimum on that.

mixed content

fix mixed content warnings

10:16:15 PM: Mixed content detected in: /geography/ca/index.html
10:16:15 PM: --> insecure img urls:
10:16:15 PM: - http://www.theinterim.com/wp-content/uploads/2013/09/12population-density-better-e1380307018152.gif
10:16:18 PM: Mixed content detected in: /geography/us/mi/alcona/index.html
10:16:18 PM: --> insecure img urls:
10:16:18 PM: - http://www.mygenealogyhound.com/maps/Michigan-County-Maps/MI-Alcona-County-Michigan-1911-Map-Rand-McNally.jpg
10:16:18 PM: Mixed content detected in: /geography/us/mi/alger/index.html
10:16:18 PM: --> insecure img urls:
10:16:18 PM: - http://www.midnr.com/Publications/pdfs/ForestsLandWater/Commercial_Forest/Alger.jpg
10:16:19 PM: Mixed content detected in: /geography/us/mi/jackson/index.html
10:16:19 PM: --> insecure img urls:
10:16:19 PM: - http://www.mygenealogyhound.com/maps/Michigan-County-Maps/MI-Jackson-County-Michigan-1911-Map-Rand-McNally.jpg
10:16:21 PM: Mixed content detected in: /geography/us/oh/lucas/index.html
10:16:21 PM: --> insecure img urls:
10:16:21 PM: - http://coastal.ohiodnr.gov/portals/coastal/Images/pagcoast/lucas/Lucas_County_Map.jpg

MCTS (Monte Carlo Tree Search)

MCTS is used by advanced game-playing algorithms like AlphaGo.

MCTS works best in situations where there is complete information.

Training an MCTS model involves running lots and lots of games, and then updating the weights on the tree to figure out what you learned.

El Paso W5PIE changes

I think a band pass filter got put in, since KHEY is unreachable but I do have KROD 600 (ESPN) with Chihuahuas broadcast.

Bit vectors

Describe how bit vectors work, and maybe something
about some algorithms that use them.

Add Tech Trek

One more for events, hoping that will prompt it to load the directory correctly.

BUGTRAN

Host the PDF online somewhere.

Generative adversarial networks (GANs)

https://arxiv.org/abs/1406.2661

We propose a new framework for estimating generative models via an adversarial process, in which we simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that estimates the probability that a sample came from the training data rather than G. The training procedure for G is to maximize the probability of D making a mistake. This framework corresponds to a minimax two-player game. In the space of arbitrary functions G and D, a unique solution exists, with G recovering the training data distribution and D equal to 1/2 everywhere. In the case where G and D are defined by multilayer perceptrons, the entire system can be trained with backpropagation. There is no need for any Markov chains or unrolled approximate inference networks during either training or generation of samples. Experiments demonstrate the potential of the framework through qualitative and quantitative evaluation of the generated samples.

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.