https://arbital.com/p/bayes_rule/
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
comment | filename | rescale | |
---|---|---|---|
actually cat | dog.11731 | 0.001 | |
actually cat | dog.4334 | 0.001 | |
both cartoon | cat.4688 | 0.5 | |
both | cat.11222 | 0.5 | |
both | cat.1450 | 0.5 | |
both | cat.2159 | 0.5 | |
both | cat.3822 | 0.5 | |
both | cat.4104 | 0.5 | |
both | cat.5355 | 0.5 |
We are looking for a generalist, talented & enthusiastic about joining an early phase startup, looking to have a big impact on the product, design & architecture of our system.
Sellpy is one of Sweden’s fastest growing startups and have already helped thousands of people to sell the things they don’t use anymore. We want to revolutionize the way we sell used goods and make
#put in ~/.unison/boxenite.prf | |
root = /Users/fabian/boxenite | |
root = ssh://[email protected]//home/lefant/boxenite | |
logfile = /Users/fabian/.unison/unison.log | |
auto = true | |
batch = true | |
#debug = all |
(distcache)fabian@wai:~/git/boxenite/menubar-app-osx/ (master) $ ./node_modules/.bin/electron-rebuild | |
> [email protected] install /Users/fabian/git/boxenite/menubar-app-osx/node_modules/chokidar/node_modules/fsevents | |
> node-pre-gyp install --fallback-to-build | |
Unsupported target version: 0.28.3 | |
node-pre-gyp ERR! install error | |
node-pre-gyp ERR! stack Error: Unsupported target version: 0.28.3 | |
node-pre-gyp ERR! stack at get_runtime_abi (/Users/fabian/git/boxenite/menubar-app-osx/node_modules/chokidar/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/ver |
index dd2a40f..98458e3 100644 | |
--- a/examples/mnist/mnist.jl | |
+++ b/examples/mnist/mnist.jl | |
@@ -1,7 +1,7 @@ | |
#ENV["MOCHA_USE_NATIVE_EXT"] = "true" | |
#ENV["OMP_NUM_THREADS"] = 1 | |
#blas_set_num_threads(1) | |
-ENV["MOCHA_USE_CUDA"] = "true" | |
+#ENV["MOCHA_USE_CUDA"] = "true" |
### Keybase proof | |
I hereby claim: | |
* I am lefant on github. | |
* I am lefant (https://keybase.io/lefant) on keybase. | |
* I have a public key whose fingerprint is F91F 8B6E 45C8 FB52 460E 94D2 1E9F 45FB 5319 2932 | |
To claim this, I am signing this object: |
-module(eapplication). | |
-export([deps_order/1]). | |
deps_order(App) -> | |
G = digraph:new(), | |
add_app_and_deps(G, [App], []), | |
L = lists:reverse(digraph_utils:topsort(G)), | |
digraph:delete(G), | |
L. |
#!/bin/sh | |
. /etc/rc.conf | |
# leshaper, based on the fabulous wondershaper: | |
# Set the following values to somewhat less than your actual download | |
# and uplink speed. In kilobits. Also set the device that is to be shaped. |